#AA47BA

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

Shades of Deep Lilac #AA47BA

Tints of Deep Lilac #AA47BA

Color information

#AA47BA (or 0xAA47BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 47 and BA. RGB value is (170,71,186). Sum of RGB (Red+Green+Blue) = 170+71+186=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47BA is #55B845. Grayscale: #717171. Windows color (decimal): -5617734 or 12208042. OLE color: 12208042.

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

Color convert

RGB17071186-
CMYK0.090.6200.27
HSL291.65º45.45%50.39%-
HSV(B)291.65º61.83%72.94%-
XYZ27.6916.648.2-
YUV113.71168.8168.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 71 (28.12% from 255) = 16.63%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=39.81%
G=16.63%
B=43.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170711860.090.6200.27291.6545.4550.39
HexAA47BA93E01B1242d32
Octal25210727211760334445562
Binary101010101000111101110101001111110011011100100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47BA; }

 p { color: rgb(170,71,186); }

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

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

 a { background-color: rgb(170,71,186); }

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

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

 span { border-color: rgb(170,71,186); }

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