#AB4FC0

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

Shades of Deep Lilac #AB4FC0

Tints of Deep Lilac #AB4FC0

Color information

#AB4FC0 (or 0xAB4FC0) is unknown color: approx Deep Lilac. HEX triplet: AB, 4F and C0. RGB value is (171,79,192). Sum of RGB (Red+Green+Blue) = 171+79+192=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB4FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FC0 is #54B03F. Grayscale: #777777. Windows color (decimal): -5550144 or 12603307. OLE color: 12603307.

HSL color Cylindrical-coordinate representation of color #AB4FC0: hue angle of 288.85º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4FC0 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17179192-
CMYK0.110.5900.25
HSL288.85º47.28%53.14%-
HSV(B)288.85º58.85%75.29%-
XYZ29.118.0651.82-
YUV119.39168.98164.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=38.69%
G=17.87%
B=43.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171791920.110.5900.25288.8547.2853.14
HexAB4FC0B3B0191212f35
Octal25311730013730314415765
Binary101010111001111110000001011111011011001100100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FC0; }

 p { color: rgb(171,79,192); }

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

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

 a { background-color: rgb(171,79,192); }

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

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

 span { border-color: rgb(171,79,192); }

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