#AB6ABA

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

Shades of Deep Lilac #AB6ABA

Tints of Deep Lilac #AB6ABA

Color information

#AB6ABA (or 0xAB6ABA) is unknown color: approx Deep Lilac. HEX triplet: AB, 6A and BA. RGB value is (171,106,186). Sum of RGB (Red+Green+Blue) = 171+106+186=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ABA is #549545. Grayscale: #868686. Windows color (decimal): -5543238 or 12217003. OLE color: 12217003.

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

Color convert

RGB171106186-
CMYK0.080.4300.27
HSL288.75º36.7%57.25%-
HSV(B)288.75º43.01%72.94%-
XYZ30.8122.5149.18-
YUV134.56157.03154-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=36.93%
G=22.89%
B=40.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711061860.080.4300.27288.7536.757.25
HexAB6ABA82B01B1212539
Octal25315227210530334414571
Binary101010111101010101110101000101011011011100100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6ABA; }

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

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

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

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

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

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

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

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