#AB4FBA

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

Shades of Deep Lilac #AB4FBA

Tints of Deep Lilac #AB4FBA

Color information

#AB4FBA (or 0xAB4FBA) is unknown color: approx Deep Lilac. HEX triplet: AB, 4F and BA. RGB value is (171,79,186). Sum of RGB (Red+Green+Blue) = 171+79+186=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FBA is #54B045. Grayscale: #767676. Windows color (decimal): -5550150 or 12210091. OLE color: 12210091.

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

Color convert

RGB17179186-
CMYK0.080.5800.27
HSL291.59º43.67%51.96%-
HSV(B)291.59º57.53%72.94%-
XYZ28.4517.848.39-
YUV118.71165.98165.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=39.22%
G=18.12%
B=42.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171791860.080.5800.27291.5943.6751.96
HexAB4FBA83A01B1242c34
Octal25311727210720334445464
Binary101010111001111101110101000111010011011100100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FBA; }

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

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

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

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

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

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

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

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