Shades of Medium Red Violet #AA2794
Tints of Medium Red Violet #AA2794
RGB
CMYK
RGB Variations
Color information
#AA2794 (or 0xAA2794) is known color: Medium Red Violet. HEX triplet: AA, 27 and 94. RGB value is (170,39,148). Sum of RGB (Red+Green+Blue) = 170+39+148=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2794 is #55D86B. Grayscale: #5A5A5A. Windows color (decimal): -5625964 or 9709482. OLE color: 9709482.
HSL color Cylindrical-coordinate representation of color #AA2794: hue angle of 310.08º 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 #AA2794 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 148 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.33 |
| HSL | 310.08º | 0.63% | 0.41% | - |
| HSV(B) | 310.08º | 0.77% | 0.67% | - |
| XYZ | 22.65 | 12.14 | 29.17 | - |
| YUV | 90.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 148 | 0 | 0.77 | 0.13 | 0.33 | 310.08 | 0.63 | 0.41 |
| Hex | AA | 27 | 94 | 0 | 4D | D | 21 | 136 | 3F | 29 |
| Octal | 252 | 47 | 224 | 0 | 115 | 15 | 41 | 466 | 77 | 51 |
| Binary | 10101010 | 100111 | 10010100 | 0 | 1001101 | 1101 | 100001 | 100110110 | 111111 | 101001 |
Color Harmonies of #AA2794
Complementary color
Monochromatic Colors of #AA2794
Black with #AA2794
Text Example
Text Example
White with #AA2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2794; }
p { color: rgb(170,39,148); }
H1.HeaderClassName
{
color: #AA2794;
}
.AnyTagClassName
{
color: #AA2794;
}
</style>
background-color css
<style>
a { background-color: #AA2794; }
a { background-color: rgb(170,39,148); }
div.DivClassName
{
background-color: #AA2794;
}
.BgClassName
{
background-color: #AA2794;
}
</style>
border-color css
<style>
span { border-color: #AA2794; }
span { border-color: rgb(170,39,148); }
td.TdClassName
{
border-color: #AA2794;
}
.TagClassName
{
border-color: #AA2794;
}
</style>