Shades of Medium Red Violet #AA1FA2
Tints of Medium Red Violet #AA1FA2
RGB
CMYK
RGB Variations
Color information
#AA1FA2 (or 0xAA1FA2) is known color: Medium Red Violet. HEX triplet: AA, 1F and A2. RGB value is (170,31,162). Sum of RGB (Red+Green+Blue) = 170+31+162=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FA2 is #55E05D. Grayscale: #575757. Windows color (decimal): -5627998 or 10624938. OLE color: 10624938.
HSL color Cylindrical-coordinate representation of color #AA1FA2: hue angle of 303.45º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1FA2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 162 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.33 |
| HSL | 303.45º | 0.69% | 0.39% | - |
| HSV(B) | 303.45º | 0.82% | 0.67% | - |
| XYZ | 23.59 | 12.13 | 35.28 | - |
| YUV | 87.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 162 | 0 | 0.82 | 0.05 | 0.33 | 303.45 | 0.69 | 0.39 |
| Hex | AA | 1F | A2 | 0 | 52 | 5 | 21 | 12F | 45 | 27 |
| Octal | 252 | 37 | 242 | 0 | 122 | 5 | 41 | 457 | 105 | 47 |
| Binary | 10101010 | 11111 | 10100010 | 0 | 1010010 | 101 | 100001 | 100101111 | 1000101 | 100111 |
Color Harmonies of #AA1FA2
Complementary color
Monochromatic Colors of #AA1FA2
Black with #AA1FA2
Text Example
Text Example
White with #AA1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FA2; }
p { color: rgb(170,31,162); }
H1.HeaderClassName
{
color: #AA1FA2;
}
.AnyTagClassName
{
color: #AA1FA2;
}
</style>
background-color css
<style>
a { background-color: #AA1FA2; }
a { background-color: rgb(170,31,162); }
div.DivClassName
{
background-color: #AA1FA2;
}
.BgClassName
{
background-color: #AA1FA2;
}
</style>
border-color css
<style>
span { border-color: #AA1FA2; }
span { border-color: rgb(170,31,162); }
td.TdClassName
{
border-color: #AA1FA2;
}
.TagClassName
{
border-color: #AA1FA2;
}
</style>