Shades of Medium Red Violet #AA1E9F
Tints of Medium Red Violet #AA1E9F
RGB
CMYK
RGB Variations
Color information
#AA1E9F (or 0xAA1E9F) is known color: Medium Red Violet. HEX triplet: AA, 1E and 9F. RGB value is (170,30,159). Sum of RGB (Red+Green+Blue) = 170+30+159=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E9F is #55E160. Grayscale: #565656. Windows color (decimal): -5628257 or 10428074. OLE color: 10428074.
HSL color Cylindrical-coordinate representation of color #AA1E9F: hue angle of 304.71º degrees, saturation: 0.7, 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 #AA1E9F is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 159 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.33 |
| HSL | 304.71º | 0.7% | 0.39% | - |
| HSV(B) | 304.71º | 0.82% | 0.67% | - |
| XYZ | 23.3 | 11.98 | 33.88 | - |
| YUV | 86.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 159 | 0 | 0.82 | 0.06 | 0.33 | 304.71 | 0.7 | 0.39 |
| Hex | AA | 1E | 9F | 0 | 52 | 6 | 21 | 131 | 46 | 27 |
| Octal | 252 | 36 | 237 | 0 | 122 | 6 | 41 | 461 | 106 | 47 |
| Binary | 10101010 | 11110 | 10011111 | 0 | 1010010 | 110 | 100001 | 100110001 | 1000110 | 100111 |
Color Harmonies of #AA1E9F
Complementary color
Monochromatic Colors of #AA1E9F
Black with #AA1E9F
Text Example
Text Example
White with #AA1E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E9F; }
p { color: rgb(170,30,159); }
H1.HeaderClassName
{
color: #AA1E9F;
}
.AnyTagClassName
{
color: #AA1E9F;
}
</style>
background-color css
<style>
a { background-color: #AA1E9F; }
a { background-color: rgb(170,30,159); }
div.DivClassName
{
background-color: #AA1E9F;
}
.BgClassName
{
background-color: #AA1E9F;
}
</style>
border-color css
<style>
span { border-color: #AA1E9F; }
span { border-color: rgb(170,30,159); }
td.TdClassName
{
border-color: #AA1E9F;
}
.TagClassName
{
border-color: #AA1E9F;
}
</style>