#AB5DBF

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

Shades of Deep Lilac #AB5DBF

Tints of Deep Lilac #AB5DBF

Color information

#AB5DBF (or 0xAB5DBF) is unknown color: approx Deep Lilac. HEX triplet: AB, 5D and BF. RGB value is (171,93,191). Sum of RGB (Red+Green+Blue) = 171+93+191=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DBF is #54A240. Grayscale: #7F7F7F. Windows color (decimal): -5546561 or 12541355. OLE color: 12541355.

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

Color convert

RGB17193191-
CMYK0.100.5100.25
HSL287.76º43.36%55.69%-
HSV(B)287.76º51.31%74.9%-
XYZ30.1120.2551.61-
YUV127.49163.84159.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 191 (75% from 255) = 41.98%
R=37.58%
G=20.44%
B=41.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171931910.100.5100.25287.7643.3655.69
HexAB5DBFA330191202b38
Octal25313527712630314405370
Binary101010111011101101111111010110011011001100100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DBF; }

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

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

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

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

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

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

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

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