#AB6EB9

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

Shades of Deep Lilac #AB6EB9

Tints of Deep Lilac #AB6EB9

Color information

#AB6EB9 (or 0xAB6EB9) is unknown color: approx Deep Lilac. HEX triplet: AB, 6E and B9. RGB value is (171,110,185). Sum of RGB (Red+Green+Blue) = 171+110+185=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB6EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EB9 is #549146. Grayscale: #888888. Windows color (decimal): -5542215 or 12152491. OLE color: 12152491.

HSL color Cylindrical-coordinate representation of color #AB6EB9: hue angle of 288.8º degrees, saturation: 0.35, 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 #AB6EB9 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171110185-
CMYK0.080.4100.27
HSL288.8º34.88%57.84%-
HSV(B)288.8º40.54%72.55%-
XYZ31.1323.3148.76-
YUV136.79155.21152.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=36.70%
G=23.61%
B=39.70%

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
Decimal1711101850.080.4100.27288.834.8857.84
HexAB6EB982901B121233a
Octal25315627110510334414372
Binary101010111101110101110011000101001011011100100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6EB9; }

 p { color: rgb(171,110,185); }

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

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

 a { background-color: rgb(171,110,185); }

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

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

 span { border-color: rgb(171,110,185); }

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