#AA66B7

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

Shades of Deep Lilac #AA66B7

Tints of Deep Lilac #AA66B7

Color information

#AA66B7 (or 0xAA66B7) is unknown color: approx Deep Lilac. HEX triplet: AA, 66 and B7. RGB value is (170,102,183). Sum of RGB (Red+Green+Blue) = 170+102+183=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA66B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66B7 is #559948. Grayscale: #838383. Windows color (decimal): -5609801 or 12019370. OLE color: 12019370.

HSL color Cylindrical-coordinate representation of color #AA66B7: hue angle of 290.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA66B7 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170102183-
CMYK0.070.4400.28
HSL290.37º36%55.88%-
HSV(B)290.37º44.26%71.76%-
XYZ29.8821.4747.37-
YUV131.57157.03155.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=37.36%
G=22.42%
B=40.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701021830.070.4400.28290.373655.88
HexAA66B772C01C1222438
Octal2521462677540344424470
Binary10101010110011010110111111101100011100100100010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66B7; }

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

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

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

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

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

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

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

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