Shades of Medium Red Violet #AA3299
Tints of Medium Red Violet #AA3299
RGB
CMYK
RGB Variations
Color information
#AA3299 (or 0xAA3299) is known color: Medium Red Violet. HEX triplet: AA, 32 and 99. RGB value is (170,50,153). Sum of RGB (Red+Green+Blue) = 170+50+153=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3299 is #55CD66. Grayscale: #616161. Windows color (decimal): -5623143 or 10039978. OLE color: 10039978.
HSL color Cylindrical-coordinate representation of color #AA3299: hue angle of 308.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3299 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 153 | - |
| CMYK | 0 | 0.71 | 0.1 | 0.33 |
| HSL | 308.5º | 0.55% | 0.43% | - |
| HSV(B) | 308.5º | 0.71% | 0.67% | - |
| XYZ | 23.47 | 13.13 | 31.43 | - |
| YUV | 97.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 153 | 0 | 0.71 | 0.1 | 0.33 | 308.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 99 | 0 | 47 | A | 21 | 134 | 37 | 2B |
| Octal | 252 | 62 | 231 | 0 | 107 | 12 | 41 | 464 | 67 | 53 |
| Binary | 10101010 | 110010 | 10011001 | 0 | 1000111 | 1010 | 100001 | 100110100 | 110111 | 101011 |
Color Harmonies of #AA3299
Complementary color
Monochromatic Colors of #AA3299
Black with #AA3299
Text Example
Text Example
White with #AA3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3299; }
p { color: rgb(170,50,153); }
H1.HeaderClassName
{
color: #AA3299;
}
.AnyTagClassName
{
color: #AA3299;
}
</style>
background-color css
<style>
a { background-color: #AA3299; }
a { background-color: rgb(170,50,153); }
div.DivClassName
{
background-color: #AA3299;
}
.BgClassName
{
background-color: #AA3299;
}
</style>
border-color css
<style>
span { border-color: #AA3299; }
span { border-color: rgb(170,50,153); }
td.TdClassName
{
border-color: #AA3299;
}
.TagClassName
{
border-color: #AA3299;
}
</style>