#AA47AE

Color #AA47AE Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA47AE

Tints of Violet Blue #AA47AE

Color information

#AA47AE (or 0xAA47AE) is unknown color: approx Violet Blue. HEX triplet: AA, 47 and AE. RGB value is (170,71,174). Sum of RGB (Red+Green+Blue) = 170+71+174=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA47AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA47AE is #55B851. Grayscale: #707070. Windows color (decimal): -5617746 or 11421610. OLE color: 11421610.

HSL color Cylindrical-coordinate representation of color #AA47AE: hue angle of 297.67º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA47AE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17071174-
CMYK0.020.5900.32
HSL297.67º42.04%48.04%-
HSV(B)297.67º59.2%68.24%-
XYZ26.4716.1141.76-
YUV112.34162.8169.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 71 (28.12% from 255) = 17.11%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=40.96%
G=17.11%
B=41.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170711740.020.5900.32297.6742.0448.04
HexAA47AE23B02012a2a30
Octal2521072562730404525260
Binary10101010100011110101110101110110100000100101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA47AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA47AE; }

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

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

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

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

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

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

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

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