#AA47B5

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

Shades of Deep Lilac #AA47B5

Tints of Deep Lilac #AA47B5

Color information

#AA47B5 (or 0xAA47B5) is unknown color: approx Deep Lilac. HEX triplet: AA, 47 and B5. RGB value is (170,71,181). Sum of RGB (Red+Green+Blue) = 170+71+181=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA47B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47B5 is #55B84A. Grayscale: #707070. Windows color (decimal): -5617739 or 11880362. OLE color: 11880362.

HSL color Cylindrical-coordinate representation of color #AA47B5: hue angle of 294º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA47B5 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17071181-
CMYK0.060.6100.29
HSL294º43.65%49.41%-
HSV(B)294º60.77%70.98%-
XYZ27.1716.3945.45-
YUV113.14166.3168.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=40.28%
G=16.82%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170711810.060.6100.2929443.6549.41
HexAA47B563D01D1262c31
Octal2521072656750354465461
Binary10101010100011110110101110111101011101100100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47B5; }

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

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

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

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

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

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

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

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