#AA47BC

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

Shades of Deep Lilac #AA47BC

Tints of Deep Lilac #AA47BC

Color information

#AA47BC (or 0xAA47BC) is unknown color: approx Deep Lilac. HEX triplet: AA, 47 and BC. RGB value is (170,71,188). Sum of RGB (Red+Green+Blue) = 170+71+188=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA47BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47BC is #55B843. Grayscale: #717171. Windows color (decimal): -5617732 or 12339114. OLE color: 12339114.

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

Color convert

RGB17071188-
CMYK0.100.6200.26
HSL290.77º46.61%50.78%-
HSV(B)290.77º62.23%73.73%-
XYZ27.9116.6849.33-
YUV113.94169.8167.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=39.63%
G=16.55%
B=43.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170711880.100.6200.26290.7746.6150.78
HexAA47BCA3E01A1232f33
Octal25210727412760324435763
Binary101010101000111101111001010111110011010100100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47BC; }

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

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

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

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

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

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

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

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