Shades of Violet Blue #AA73B3
Tints of Violet Blue #AA73B3
RGB
CMYK
RGB Variations
Color information
#AA73B3 (or 0xAA73B3) is known color: Violet Blue. HEX triplet: AA, 73 and B3. RGB value is (170,115,179). Sum of RGB (Red+Green+Blue) = 170+115+179=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73B3 is #558C4C. Grayscale: #8A8A8A. Windows color (decimal): -5606477 or 11760554. OLE color: 11760554.
HSL color Cylindrical-coordinate representation of color #AA73B3: hue angle of 291.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA73B3 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 115 | 179 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.30 |
| HSL | 291.56º | 0.3% | 0.58% | - |
| HSV(B) | 291.56º | 0.36% | 0.7% | - |
| XYZ | 30.84 | 24.06 | 45.67 | - |
| YUV | 138.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 179 | 0.05 | 0.36 | 0 | 0.30 | 291.56 | 0.3 | 0.58 |
| Hex | AA | 73 | B3 | 5 | 24 | 0 | 1E | 124 | 1E | 3A |
| Octal | 252 | 163 | 263 | 5 | 44 | 0 | 36 | 444 | 36 | 72 |
| Binary | 10101010 | 1110011 | 10110011 | 101 | 100100 | 0 | 11110 | 100100100 | 11110 | 111010 |
Color Harmonies of #AA73B3
Complementary color
Monochromatic Colors of #AA73B3
Black with #AA73B3
Text Example
Text Example
White with #AA73B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73B3; }
p { color: rgb(170,115,179); }
H1.HeaderClassName
{
color: #AA73B3;
}
.AnyTagClassName
{
color: #AA73B3;
}
</style>
background-color css
<style>
a { background-color: #AA73B3; }
a { background-color: rgb(170,115,179); }
div.DivClassName
{
background-color: #AA73B3;
}
.BgClassName
{
background-color: #AA73B3;
}
</style>
border-color css
<style>
span { border-color: #AA73B3; }
span { border-color: rgb(170,115,179); }
td.TdClassName
{
border-color: #AA73B3;
}
.TagClassName
{
border-color: #AA73B3;
}
</style>