#AA54B6

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

Shades of Deep Lilac #AA54B6

Tints of Deep Lilac #AA54B6

Color information

#AA54B6 (or 0xAA54B6) is unknown color: approx Deep Lilac. HEX triplet: AA, 54 and B6. RGB value is (170,84,182). Sum of RGB (Red+Green+Blue) = 170+84+182=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA54B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54B6 is #55AB49. Grayscale: #787878. Windows color (decimal): -5614410 or 11949226. OLE color: 11949226.

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

Color convert

RGB17084182-
CMYK0.070.5400.29
HSL292.65º40.16%52.16%-
HSV(B)292.65º53.85%71.37%-
XYZ28.1918.2646.3-
YUV120.89162.49163.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=38.99%
G=19.27%
B=41.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170841820.070.5400.29292.6540.1652.16
HexAA54B673601D1252834
Octal2521242667660354455064
Binary10101010101010010110110111110110011101100100101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54B6; }

 p { color: rgb(170,84,182); }

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

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

 a { background-color: rgb(170,84,182); }

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

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

 span { border-color: rgb(170,84,182); }

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