#AA54BD

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

Shades of Deep Lilac #AA54BD

Tints of Deep Lilac #AA54BD

Color information

#AA54BD (or 0xAA54BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 54 and BD. RGB value is (170,84,189). Sum of RGB (Red+Green+Blue) = 170+84+189=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BD is #55AB42. Grayscale: #797979. Windows color (decimal): -5614403 or 12407978. OLE color: 12407978.

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

Color convert

RGB17084189-
CMYK0.100.5600.26
HSL289.14º44.3%53.53%-
HSV(B)289.14º55.56%74.12%-
XYZ28.9318.5650.2-
YUV121.68165.99162.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=38.37%
G=18.96%
B=42.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170841890.100.5600.26289.1444.353.53
HexAA54BDA3801A1212c36
Octal25212427512700324415466
Binary101010101010100101111011010111000011010100100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54BD; }

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

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

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

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

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

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

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

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