#AB58B8

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

Shades of Deep Lilac #AB58B8

Tints of Deep Lilac #AB58B8

Color information

#AB58B8 (or 0xAB58B8) is unknown color: approx Deep Lilac. HEX triplet: AB, 58 and B8. RGB value is (171,88,184). Sum of RGB (Red+Green+Blue) = 171+88+184=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB58B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58B8 is #54A747. Grayscale: #7B7B7B. Windows color (decimal): -5547848 or 12081323. OLE color: 12081323.

HSL color Cylindrical-coordinate representation of color #AB58B8: hue angle of 291.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB58B8 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17188184-
CMYK0.070.5200.28
HSL291.88º40.34%53.33%-
HSV(B)291.88º52.17%72.16%-
XYZ28.9419.147.51-
YUV123.76162161.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=38.60%
G=19.86%
B=41.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171881840.070.5200.28291.8840.3453.33
HexAB58B873401C1242835
Octal2531302707640344445065
Binary10101011101100010111000111110100011100100100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58B8; }

 p { color: rgb(171,88,184); }

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

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

 a { background-color: rgb(171,88,184); }

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

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

 span { border-color: rgb(171,88,184); }

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