Shades of Medium Red Violet #AA1E83
Tints of Medium Red Violet #AA1E83
RGB
CMYK
RGB Variations
Color information
#AA1E83 (or 0xAA1E83) is known color: Medium Red Violet. HEX triplet: AA, 1E and 83. RGB value is (170,30,131). Sum of RGB (Red+Green+Blue) = 170+30+131=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E83 is #55E17C. Grayscale: #535353. Windows color (decimal): -5628285 or 8593066. OLE color: 8593066.
HSL color Cylindrical-coordinate representation of color #AA1E83: hue angle of 316.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 #AA1E83 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 131 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.33 |
| HSL | 316.71º | 0.7% | 0.39% | - |
| HSV(B) | 316.71º | 0.82% | 0.67% | - |
| XYZ | 21.14 | 11.11 | 22.5 | - |
| YUV | 83.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 131 | 0 | 0.82 | 0.23 | 0.33 | 316.71 | 0.7 | 0.39 |
| Hex | AA | 1E | 83 | 0 | 52 | 17 | 21 | 13D | 46 | 27 |
| Octal | 252 | 36 | 203 | 0 | 122 | 27 | 41 | 475 | 106 | 47 |
| Binary | 10101010 | 11110 | 10000011 | 0 | 1010010 | 10111 | 100001 | 100111101 | 1000110 | 100111 |
Color Harmonies of #AA1E83
Complementary color
Monochromatic Colors of #AA1E83
Black with #AA1E83
Text Example
Text Example
White with #AA1E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E83; }
p { color: rgb(170,30,131); }
H1.HeaderClassName
{
color: #AA1E83;
}
.AnyTagClassName
{
color: #AA1E83;
}
</style>
background-color css
<style>
a { background-color: #AA1E83; }
a { background-color: rgb(170,30,131); }
div.DivClassName
{
background-color: #AA1E83;
}
.BgClassName
{
background-color: #AA1E83;
}
</style>
border-color css
<style>
span { border-color: #AA1E83; }
span { border-color: rgb(170,30,131); }
td.TdClassName
{
border-color: #AA1E83;
}
.TagClassName
{
border-color: #AA1E83;
}
</style>