#AA73AF

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

Shades of Violet Blue #AA73AF

Tints of Violet Blue #AA73AF

Color information

#AA73AF (or 0xAA73AF) is unknown color: approx Violet Blue. HEX triplet: AA, 73 and AF. RGB value is (170,115,175). Sum of RGB (Red+Green+Blue) = 170+115+175=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73AF is #558C50. Grayscale: #8A8A8A. Windows color (decimal): -5606481 or 11498410. OLE color: 11498410.

HSL color Cylindrical-coordinate representation of color #AA73AF: hue angle of 295º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA73AF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170115175-
CMYK0.030.3400.31
HSL295º27.27%56.86%-
HSV(B)295º34.29%68.63%-
XYZ30.4523.943.57-
YUV138.28148.72150.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=36.96%
G=25%
B=38.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701151750.030.3400.3129527.2756.86
HexAA73AF32201F1271b39
Octal2521632573420374473371
Binary101010101110011101011111110001001111110010011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73AF; }

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

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

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

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

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

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

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

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