Shades of Medium Red Violet #AA1D9F
Tints of Medium Red Violet #AA1D9F
RGB
CMYK
RGB Variations
Color information
#AA1D9F (or 0xAA1D9F) is known color: Medium Red Violet. HEX triplet: AA, 1D and 9F. RGB value is (170,29,159). Sum of RGB (Red+Green+Blue) = 170+29+159=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D9F is #55E260. Grayscale: #555555. Windows color (decimal): -5628513 or 10427818. OLE color: 10427818.
HSL color Cylindrical-coordinate representation of color #AA1D9F: hue angle of 304.68º 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 #AA1D9F is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 159 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.33 |
| HSL | 304.68º | 0.71% | 0.39% | - |
| HSV(B) | 304.68º | 0.83% | 0.67% | - |
| XYZ | 23.27 | 11.93 | 33.88 | - |
| YUV | 85.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 159 | 0 | 0.83 | 0.06 | 0.33 | 304.68 | 0.71 | 0.39 |
| Hex | AA | 1D | 9F | 0 | 53 | 6 | 21 | 131 | 47 | 27 |
| Octal | 252 | 35 | 237 | 0 | 123 | 6 | 41 | 461 | 107 | 47 |
| Binary | 10101010 | 11101 | 10011111 | 0 | 1010011 | 110 | 100001 | 100110001 | 1000111 | 100111 |
Color Harmonies of #AA1D9F
Complementary color
Monochromatic Colors of #AA1D9F
Black with #AA1D9F
Text Example
Text Example
White with #AA1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D9F; }
p { color: rgb(170,29,159); }
H1.HeaderClassName
{
color: #AA1D9F;
}
.AnyTagClassName
{
color: #AA1D9F;
}
</style>
background-color css
<style>
a { background-color: #AA1D9F; }
a { background-color: rgb(170,29,159); }
div.DivClassName
{
background-color: #AA1D9F;
}
.BgClassName
{
background-color: #AA1D9F;
}
</style>
border-color css
<style>
span { border-color: #AA1D9F; }
span { border-color: rgb(170,29,159); }
td.TdClassName
{
border-color: #AA1D9F;
}
.TagClassName
{
border-color: #AA1D9F;
}
</style>