#AA499A

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

Shades of Violet Blue #AA499A

Tints of Violet Blue #AA499A

Color information

#AA499A (or 0xAA499A) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 9A. RGB value is (170,73,154). Sum of RGB (Red+Green+Blue) = 170+73+154=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499A is #55B665. Grayscale: #6F6F6F. Windows color (decimal): -5617254 or 10111402. OLE color: 10111402.

HSL color Cylindrical-coordinate representation of color #AA499A: hue angle of 309.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA499A is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17073154-
CMYK00.570.090.33
HSL309.9º39.92%47.65%-
HSV(B)309.9º57.06%66.67%-
XYZ24.7915.6432.28-
YUV111.24152.14169.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=42.82%
G=18.39%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707315400.570.090.33309.939.9247.65
HexAA499A0399211362830
Octal25211123207111414665060
Binary1010101010010011001101001110011001100001100110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA499A; }

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

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

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

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

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

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

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

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