#AB6DBA

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

Shades of Deep Lilac #AB6DBA

Tints of Deep Lilac #AB6DBA

Color information

#AB6DBA (or 0xAB6DBA) is unknown color: approx Deep Lilac. HEX triplet: AB, 6D and BA. RGB value is (171,109,186). Sum of RGB (Red+Green+Blue) = 171+109+186=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DBA is #549245. Grayscale: #888888. Windows color (decimal): -5542470 or 12217771. OLE color: 12217771.

HSL color Cylindrical-coordinate representation of color #AB6DBA: hue angle of 288.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6DBA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171109186-
CMYK0.080.4100.27
HSL288.31º35.81%57.84%-
HSV(B)288.31º41.4%72.94%-
XYZ31.1323.1449.28-
YUV136.32156.04152.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=36.70%
G=23.39%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711091860.080.4100.27288.3135.8157.84
HexAB6DBA82901B120243a
Octal25315527210510334404472
Binary101010111101101101110101000101001011011100100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6DBA; }

 p { color: rgb(171,109,186); }

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

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

 a { background-color: rgb(171,109,186); }

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

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

 span { border-color: rgb(171,109,186); }

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