#AB56BF

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

Shades of Deep Lilac #AB56BF

Tints of Deep Lilac #AB56BF

Color information

#AB56BF (or 0xAB56BF) is unknown color: approx Deep Lilac. HEX triplet: AB, 56 and BF. RGB value is (171,86,191). Sum of RGB (Red+Green+Blue) = 171+86+191=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB56BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56BF is #54A940. Grayscale: #7B7B7B. Windows color (decimal): -5548353 or 12539563. OLE color: 12539563.

HSL color Cylindrical-coordinate representation of color #AB56BF: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB56BF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17186191-
CMYK0.100.5500.25
HSL288.57º45.06%54.31%-
HSV(B)288.57º54.97%74.9%-
XYZ29.5319.0851.42-
YUV123.38166.16161.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 191 (75% from 255) = 42.63%
R=38.17%
G=19.20%
B=42.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171861910.100.5500.25288.5745.0654.31
HexAB56BFA370191212d36
Octal25312627712670314415566
Binary101010111010110101111111010110111011001100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56BF; }

 p { color: rgb(171,86,191); }

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

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

 a { background-color: rgb(171,86,191); }

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

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

 span { border-color: rgb(171,86,191); }

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