#AA66BA

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

Shades of Deep Lilac #AA66BA

Tints of Deep Lilac #AA66BA

Color information

#AA66BA (or 0xAA66BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 66 and BA. RGB value is (170,102,186). Sum of RGB (Red+Green+Blue) = 170+102+186=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66BA is #559945. Grayscale: #838383. Windows color (decimal): -5609798 or 12215978. OLE color: 12215978.

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

Color convert

RGB170102186-
CMYK0.090.4500.27
HSL288.57º37.84%56.47%-
HSV(B)288.57º45.16%72.94%-
XYZ30.1921.5949.03-
YUV131.91158.53155.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=37.12%
G=22.27%
B=40.61%

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
Decimal1701021860.090.4500.27288.5737.8456.47
HexAA66BA92D01B1212638
Octal25214627211550334414670
Binary101010101100110101110101001101101011011100100001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66BA; }

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

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

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

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

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

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

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

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