Shades of Medium Red Violet #AA2899
Tints of Medium Red Violet #AA2899
RGB
CMYK
RGB Variations
Color information
#AA2899 (or 0xAA2899) is known color: Medium Red Violet. HEX triplet: AA, 28 and 99. RGB value is (170,40,153). Sum of RGB (Red+Green+Blue) = 170+40+153=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2899 is #55D766. Grayscale: #5B5B5B. Windows color (decimal): -5625703 or 10037418. OLE color: 10037418.
HSL color Cylindrical-coordinate representation of color #AA2899: hue angle of 307.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2899 is Cyan = 0, Magento = 0.76, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 153 | - |
| CMYK | 0 | 0.76 | 0.1 | 0.33 |
| HSL | 307.85º | 0.62% | 0.41% | - |
| HSV(B) | 307.85º | 0.76% | 0.67% | - |
| XYZ | 23.09 | 12.36 | 31.31 | - |
| YUV | 91.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 153 | 0 | 0.76 | 0.1 | 0.33 | 307.85 | 0.62 | 0.41 |
| Hex | AA | 28 | 99 | 0 | 4C | A | 21 | 134 | 3E | 29 |
| Octal | 252 | 50 | 231 | 0 | 114 | 12 | 41 | 464 | 76 | 51 |
| Binary | 10101010 | 101000 | 10011001 | 0 | 1001100 | 1010 | 100001 | 100110100 | 111110 | 101001 |
Color Harmonies of #AA2899
Complementary color
Monochromatic Colors of #AA2899
Black with #AA2899
Text Example
Text Example
White with #AA2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2899; }
p { color: rgb(170,40,153); }
H1.HeaderClassName
{
color: #AA2899;
}
.AnyTagClassName
{
color: #AA2899;
}
</style>
background-color css
<style>
a { background-color: #AA2899; }
a { background-color: rgb(170,40,153); }
div.DivClassName
{
background-color: #AA2899;
}
.BgClassName
{
background-color: #AA2899;
}
</style>
border-color css
<style>
span { border-color: #AA2899; }
span { border-color: rgb(170,40,153); }
td.TdClassName
{
border-color: #AA2899;
}
.TagClassName
{
border-color: #AA2899;
}
</style>