#AA49AE

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

Shades of Violet Blue #AA49AE

Tints of Violet Blue #AA49AE

Color information

#AA49AE (or 0xAA49AE) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and AE. RGB value is (170,73,174). Sum of RGB (Red+Green+Blue) = 170+73+174=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA49AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49AE is #55B651. Grayscale: #717171. Windows color (decimal): -5617234 or 11422122. OLE color: 11422122.

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

Color convert

RGB17073174-
CMYK0.020.5800.32
HSL297.62º40.89%48.43%-
HSV(B)297.62º58.05%68.24%-
XYZ26.616.3741.8-
YUV113.52162.14168.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 73 (28.91% from 255) = 17.51%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=40.77%
G=17.51%
B=41.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170731740.020.5800.32297.6240.8948.43
HexAA49AE23A02012a2930
Octal2521112562720404525160
Binary10101010100100110101110101110100100000100101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA49AE; }

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

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

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

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

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

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

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

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