#AB50B8

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

Shades of Deep Lilac #AB50B8

Tints of Deep Lilac #AB50B8

Color information

#AB50B8 (or 0xAB50B8) is unknown color: approx Deep Lilac. HEX triplet: AB, 50 and B8. RGB value is (171,80,184). Sum of RGB (Red+Green+Blue) = 171+80+184=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB50B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50B8 is #54AF47. Grayscale: #767676. Windows color (decimal): -5549896 or 12079275. OLE color: 12079275.

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

Color convert

RGB17180184-
CMYK0.070.5700.28
HSL292.5º42.28%51.76%-
HSV(B)292.5º56.52%72.16%-
XYZ28.3117.8647.3-
YUV119.06164.65165.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=39.31%
G=18.39%
B=42.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171801840.070.5700.28292.542.2851.76
HexAB50B873901C1242a34
Octal2531202707710344445264
Binary10101011101000010111000111111001011100100100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50B8; }

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

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

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

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

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

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

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

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