#AB5BB6

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

Shades of Deep Lilac #AB5BB6

Tints of Deep Lilac #AB5BB6

Color information

#AB5BB6 (or 0xAB5BB6) is unknown color: approx Deep Lilac. HEX triplet: AB, 5B and B6. RGB value is (171,91,182). Sum of RGB (Red+Green+Blue) = 171+91+182=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB5BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BB6 is #54A449. Grayscale: #7D7D7D. Windows color (decimal): -5547082 or 11951019. OLE color: 11951019.

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

Color convert

RGB17191182-
CMYK0.060.500.29
HSL292.75º38.4%53.53%-
HSV(B)292.75º50%71.37%-
XYZ28.9819.5246.5-
YUV125.29160160.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 182 (71.48% from 255) = 40.99%
R=38.51%
G=20.50%
B=40.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171911820.060.500.29292.7538.453.53
HexAB5BB663201D1252636
Octal2531332666620354454666
Binary10101011101101110110110110110010011101100100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5BB6; }

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

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

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

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

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

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

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

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