Shades of Violet Blue #AA73AB
Tints of Violet Blue #AA73AB
RGB
CMYK
RGB Variations
Color information
#AA73AB (or 0xAA73AB) is known color: Violet Blue. HEX triplet: AA, 73 and AB. RGB value is (170,115,171). Sum of RGB (Red+Green+Blue) = 170+115+171=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA73AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73AB is #558C54. Grayscale: #898989. Windows color (decimal): -5606485 or 11236266. OLE color: 11236266.
HSL color Cylindrical-coordinate representation of color #AA73AB: hue angle of 298.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA73AB is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 171 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.33 |
| HSL | 298.93º | 0.25% | 0.56% | - |
| HSV(B) | 298.93º | 0.33% | 0.67% | - |
| XYZ | 30.06 | 23.75 | 41.53 | - |
| YUV | 137.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 171 | 0.01 | 0.33 | 0 | 0.33 | 298.93 | 0.25 | 0.56 |
| Hex | AA | 73 | AB | 1 | 21 | 0 | 21 | 12B | 19 | 38 |
| Octal | 252 | 163 | 253 | 1 | 41 | 0 | 41 | 453 | 31 | 70 |
| Binary | 10101010 | 1110011 | 10101011 | 1 | 100001 | 0 | 100001 | 100101011 | 11001 | 111000 |
Color Harmonies of #AA73AB
Complementary color
Monochromatic Colors of #AA73AB
Black with #AA73AB
Text Example
Text Example
White with #AA73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73AB; }
p { color: rgb(170,115,171); }
H1.HeaderClassName
{
color: #AA73AB;
}
.AnyTagClassName
{
color: #AA73AB;
}
</style>
background-color css
<style>
a { background-color: #AA73AB; }
a { background-color: rgb(170,115,171); }
div.DivClassName
{
background-color: #AA73AB;
}
.BgClassName
{
background-color: #AA73AB;
}
</style>
border-color css
<style>
span { border-color: #AA73AB; }
span { border-color: rgb(170,115,171); }
td.TdClassName
{
border-color: #AA73AB;
}
.TagClassName
{
border-color: #AA73AB;
}
</style>