#aa56b4

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

Shades of Deep Lilac #AA56B4

Tints of Deep Lilac #AA56B4

Color information

#AA56B4 (or 0xAA56B4) is unknown color: approx Deep Lilac. HEX triplet: AA, 56 and B4. RGB value is (170,86,180). Sum of RGB (Red+Green+Blue) = 170+86+180=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA56B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56B4 is #55A94B. Grayscale: #797979. Windows color (decimal): -5613900 or 11818666. OLE color: 11818666.

HSL color Cylindrical-coordinate representation of color #AA56B4: hue angle of 293.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA56B4 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17086180-
CMYK0.060.5200.29
HSL293.62º38.52%52.16%-
HSV(B)293.62º52.22%70.59%-
XYZ28.1418.545.27-
YUV121.83160.83162.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 86 (33.98% from 255) = 19.72%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=38.99%
G=19.72%
B=41.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170861800.060.5200.29293.6238.5252.16
HexAA56B463401D1262734
Octal2521262646640354464764
Binary10101010101011010110100110110100011101100100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa56b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa56b4; }

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

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

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

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

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

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

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

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