Shades of Medium Red Violet #AA1F85
Tints of Medium Red Violet #AA1F85
RGB
CMYK
RGB Variations
Color information
#AA1F85 (or 0xAA1F85) is known color: Medium Red Violet. HEX triplet: AA, 1F and 85. RGB value is (170,31,133). Sum of RGB (Red+Green+Blue) = 170+31+133=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F85 is #55E07A. Grayscale: #535353. Windows color (decimal): -5628027 or 8724394. OLE color: 8724394.
HSL color Cylindrical-coordinate representation of color #AA1F85: hue angle of 315.97º 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 #AA1F85 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 133 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.33 |
| HSL | 315.97º | 0.69% | 0.39% | - |
| HSV(B) | 315.97º | 0.82% | 0.67% | - |
| XYZ | 21.3 | 11.22 | 23.23 | - |
| YUV | 84.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 133 | 0 | 0.82 | 0.22 | 0.33 | 315.97 | 0.69 | 0.39 |
| Hex | AA | 1F | 85 | 0 | 52 | 16 | 21 | 13C | 45 | 27 |
| Octal | 252 | 37 | 205 | 0 | 122 | 26 | 41 | 474 | 105 | 47 |
| Binary | 10101010 | 11111 | 10000101 | 0 | 1010010 | 10110 | 100001 | 100111100 | 1000101 | 100111 |
Color Harmonies of #AA1F85
Complementary color
Monochromatic Colors of #AA1F85
Black with #AA1F85
Text Example
Text Example
White with #AA1F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F85; }
p { color: rgb(170,31,133); }
H1.HeaderClassName
{
color: #AA1F85;
}
.AnyTagClassName
{
color: #AA1F85;
}
</style>
background-color css
<style>
a { background-color: #AA1F85; }
a { background-color: rgb(170,31,133); }
div.DivClassName
{
background-color: #AA1F85;
}
.BgClassName
{
background-color: #AA1F85;
}
</style>
border-color css
<style>
span { border-color: #AA1F85; }
span { border-color: rgb(170,31,133); }
td.TdClassName
{
border-color: #AA1F85;
}
.TagClassName
{
border-color: #AA1F85;
}
</style>