#AB6EBC

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

Shades of Deep Lilac #AB6EBC

Tints of Deep Lilac #AB6EBC

Color information

#AB6EBC (or 0xAB6EBC) is unknown color: approx Deep Lilac. HEX triplet: AB, 6E and BC. RGB value is (171,110,188). Sum of RGB (Red+Green+Blue) = 171+110+188=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EBC is #549143. Grayscale: #888888. Windows color (decimal): -5542212 or 12349099. OLE color: 12349099.

HSL color Cylindrical-coordinate representation of color #AB6EBC: hue angle of 286.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6EBC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171110188-
CMYK0.090.4100.26
HSL286.92º36.79%58.43%-
HSV(B)286.92º41.49%73.73%-
XYZ31.4523.4450.44-
YUV137.13156.71152.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=36.46%
G=23.45%
B=40.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711101880.090.4100.26286.9236.7958.43
HexAB6EBC92901A11f253a
Octal25315627411510324374572
Binary101010111101110101111001001101001011010100011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6EBC; }

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

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

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

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

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

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

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

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