Shades of Medium Red Violet #AA2A78
Tints of Medium Red Violet #AA2A78
RGB
CMYK
RGB Variations
Color information
#AA2A78 (or 0xAA2A78) is known color: Medium Red Violet. HEX triplet: AA, 2A and 78. RGB value is (170,42,120). Sum of RGB (Red+Green+Blue) = 170+42+120=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2A78 is #55D587. Grayscale: #585858. Windows color (decimal): -5625224 or 7875242. OLE color: 7875242.
HSL color Cylindrical-coordinate representation of color #AA2A78: hue angle of 323.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A78 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 120 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.33 |
| HSL | 323.44º | 0.6% | 0.42% | - |
| HSV(B) | 323.44º | 0.75% | 0.67% | - |
| XYZ | 20.8 | 11.56 | 18.9 | - |
| YUV | 89.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 120 | 0 | 0.75 | 0.29 | 0.33 | 323.44 | 0.6 | 0.42 |
| Hex | AA | 2A | 78 | 0 | 4B | 1D | 21 | 143 | 3C | 2A |
| Octal | 252 | 52 | 170 | 0 | 113 | 35 | 41 | 503 | 74 | 52 |
| Binary | 10101010 | 101010 | 1111000 | 0 | 1001011 | 11101 | 100001 | 101000011 | 111100 | 101010 |
Color Harmonies of #AA2A78
Complementary color
Monochromatic Colors of #AA2A78
Black with #AA2A78
Text Example
Text Example
White with #AA2A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A78; }
p { color: rgb(170,42,120); }
H1.HeaderClassName
{
color: #AA2A78;
}
.AnyTagClassName
{
color: #AA2A78;
}
</style>
background-color css
<style>
a { background-color: #AA2A78; }
a { background-color: rgb(170,42,120); }
div.DivClassName
{
background-color: #AA2A78;
}
.BgClassName
{
background-color: #AA2A78;
}
</style>
border-color css
<style>
span { border-color: #AA2A78; }
span { border-color: rgb(170,42,120); }
td.TdClassName
{
border-color: #AA2A78;
}
.TagClassName
{
border-color: #AA2A78;
}
</style>