#AA66BF

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

Shades of Deep Lilac #AA66BF

Tints of Deep Lilac #AA66BF

Color information

#AA66BF (or 0xAA66BF) is unknown color: approx Deep Lilac. HEX triplet: AA, 66 and BF. RGB value is (170,102,191). Sum of RGB (Red+Green+Blue) = 170+102+191=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66BF is #559940. Grayscale: #848484. Windows color (decimal): -5609793 or 12543658. OLE color: 12543658.

HSL color Cylindrical-coordinate representation of color #AA66BF: hue angle of 285.84º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA66BF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170102191-
CMYK0.110.4700.25
HSL285.84º41.01%57.45%-
HSV(B)285.84º46.6%74.9%-
XYZ30.7321.8151.88-
YUV132.48161.03154.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 191 (75% from 255) = 41.25%
R=36.72%
G=22.03%
B=41.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701021910.110.4700.25285.8441.0157.45
HexAA66BFB2F01911e2939
Octal25214627713570314365171
Binary101010101100110101111111011101111011001100011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66BF; }

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

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

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

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

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

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

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

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