#AB49BA

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

Shades of Deep Lilac #AB49BA

Tints of Deep Lilac #AB49BA

Color information

#AB49BA (or 0xAB49BA) is unknown color: approx Deep Lilac. HEX triplet: AB, 49 and BA. RGB value is (171,73,186). Sum of RGB (Red+Green+Blue) = 171+73+186=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49BA is #54B645. Grayscale: #727272. Windows color (decimal): -5551686 or 12208555. OLE color: 12208555.

HSL color Cylindrical-coordinate representation of color #AB49BA: hue angle of 292.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB49BA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17173186-
CMYK0.080.6100.27
HSL292.04º45.02%50.78%-
HSV(B)292.04º60.75%72.94%-
XYZ28.0416.9748.25-
YUV115.18167.97167.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=39.77%
G=16.98%
B=43.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171731860.080.6100.27292.0445.0250.78
HexAB49BA83D01B1242d33
Octal25311127210750334445563
Binary101010111001001101110101000111101011011100100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49BA; }

 p { color: rgb(171,73,186); }

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

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

 a { background-color: rgb(171,73,186); }

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

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

 span { border-color: rgb(171,73,186); }

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