#AA549E

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

Shades of Violet Blue #AA549E

Tints of Violet Blue #AA549E

Color information

#AA549E (or 0xAA549E) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and 9E. RGB value is (170,84,158). Sum of RGB (Red+Green+Blue) = 170+84+158=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA549E is #55AB61. Grayscale: #757575. Windows color (decimal): -5614434 or 10376362. OLE color: 10376362.

HSL color Cylindrical-coordinate representation of color #AA549E: hue angle of 308.37º 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 #AA549E is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17084158-
CMYK00.510.070.33
HSL308.37º33.86%49.8%-
HSV(B)308.37º50.59%66.67%-
XYZ25.9217.3634.33-
YUV118.15150.49164.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=41.26%
G=20.39%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708415800.510.070.33308.3733.8649.8
HexAA549E0337211342232
Octal2521242360637414644262
Binary101010101010100100111100110011111100001100110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA549E; }

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

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

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

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

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

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

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

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