#AA6BB9

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

Shades of Deep Lilac #AA6BB9

Tints of Deep Lilac #AA6BB9

Color information

#AA6BB9 (or 0xAA6BB9) is unknown color: approx Deep Lilac. HEX triplet: AA, 6B and B9. RGB value is (170,107,185). Sum of RGB (Red+Green+Blue) = 170+107+185=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA6BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BB9 is #559446. Grayscale: #868686. Windows color (decimal): -5608519 or 12151722. OLE color: 12151722.

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

Color convert

RGB170107185-
CMYK0.080.4200.27
HSL288.46º35.78%57.25%-
HSV(B)288.46º42.16%72.55%-
XYZ30.5922.5648.64-
YUV134.73156.37153.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=36.80%
G=23.16%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701071850.080.4200.27288.4635.7857.25
HexAA6BB982A01B1202439
Octal25215327110520334404471
Binary101010101101011101110011000101010011011100100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BB9; }

 p { color: rgb(170,107,185); }

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

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

 a { background-color: rgb(170,107,185); }

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

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

 span { border-color: rgb(170,107,185); }

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