#AA73A9

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

Shades of Violet Blue #AA73A9

Tints of Violet Blue #AA73A9

Color information

#AA73A9 (or 0xAA73A9) is unknown color: approx Violet Blue. HEX triplet: AA, 73 and A9. RGB value is (170,115,169). Sum of RGB (Red+Green+Blue) = 170+115+169=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA73A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73A9 is #558C56. Grayscale: #898989. Windows color (decimal): -5606487 or 11105194. OLE color: 11105194.

HSL color Cylindrical-coordinate representation of color #AA73A9: hue angle of 301.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA73A9 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170115169-
CMYK00.320.010.33
HSL301.09º24.44%55.88%-
HSV(B)301.09º32.35%66.67%-
XYZ29.8723.6740.53-
YUV137.6145.72151.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=37.44%
G=25.33%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011516900.320.010.33301.0924.4455.88
HexAA73A902012112d1838
Octal2521632510401414553070
Binary101010101110011101010010100000110000110010110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73A9; }

 p { color: rgb(170,115,169); }

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

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

 a { background-color: rgb(170,115,169); }

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

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

 span { border-color: rgb(170,115,169); }

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