#AA55B8

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

Shades of Deep Lilac #AA55B8

Tints of Deep Lilac #AA55B8

Color information

#AA55B8 (or 0xAA55B8) is unknown color: approx Deep Lilac. HEX triplet: AA, 55 and B8. RGB value is (170,85,184). Sum of RGB (Red+Green+Blue) = 170+85+184=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA55B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55B8 is #55AA47. Grayscale: #797979. Windows color (decimal): -5614152 or 12080554. OLE color: 12080554.

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

Color convert

RGB17085184-
CMYK0.080.5400.28
HSL291.52º41.08%52.75%-
HSV(B)291.52º53.8%72.16%-
XYZ28.4818.547.42-
YUV121.7163.16162.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=38.72%
G=19.36%
B=41.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170851840.080.5400.28291.5241.0852.75
HexAA55B883601C1242935
Octal25212527010660344445165
Binary101010101010101101110001000110110011100100100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55B8; }

 p { color: rgb(170,85,184); }

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

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

 a { background-color: rgb(170,85,184); }

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

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

 span { border-color: rgb(170,85,184); }

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