Shades of Medium Red Violet #AA2799
Tints of Medium Red Violet #AA2799
RGB
CMYK
RGB Variations
Color information
#AA2799 (or 0xAA2799) is known color: Medium Red Violet. HEX triplet: AA, 27 and 99. RGB value is (170,39,153). Sum of RGB (Red+Green+Blue) = 170+39+153=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2799 is #55D866. Grayscale: #5A5A5A. Windows color (decimal): -5625959 or 10037162. OLE color: 10037162.
HSL color Cylindrical-coordinate representation of color #AA2799: hue angle of 307.79º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2799 is Cyan = 0, Magento = 0.77, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 153 | - |
| CMYK | 0 | 0.77 | 0.1 | 0.33 |
| HSL | 307.79º | 0.63% | 0.41% | - |
| HSV(B) | 307.79º | 0.77% | 0.67% | - |
| XYZ | 23.05 | 12.3 | 31.3 | - |
| YUV | 91.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 153 | 0 | 0.77 | 0.1 | 0.33 | 307.79 | 0.63 | 0.41 |
| Hex | AA | 27 | 99 | 0 | 4D | A | 21 | 134 | 3F | 29 |
| Octal | 252 | 47 | 231 | 0 | 115 | 12 | 41 | 464 | 77 | 51 |
| Binary | 10101010 | 100111 | 10011001 | 0 | 1001101 | 1010 | 100001 | 100110100 | 111111 | 101001 |
Color Harmonies of #AA2799
Complementary color
Monochromatic Colors of #AA2799
Black with #AA2799
Text Example
Text Example
White with #AA2799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2799; }
p { color: rgb(170,39,153); }
H1.HeaderClassName
{
color: #AA2799;
}
.AnyTagClassName
{
color: #AA2799;
}
</style>
background-color css
<style>
a { background-color: #AA2799; }
a { background-color: rgb(170,39,153); }
div.DivClassName
{
background-color: #AA2799;
}
.BgClassName
{
background-color: #AA2799;
}
</style>
border-color css
<style>
span { border-color: #AA2799; }
span { border-color: rgb(170,39,153); }
td.TdClassName
{
border-color: #AA2799;
}
.TagClassName
{
border-color: #AA2799;
}
</style>