#AA56B9

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

Shades of Deep Lilac #AA56B9

Tints of Deep Lilac #AA56B9

Color information

#AA56B9 (or 0xAA56B9) is unknown color: approx Deep Lilac. HEX triplet: AA, 56 and B9. RGB value is (170,86,185). Sum of RGB (Red+Green+Blue) = 170+86+185=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA56B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56B9 is #55A946. Grayscale: #7A7A7A. Windows color (decimal): -5613895 or 12146346. OLE color: 12146346.

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

Color convert

RGB17086185-
CMYK0.080.5400.27
HSL290.91º41.42%53.14%-
HSV(B)290.91º53.51%72.55%-
XYZ28.6618.748-
YUV122.4163.33161.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=38.55%
G=19.50%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170861850.080.5400.27290.9141.4253.14
HexAA56B983601B1232935
Octal25212627110660334435165
Binary101010101010110101110011000110110011011100100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA56B9; }

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

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

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

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

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

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

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

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