#AB3CFE

Color #AB3CFE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #AB3CFE

Tints of Blue Violet #AB3CFE

Color information

#AB3CFE (or 0xAB3CFE) is unknown color: approx Blue Violet. HEX triplet: AB, 3C and FE. RGB value is (171,60,254). Sum of RGB (Red+Green+Blue) = 171+60+254=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB3CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CFE is #54C301. Grayscale: #727272. Windows color (decimal): -5554946 or 16661675. OLE color: 16661675.

HSL color Cylindrical-coordinate representation of color #AB3CFE: hue angle of 274.33º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB3CFE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17160254-
CMYK0.330.7600.00
HSL274.33º98.98%61.57%-
HSV(B)274.33º76.38%99.61%-
XYZ36.319.0595.53-
YUV115.3206.27167.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 60 (23.83% from 255) = 12.37%
BLUE value IS 254 (99.61% from 255) = 52.37%
R=35.26%
G=12.37%
B=52.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171602540.330.7600.00274.3398.9861.57
HexAB3CFE214C00112633e
Octal25374376411140042214376
Binary10101011111100111111101000011001100001000100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3CFE; }

 p { color: rgb(171,60,254); }

 H1.HeaderClassName
 {
   color: #AB3CFE;
 }
 .AnyTagClassName
 {
   color: #AB3CFE;
 }
</style>
background-color css

<style>
 a { background-color: #AB3CFE; }

 a { background-color: rgb(171,60,254); }

 div.DivClassName
 {
   background-color: #AB3CFE;
 }
 .BgClassName
 {
   background-color: #AB3CFE;
 }
</style>
border-color css

<style>
 span { border-color: #AB3CFE; }

 span { border-color: rgb(171,60,254); }

 td.TdClassName
 {
   border-color: #AB3CFE;
 }
 .TagClassName
 {
   border-color: #AB3CFE;
 }
</style>