Shades of Medium Red Violet #AA2FA0
Tints of Medium Red Violet #AA2FA0
RGB
CMYK
RGB Variations
Color information
#AA2FA0 (or 0xAA2FA0) is known color: Medium Red Violet. HEX triplet: AA, 2F and A0. RGB value is (170,47,160). Sum of RGB (Red+Green+Blue) = 170+47+160=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FA0 is #55D05F. Grayscale: #606060. Windows color (decimal): -5623904 or 10497962. OLE color: 10497962.
HSL color Cylindrical-coordinate representation of color #AA2FA0: hue angle of 304.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2FA0 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 160 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.33 |
| HSL | 304.88º | 0.57% | 0.43% | - |
| HSV(B) | 304.88º | 0.72% | 0.67% | - |
| XYZ | 23.94 | 13.12 | 34.53 | - |
| YUV | 96.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 160 | 0 | 0.72 | 0.06 | 0.33 | 304.88 | 0.57 | 0.43 |
| Hex | AA | 2F | A0 | 0 | 48 | 6 | 21 | 131 | 39 | 2B |
| Octal | 252 | 57 | 240 | 0 | 110 | 6 | 41 | 461 | 71 | 53 |
| Binary | 10101010 | 101111 | 10100000 | 0 | 1001000 | 110 | 100001 | 100110001 | 111001 | 101011 |
Color Harmonies of #AA2FA0
Complementary color
Monochromatic Colors of #AA2FA0
Black with #AA2FA0
Text Example
Text Example
White with #AA2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FA0; }
p { color: rgb(170,47,160); }
H1.HeaderClassName
{
color: #AA2FA0;
}
.AnyTagClassName
{
color: #AA2FA0;
}
</style>
background-color css
<style>
a { background-color: #AA2FA0; }
a { background-color: rgb(170,47,160); }
div.DivClassName
{
background-color: #AA2FA0;
}
.BgClassName
{
background-color: #AA2FA0;
}
</style>
border-color css
<style>
span { border-color: #AA2FA0; }
span { border-color: rgb(170,47,160); }
td.TdClassName
{
border-color: #AA2FA0;
}
.TagClassName
{
border-color: #AA2FA0;
}
</style>