#AB4ABA

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

Shades of Deep Lilac #AB4ABA

Tints of Deep Lilac #AB4ABA

Color information

#AB4ABA (or 0xAB4ABA) is unknown color: approx Deep Lilac. HEX triplet: AB, 4A and BA. RGB value is (171,74,186). Sum of RGB (Red+Green+Blue) = 171+74+186=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ABA is #54B545. Grayscale: #737373. Windows color (decimal): -5551430 or 12208811. OLE color: 12208811.

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

Color convert

RGB17174186-
CMYK0.080.6000.27
HSL291.96º44.8%50.98%-
HSV(B)291.96º60.22%72.94%-
XYZ28.1117.148.27-
YUV115.77167.64167.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=39.68%
G=17.17%
B=43.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171741860.080.6000.27291.9644.850.98
HexAB4ABA83C01B1242d33
Octal25311227210740334445563
Binary101010111001010101110101000111100011011100100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4ABA; }

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

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

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

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

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

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

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

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