#AA73AA

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

Shades of Violet Blue #AA73AA

Tints of Violet Blue #AA73AA

Color information

#AA73AA (or 0xAA73AA) is unknown color: approx Violet Blue. HEX triplet: AA, 73 and AA. RGB value is (170,115,170). Sum of RGB (Red+Green+Blue) = 170+115+170=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73AA is #558C55. Grayscale: #898989. Windows color (decimal): -5606486 or 11170730. OLE color: 11170730.

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

Color convert

RGB170115170-
CMYK00.3200.33
HSL300º24.44%55.88%-
HSV(B)300º32.35%66.67%-
XYZ29.9623.7141.03-
YUV137.72146.22151.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=37.36%
G=25.27%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011517000.3200.3330024.4455.88
HexAA73AA02002112c1838
Octal2521632520400414543070
Binary101010101110011101010100100000010000110010110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73AA; }

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

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

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

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

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

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

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

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