#AA56BA

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

Shades of Deep Lilac #AA56BA

Tints of Deep Lilac #AA56BA

Color information

#AA56BA (or 0xAA56BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 56 and BA. RGB value is (170,86,186). Sum of RGB (Red+Green+Blue) = 170+86+186=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56BA is #55A945. Grayscale: #7A7A7A. Windows color (decimal): -5613894 or 12211882. OLE color: 12211882.

HSL color Cylindrical-coordinate representation of color #AA56BA: hue angle of 290.4º degrees, saturation: 0.42, 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 #AA56BA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17086186-
CMYK0.090.5400.27
HSL290.4º42.02%53.33%-
HSV(B)290.4º53.76%72.94%-
XYZ28.7718.7548.56-
YUV122.52163.83161.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 19.46%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=38.46%
G=19.46%
B=42.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170861860.090.5400.27290.442.0253.33
HexAA56BA93601B1222a35
Octal25212627211660334425265
Binary101010101010110101110101001110110011011100100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA56BA; }

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

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

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

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

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

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

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

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