#AB64C5

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

Shades of Deep Lilac #AB64C5

Tints of Deep Lilac #AB64C5

Color information

#AB64C5 (or 0xAB64C5) is unknown color: approx Deep Lilac. HEX triplet: AB, 64 and C5. RGB value is (171,100,197). Sum of RGB (Red+Green+Blue) = 171+100+197=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB64C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64C5 is #549B3A. Grayscale: #838383. Windows color (decimal): -5544763 or 12936363. OLE color: 12936363.

HSL color Cylindrical-coordinate representation of color #AB64C5: hue angle of 283.92º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB64C5 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171100197-
CMYK0.130.4900.23
HSL283.92º45.54%58.24%-
HSV(B)283.92º49.24%77.25%-
XYZ31.4321.855.38-
YUV132.29164.52155.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=36.54%
G=21.37%
B=42.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711001970.130.4900.23283.9245.5458.24
HexAB64C5D3101711c2e3a
Octal25314430515610274345672
Binary101010111100100110001011101110001010111100011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64C5; }

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

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

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

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

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

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

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

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