#AA549A

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

Shades of Violet Blue #AA549A

Tints of Violet Blue #AA549A

Color information

#AA549A (or 0xAA549A) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and 9A. RGB value is (170,84,154). Sum of RGB (Red+Green+Blue) = 170+84+154=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA549A is #55AB65. Grayscale: #757575. Windows color (decimal): -5614438 or 10114218. OLE color: 10114218.

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

Color convert

RGB17084154-
CMYK00.510.090.33
HSL311.16º33.86%49.8%-
HSV(B)311.16º50.59%66.67%-
XYZ25.5817.2232.55-
YUV117.69148.49165.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 154 (60.55% from 255) = 37.75%
R=41.67%
G=20.59%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708415400.510.090.33311.1633.8649.8
HexAA549A0339211372232
Octal25212423206311414674262
Binary1010101010101001001101001100111001100001100110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA549A; }

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

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

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

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

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

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

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

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