#AB5FB7

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

Shades of Deep Lilac #AB5FB7

Tints of Deep Lilac #AB5FB7

Color information

#AB5FB7 (or 0xAB5FB7) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and B7. RGB value is (171,95,183). Sum of RGB (Red+Green+Blue) = 171+95+183=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB5FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FB7 is #54A048. Grayscale: #7F7F7F. Windows color (decimal): -5546057 or 12017579. OLE color: 12017579.

HSL color Cylindrical-coordinate representation of color #AB5FB7: hue angle of 291.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5FB7 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17195183-
CMYK0.070.4800.28
HSL291.82º37.93%54.51%-
HSV(B)291.82º48.09%71.76%-
XYZ29.4320.2647.16-
YUV127.76159.18158.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=38.08%
G=21.16%
B=40.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171951830.070.4800.28291.8237.9354.51
HexAB5FB773001C1242637
Octal2531372677600344444667
Binary10101011101111110110111111110000011100100100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FB7; }

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

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

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

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

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

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

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

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