#AA539A

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

Shades of Violet Blue #AA539A

Tints of Violet Blue #AA539A

Color information

#AA539A (or 0xAA539A) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and 9A. RGB value is (170,83,154). Sum of RGB (Red+Green+Blue) = 170+83+154=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA539A is #55AC65. Grayscale: #747474. Windows color (decimal): -5614694 or 10113962. OLE color: 10113962.

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

Color convert

RGB17083154-
CMYK00.510.090.33
HSL311.03º34.39%49.61%-
HSV(B)311.03º51.18%66.67%-
XYZ25.517.0732.52-
YUV117.11148.82165.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=41.77%
G=20.39%
B=37.84%

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
Decimal1708315400.510.090.33311.0334.3949.61
HexAA539A0339211372232
Octal25212323206311414674262
Binary1010101010100111001101001100111001100001100110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA539A; }

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

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

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

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

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

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

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

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