#AB5BBF

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

Shades of Deep Lilac #AB5BBF

Tints of Deep Lilac #AB5BBF

Color information

#AB5BBF (or 0xAB5BBF) is unknown color: approx Deep Lilac. HEX triplet: AB, 5B and BF. RGB value is (171,91,191). Sum of RGB (Red+Green+Blue) = 171+91+191=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BBF is #54A440. Grayscale: #7E7E7E. Windows color (decimal): -5547073 or 12540843. OLE color: 12540843.

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

Color convert

RGB17191191-
CMYK0.100.5200.25
HSL288º43.86%55.29%-
HSV(B)288º52.36%74.9%-
XYZ29.9419.951.55-
YUV126.32164.5159.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 191 (75% from 255) = 42.16%
R=37.75%
G=20.09%
B=42.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171911910.100.5200.2528843.8655.29
HexAB5BBFA340191202c37
Octal25313327712640314405467
Binary101010111011011101111111010110100011001100100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5BBF; }

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

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

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

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

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

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

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

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