Shades of Medium Red Violet #AA1F9A
Tints of Medium Red Violet #AA1F9A
RGB
CMYK
RGB Variations
Color information
#AA1F9A (or 0xAA1F9A) is known color: Medium Red Violet. HEX triplet: AA, 1F and 9A. RGB value is (170,31,154). Sum of RGB (Red+Green+Blue) = 170+31+154=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1F9A is #55E065. Grayscale: #565656. Windows color (decimal): -5628006 or 10100650. OLE color: 10100650.
HSL color Cylindrical-coordinate representation of color #AA1F9A: hue angle of 306.91º 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 #AA1F9A is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 154 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.33 |
| HSL | 306.91º | 0.69% | 0.39% | - |
| HSV(B) | 306.91º | 0.82% | 0.67% | - |
| XYZ | 22.9 | 11.86 | 31.65 | - |
| YUV | 86.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 154 | 0 | 0.82 | 0.09 | 0.33 | 306.91 | 0.69 | 0.39 |
| Hex | AA | 1F | 9A | 0 | 52 | 9 | 21 | 133 | 45 | 27 |
| Octal | 252 | 37 | 232 | 0 | 122 | 11 | 41 | 463 | 105 | 47 |
| Binary | 10101010 | 11111 | 10011010 | 0 | 1010010 | 1001 | 100001 | 100110011 | 1000101 | 100111 |
Color Harmonies of #AA1F9A
Complementary color
Monochromatic Colors of #AA1F9A
Black with #AA1F9A
Text Example
Text Example
White with #AA1F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F9A; }
p { color: rgb(170,31,154); }
H1.HeaderClassName
{
color: #AA1F9A;
}
.AnyTagClassName
{
color: #AA1F9A;
}
</style>
background-color css
<style>
a { background-color: #AA1F9A; }
a { background-color: rgb(170,31,154); }
div.DivClassName
{
background-color: #AA1F9A;
}
.BgClassName
{
background-color: #AA1F9A;
}
</style>
border-color css
<style>
span { border-color: #AA1F9A; }
span { border-color: rgb(170,31,154); }
td.TdClassName
{
border-color: #AA1F9A;
}
.TagClassName
{
border-color: #AA1F9A;
}
</style>