Shades of Medium Red Violet #AA1F8F
Tints of Medium Red Violet #AA1F8F
RGB
CMYK
RGB Variations
Color information
#AA1F8F (or 0xAA1F8F) is known color: Medium Red Violet. HEX triplet: AA, 1F and 8F. RGB value is (170,31,143). Sum of RGB (Red+Green+Blue) = 170+31+143=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F8F is #55E070. Grayscale: #555555. Windows color (decimal): -5628017 or 9379754. OLE color: 9379754.
HSL color Cylindrical-coordinate representation of color #AA1F8F: hue angle of 311.65º 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 #AA1F8F is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 143 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.33 |
| HSL | 311.65º | 0.69% | 0.39% | - |
| HSV(B) | 311.65º | 0.82% | 0.67% | - |
| XYZ | 22.03 | 11.51 | 27.05 | - |
| YUV | 85.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 143 | 0 | 0.82 | 0.16 | 0.33 | 311.65 | 0.69 | 0.39 |
| Hex | AA | 1F | 8F | 0 | 52 | 10 | 21 | 138 | 45 | 27 |
| Octal | 252 | 37 | 217 | 0 | 122 | 20 | 41 | 470 | 105 | 47 |
| Binary | 10101010 | 11111 | 10001111 | 0 | 1010010 | 10000 | 100001 | 100111000 | 1000101 | 100111 |
Color Harmonies of #AA1F8F
Complementary color
Monochromatic Colors of #AA1F8F
Black with #AA1F8F
Text Example
Text Example
White with #AA1F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F8F; }
p { color: rgb(170,31,143); }
H1.HeaderClassName
{
color: #AA1F8F;
}
.AnyTagClassName
{
color: #AA1F8F;
}
</style>
background-color css
<style>
a { background-color: #AA1F8F; }
a { background-color: rgb(170,31,143); }
div.DivClassName
{
background-color: #AA1F8F;
}
.BgClassName
{
background-color: #AA1F8F;
}
</style>
border-color css
<style>
span { border-color: #AA1F8F; }
span { border-color: rgb(170,31,143); }
td.TdClassName
{
border-color: #AA1F8F;
}
.TagClassName
{
border-color: #AA1F8F;
}
</style>