#AA6ABB

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

Shades of Deep Lilac #AA6ABB

Tints of Deep Lilac #AA6ABB

Color information

#AA6ABB (or 0xAA6ABB) is unknown color: approx Deep Lilac. HEX triplet: AA, 6A and BB. RGB value is (170,106,187). Sum of RGB (Red+Green+Blue) = 170+106+187=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA6ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ABB is #559544. Grayscale: #868686. Windows color (decimal): -5608773 or 12282538. OLE color: 12282538.

HSL color Cylindrical-coordinate representation of color #AA6ABB: hue angle of 287.41º 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 #AA6ABB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170106187-
CMYK0.090.4300.27
HSL287.41º37.33%57.45%-
HSV(B)287.41º43.32%73.33%-
XYZ30.722.4449.73-
YUV134.37157.7153.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=36.72%
G=22.89%
B=40.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701061870.090.4300.27287.4137.3357.45
HexAA6ABB92B01B11f2539
Octal25215227311530334374571
Binary101010101101010101110111001101011011011100011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ABB; }

 p { color: rgb(170,106,187); }

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

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

 a { background-color: rgb(170,106,187); }

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

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

 span { border-color: rgb(170,106,187); }

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