Shades of Medium Red Violet #AA1D8F
Tints of Medium Red Violet #AA1D8F
RGB
CMYK
RGB Variations
Color information
#AA1D8F (or 0xAA1D8F) is known color: Medium Red Violet. HEX triplet: AA, 1D and 8F. RGB value is (170,29,143). Sum of RGB (Red+Green+Blue) = 170+29+143=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D8F is #55E270. Grayscale: #535353. Windows color (decimal): -5628529 or 9379242. OLE color: 9379242.
HSL color Cylindrical-coordinate representation of color #AA1D8F: hue angle of 311.49º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D8F is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 143 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.33 |
| HSL | 311.49º | 0.71% | 0.39% | - |
| HSV(B) | 311.49º | 0.83% | 0.67% | - |
| XYZ | 21.97 | 11.41 | 27.03 | - |
| YUV | 84.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 143 | 0 | 0.83 | 0.16 | 0.33 | 311.49 | 0.71 | 0.39 |
| Hex | AA | 1D | 8F | 0 | 53 | 10 | 21 | 137 | 47 | 27 |
| Octal | 252 | 35 | 217 | 0 | 123 | 20 | 41 | 467 | 107 | 47 |
| Binary | 10101010 | 11101 | 10001111 | 0 | 1010011 | 10000 | 100001 | 100110111 | 1000111 | 100111 |
Color Harmonies of #AA1D8F
Complementary color
Monochromatic Colors of #AA1D8F
Black with #AA1D8F
Text Example
Text Example
White with #AA1D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D8F; }
p { color: rgb(170,29,143); }
H1.HeaderClassName
{
color: #AA1D8F;
}
.AnyTagClassName
{
color: #AA1D8F;
}
</style>
background-color css
<style>
a { background-color: #AA1D8F; }
a { background-color: rgb(170,29,143); }
div.DivClassName
{
background-color: #AA1D8F;
}
.BgClassName
{
background-color: #AA1D8F;
}
</style>
border-color css
<style>
span { border-color: #AA1D8F; }
span { border-color: rgb(170,29,143); }
td.TdClassName
{
border-color: #AA1D8F;
}
.TagClassName
{
border-color: #AA1D8F;
}
</style>