Shades of Violet Blue #AA4A99
Tints of Violet Blue #AA4A99
RGB
CMYK
RGB Variations
Color information
#AA4A99 (or 0xAA4A99) is known color: Violet Blue. HEX triplet: AA, 4A and 99. RGB value is (170,74,153). Sum of RGB (Red+Green+Blue) = 170+74+153=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A99 is #55B566. Grayscale: #6F6F6F. Windows color (decimal): -5616999 or 10046122. OLE color: 10046122.
HSL color Cylindrical-coordinate representation of color #AA4A99: hue angle of 310.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A99 is Cyan = 0, Magento = 0.56, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 153 | - |
| CMYK | 0 | 0.56 | 0.1 | 0.33 |
| HSL | 310.63º | 0.39% | 0.48% | - |
| HSV(B) | 310.63º | 0.56% | 0.67% | - |
| XYZ | 24.78 | 15.74 | 31.87 | - |
| YUV | 111.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 153 | 0 | 0.56 | 0.1 | 0.33 | 310.63 | 0.39 | 0.48 |
| Hex | AA | 4A | 99 | 0 | 38 | A | 21 | 137 | 27 | 30 |
| Octal | 252 | 112 | 231 | 0 | 70 | 12 | 41 | 467 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10011001 | 0 | 111000 | 1010 | 100001 | 100110111 | 100111 | 110000 |
Color Harmonies of #AA4A99
Complementary color
Monochromatic Colors of #AA4A99
Black with #AA4A99
Text Example
Text Example
White with #AA4A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A99; }
p { color: rgb(170,74,153); }
H1.HeaderClassName
{
color: #AA4A99;
}
.AnyTagClassName
{
color: #AA4A99;
}
</style>
background-color css
<style>
a { background-color: #AA4A99; }
a { background-color: rgb(170,74,153); }
div.DivClassName
{
background-color: #AA4A99;
}
.BgClassName
{
background-color: #AA4A99;
}
</style>
border-color css
<style>
span { border-color: #AA4A99; }
span { border-color: rgb(170,74,153); }
td.TdClassName
{
border-color: #AA4A99;
}
.TagClassName
{
border-color: #AA4A99;
}
</style>