#AB47BA

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

Shades of Deep Lilac #AB47BA

Tints of Deep Lilac #AB47BA

Color information

#AB47BA (or 0xAB47BA) is unknown color: approx Deep Lilac. HEX triplet: AB, 47 and BA. RGB value is (171,71,186). Sum of RGB (Red+Green+Blue) = 171+71+186=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47BA is #54B845. Grayscale: #717171. Windows color (decimal): -5552198 or 12208043. OLE color: 12208043.

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

Color convert

RGB17171186-
CMYK0.080.6200.27
HSL292.17º45.45%50.39%-
HSV(B)292.17º61.83%72.94%-
XYZ27.9116.7148.21-
YUV114.01168.63168.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 71 (28.12% from 255) = 16.59%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=39.95%
G=16.59%
B=43.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171711860.080.6200.27292.1745.4550.39
HexAB47BA83E01B1242d32
Octal25310727210760334445562
Binary101010111000111101110101000111110011011100100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47BA; }

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

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

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

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

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

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

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

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