#AB5FB6

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

Shades of Deep Lilac #AB5FB6

Tints of Deep Lilac #AB5FB6

Color information

#AB5FB6 (or 0xAB5FB6) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and B6. RGB value is (171,95,182). Sum of RGB (Red+Green+Blue) = 171+95+182=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB5FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FB6 is #54A049. Grayscale: #7F7F7F. Windows color (decimal): -5546058 or 11952043. OLE color: 11952043.

HSL color Cylindrical-coordinate representation of color #AB5FB6: hue angle of 292.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5FB6 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17195182-
CMYK0.060.4800.29
HSL292.41º37.34%54.31%-
HSV(B)292.41º47.8%71.37%-
XYZ29.3320.2246.61-
YUV127.64158.68158.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 182 (71.48% from 255) = 40.62%
R=38.17%
G=21.21%
B=40.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171951820.060.4800.29292.4137.3454.31
HexAB5FB663001D1242536
Octal2531372666600354444566
Binary10101011101111110110110110110000011101100100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FB6; }

 p { color: rgb(171,95,182); }

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

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

 a { background-color: rgb(171,95,182); }

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

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

 span { border-color: rgb(171,95,182); }

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