#AA56BD

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

Shades of Deep Lilac #AA56BD

Tints of Deep Lilac #AA56BD

Color information

#AA56BD (or 0xAA56BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 56 and BD. RGB value is (170,86,189). Sum of RGB (Red+Green+Blue) = 170+86+189=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56BD is #55A942. Grayscale: #7A7A7A. Windows color (decimal): -5613891 or 12408490. OLE color: 12408490.

HSL color Cylindrical-coordinate representation of color #AA56BD: hue angle of 288.93º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA56BD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17086189-
CMYK0.100.5400.26
HSL288.93º43.83%53.92%-
HSV(B)288.93º54.5%74.12%-
XYZ29.0918.8850.25-
YUV122.86165.33161.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=38.20%
G=19.33%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170861890.100.5400.26288.9343.8353.92
HexAA56BDA3601A1212c36
Octal25212627512660324415466
Binary101010101010110101111011010110110011010100100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA56BD; }

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

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

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

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

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

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

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

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