Shades of Medium Red Violet #AA2FA2
Tints of Medium Red Violet #AA2FA2
RGB
CMYK
RGB Variations
Color information
#AA2FA2 (or 0xAA2FA2) is known color: Medium Red Violet. HEX triplet: AA, 2F and A2. RGB value is (170,47,162). Sum of RGB (Red+Green+Blue) = 170+47+162=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FA2 is #55D05D. Grayscale: #606060. Windows color (decimal): -5623902 or 10629034. OLE color: 10629034.
HSL color Cylindrical-coordinate representation of color #AA2FA2: hue angle of 303.9º 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 #AA2FA2 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 162 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.33 |
| HSL | 303.9º | 0.57% | 0.43% | - |
| HSV(B) | 303.9º | 0.72% | 0.67% | - |
| XYZ | 24.12 | 13.19 | 35.46 | - |
| YUV | 96.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 162 | 0 | 0.72 | 0.05 | 0.33 | 303.9 | 0.57 | 0.43 |
| Hex | AA | 2F | A2 | 0 | 48 | 5 | 21 | 130 | 39 | 2B |
| Octal | 252 | 57 | 242 | 0 | 110 | 5 | 41 | 460 | 71 | 53 |
| Binary | 10101010 | 101111 | 10100010 | 0 | 1001000 | 101 | 100001 | 100110000 | 111001 | 101011 |
Color Harmonies of #AA2FA2
Complementary color
Monochromatic Colors of #AA2FA2
Black with #AA2FA2
Text Example
Text Example
White with #AA2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FA2; }
p { color: rgb(170,47,162); }
H1.HeaderClassName
{
color: #AA2FA2;
}
.AnyTagClassName
{
color: #AA2FA2;
}
</style>
background-color css
<style>
a { background-color: #AA2FA2; }
a { background-color: rgb(170,47,162); }
div.DivClassName
{
background-color: #AA2FA2;
}
.BgClassName
{
background-color: #AA2FA2;
}
</style>
border-color css
<style>
span { border-color: #AA2FA2; }
span { border-color: rgb(170,47,162); }
td.TdClassName
{
border-color: #AA2FA2;
}
.TagClassName
{
border-color: #AA2FA2;
}
</style>