#AA73A7

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

Shades of Violet Blue #AA73A7

Tints of Violet Blue #AA73A7

Color information

#AA73A7 (or 0xAA73A7) is unknown color: approx Violet Blue. HEX triplet: AA, 73 and A7. RGB value is (170,115,167). Sum of RGB (Red+Green+Blue) = 170+115+167=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA73A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73A7 is #558C58. Grayscale: #898989. Windows color (decimal): -5606489 or 10974122. OLE color: 10974122.

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

Color convert

RGB170115167-
CMYK00.320.020.33
HSL303.27º24.44%55.88%-
HSV(B)303.27º32.35%66.67%-
XYZ29.6823.639.55-
YUV137.37144.72151.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=37.61%
G=25.44%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011516700.320.020.33303.2724.4455.88
HexAA73A702022112f1838
Octal2521632470402414573070
Binary1010101011100111010011101000001010000110010111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73A7; }

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

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

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

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

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

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

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

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