#AB64BC

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

Shades of Deep Lilac #AB64BC

Tints of Deep Lilac #AB64BC

Color information

#AB64BC (or 0xAB64BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 64 and BC. RGB value is (171,100,188). Sum of RGB (Red+Green+Blue) = 171+100+188=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64BC is #549B43. Grayscale: #828282. Windows color (decimal): -5544772 or 12346539. OLE color: 12346539.

HSL color Cylindrical-coordinate representation of color #AB64BC: hue angle of 288.41º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB64BC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171100188-
CMYK0.090.4700.26
HSL288.41º39.64%56.47%-
HSV(B)288.41º46.81%73.73%-
XYZ30.4321.450.1-
YUV131.26160.02156.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=37.25%
G=21.79%
B=40.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711001880.090.4700.26288.4139.6456.47
HexAB64BC92F01A1202838
Octal25314427411570324405070
Binary101010111100100101111001001101111011010100100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64BC; }

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

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

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

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

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

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

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

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