#AA54BB

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

Shades of Deep Lilac #AA54BB

Tints of Deep Lilac #AA54BB

Color information

#AA54BB (or 0xAA54BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 54 and BB. RGB value is (170,84,187). Sum of RGB (Red+Green+Blue) = 170+84+187=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA54BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BB is #55AB44. Grayscale: #797979. Windows color (decimal): -5614405 or 12276906. OLE color: 12276906.

HSL color Cylindrical-coordinate representation of color #AA54BB: hue angle of 290.1º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA54BB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17084187-
CMYK0.090.5500.27
HSL290.1º43.1%53.14%-
HSV(B)290.1º55.08%73.33%-
XYZ28.7218.4749.07-
YUV121.46164.99162.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=38.55%
G=19.05%
B=42.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170841870.090.5500.27290.143.153.14
HexAA54BB93701B1222b35
Octal25212427311670334425365
Binary101010101010100101110111001110111011011100100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54BB; }

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

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

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

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

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

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

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

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