#AA47BB

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

Shades of Deep Lilac #AA47BB

Tints of Deep Lilac #AA47BB

Color information

#AA47BB (or 0xAA47BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 47 and BB. RGB value is (170,71,187). Sum of RGB (Red+Green+Blue) = 170+71+187=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA47BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47BB is #55B844. Grayscale: #717171. Windows color (decimal): -5617733 or 12273578. OLE color: 12273578.

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

Color convert

RGB17071187-
CMYK0.090.6200.27
HSL291.21º46.03%50.59%-
HSV(B)291.21º62.03%73.33%-
XYZ27.816.6448.76-
YUV113.82169.3168.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 71 (28.12% from 255) = 16.59%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=39.72%
G=16.59%
B=43.69%

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
Decimal170711870.090.6200.27291.2146.0350.59
HexAA47BB93E01B1232e33
Octal25210727311760334435663
Binary101010101000111101110111001111110011011100100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47BB; }

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

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

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

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

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

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

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

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