Shades of Medium Red Violet #AA1F84
Tints of Medium Red Violet #AA1F84
RGB
CMYK
RGB Variations
Color information
#AA1F84 (or 0xAA1F84) is known color: Medium Red Violet. HEX triplet: AA, 1F and 84. RGB value is (170,31,132). Sum of RGB (Red+Green+Blue) = 170+31+132=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F84 is #55E07B. Grayscale: #535353. Windows color (decimal): -5628028 or 8658858. OLE color: 8658858.
HSL color Cylindrical-coordinate representation of color #AA1F84: hue angle of 316.4º 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 #AA1F84 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 132 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.33 |
| HSL | 316.4º | 0.69% | 0.39% | - |
| HSV(B) | 316.4º | 0.82% | 0.67% | - |
| XYZ | 21.23 | 11.19 | 22.87 | - |
| YUV | 84.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 132 | 0 | 0.82 | 0.22 | 0.33 | 316.4 | 0.69 | 0.39 |
| Hex | AA | 1F | 84 | 0 | 52 | 16 | 21 | 13C | 45 | 27 |
| Octal | 252 | 37 | 204 | 0 | 122 | 26 | 41 | 474 | 105 | 47 |
| Binary | 10101010 | 11111 | 10000100 | 0 | 1010010 | 10110 | 100001 | 100111100 | 1000101 | 100111 |
Color Harmonies of #AA1F84
Complementary color
Monochromatic Colors of #AA1F84
Black with #AA1F84
Text Example
Text Example
White with #AA1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F84; }
p { color: rgb(170,31,132); }
H1.HeaderClassName
{
color: #AA1F84;
}
.AnyTagClassName
{
color: #AA1F84;
}
</style>
background-color css
<style>
a { background-color: #AA1F84; }
a { background-color: rgb(170,31,132); }
div.DivClassName
{
background-color: #AA1F84;
}
.BgClassName
{
background-color: #AA1F84;
}
</style>
border-color css
<style>
span { border-color: #AA1F84; }
span { border-color: rgb(170,31,132); }
td.TdClassName
{
border-color: #AA1F84;
}
.TagClassName
{
border-color: #AA1F84;
}
</style>