Shades of Violet Blue #AA73AF
Tints of Violet Blue #AA73AF
RGB
CMYK
RGB Variations
Color information
#AA73AF (or 0xAA73AF) is known color: 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
| RGB | 170 | 115 | 175 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.31 |
| HSL | 295º | 0.27% | 0.57% | - |
| HSV(B) | 295º | 0.34% | 0.69% | - |
| XYZ | 30.45 | 23.9 | 43.57 | - |
| YUV | 138.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 175 | 0.03 | 0.34 | 0 | 0.31 | 295 | 0.27 | 0.57 |
| Hex | AA | 73 | AF | 3 | 22 | 0 | 1F | 127 | 1B | 39 |
| Octal | 252 | 163 | 257 | 3 | 42 | 0 | 37 | 447 | 33 | 71 |
| Binary | 10101010 | 1110011 | 10101111 | 11 | 100010 | 0 | 11111 | 100100111 | 11011 | 111001 |
Color Harmonies of #AA73AF
Complementary color
Monochromatic Colors of #AA73AF
Black with #AA73AF
Text Example
Text Example
White with #AA73AF
Text Example
Text Example
HTML Codes & Css Web 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>