#AB64BF

Color #AB64BF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AB64BF

Tints of Deep Lilac #AB64BF

Color information

#AB64BF (or 0xAB64BF) is unknown color: approx Deep Lilac. HEX triplet: AB, 64 and BF. RGB value is (171,100,191). Sum of RGB (Red+Green+Blue) = 171+100+191=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64BF is #549B40. Grayscale: #838383. Windows color (decimal): -5544769 or 12543147. OLE color: 12543147.

HSL color Cylindrical-coordinate representation of color #AB64BF: hue angle of 286.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB64BF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171100191-
CMYK0.100.4800.25
HSL286.81º41.55%57.06%-
HSV(B)286.81º47.64%74.9%-
XYZ30.7621.5351.83-
YUV131.6161.52156.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 191 (75% from 255) = 41.34%
R=37.01%
G=21.65%
B=41.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711001910.100.4800.25286.8141.5557.06
HexAB64BFA3001911f2a39
Octal25314427712600314375271
Binary101010111100100101111111010110000011001100011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64BF; }

 p { color: rgb(171,100,191); }

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

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

 a { background-color: rgb(171,100,191); }

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

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

 span { border-color: rgb(171,100,191); }

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