#aa66bb

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

Shades of Deep Lilac #AA66BB

Tints of Deep Lilac #AA66BB

Color information

#AA66BB (or 0xAA66BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 66 and BB. RGB value is (170,102,187). Sum of RGB (Red+Green+Blue) = 170+102+187=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA66BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66BB is #559944. Grayscale: #838383. Windows color (decimal): -5609797 or 12281514. OLE color: 12281514.

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

Color convert

RGB170102187-
CMYK0.090.4500.27
HSL288º38.46%56.67%-
HSV(B)288º45.45%73.33%-
XYZ30.321.6449.59-
YUV132.02159.03155.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=37.04%
G=22.22%
B=40.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701021870.090.4500.2728838.4656.67
HexAA66BB92D01B1202639
Octal25214627311550334404671
Binary101010101100110101110111001101101011011100100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa66bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa66bb; }

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

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

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

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

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

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

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

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