Shades of Medium Red Violet #AA2FA6
Tints of Medium Red Violet #AA2FA6
RGB
CMYK
RGB Variations
Color information
#AA2FA6 (or 0xAA2FA6) is known color: Medium Red Violet. HEX triplet: AA, 2F and A6. RGB value is (170,47,166). Sum of RGB (Red+Green+Blue) = 170+47+166=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FA6 is #55D059. Grayscale: #606060. Windows color (decimal): -5623898 or 10891178. OLE color: 10891178.
HSL color Cylindrical-coordinate representation of color #AA2FA6: hue angle of 301.95º 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 #AA2FA6 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 166 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.33 |
| HSL | 301.95º | 0.57% | 0.43% | - |
| HSV(B) | 301.95º | 0.72% | 0.67% | - |
| XYZ | 24.48 | 13.33 | 37.36 | - |
| YUV | 97.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 166 | 0 | 0.72 | 0.02 | 0.33 | 301.95 | 0.57 | 0.43 |
| Hex | AA | 2F | A6 | 0 | 48 | 2 | 21 | 12E | 39 | 2B |
| Octal | 252 | 57 | 246 | 0 | 110 | 2 | 41 | 456 | 71 | 53 |
| Binary | 10101010 | 101111 | 10100110 | 0 | 1001000 | 10 | 100001 | 100101110 | 111001 | 101011 |
Color Harmonies of #AA2FA6
Complementary color
Monochromatic Colors of #AA2FA6
Black with #AA2FA6
Text Example
Text Example
White with #AA2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FA6; }
p { color: rgb(170,47,166); }
H1.HeaderClassName
{
color: #AA2FA6;
}
.AnyTagClassName
{
color: #AA2FA6;
}
</style>
background-color css
<style>
a { background-color: #AA2FA6; }
a { background-color: rgb(170,47,166); }
div.DivClassName
{
background-color: #AA2FA6;
}
.BgClassName
{
background-color: #AA2FA6;
}
</style>
border-color css
<style>
span { border-color: #AA2FA6; }
span { border-color: rgb(170,47,166); }
td.TdClassName
{
border-color: #AA2FA6;
}
.TagClassName
{
border-color: #AA2FA6;
}
</style>