Shades of Medium Violet Red #AA1183
Tints of Medium Violet Red #AA1183
RGB
CMYK
RGB Variations
Color information
#AA1183 (or 0xAA1183) is known color: Medium Violet Red. HEX triplet: AA, 11 and 83. RGB value is (170,17,131). Sum of RGB (Red+Green+Blue) = 170+17+131=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1183 is #55EE7C. Grayscale: #4B4B4B. Windows color (decimal): -5631613 or 8589738. OLE color: 8589738.
HSL color Cylindrical-coordinate representation of color #AA1183: hue angle of 315.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1183 is Cyan = 0, Magento = 0.9, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 131 | - |
| CMYK | 0 | 0.9 | 0.23 | 0.33 |
| HSL | 315.29º | 0.82% | 0.37% | - |
| HSV(B) | 315.29º | 0.9% | 0.67% | - |
| XYZ | 20.87 | 10.59 | 22.42 | - |
| YUV | 75.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 131 | 0 | 0.9 | 0.23 | 0.33 | 315.29 | 0.82 | 0.37 |
| Hex | AA | 11 | 83 | 0 | 5A | 17 | 21 | 13B | 52 | 25 |
| Octal | 252 | 21 | 203 | 0 | 132 | 27 | 41 | 473 | 122 | 45 |
| Binary | 10101010 | 10001 | 10000011 | 0 | 1011010 | 10111 | 100001 | 100111011 | 1010010 | 100101 |
Color Harmonies of #AA1183
Complementary color
Monochromatic Colors of #AA1183
Black with #AA1183
Text Example
Text Example
White with #AA1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1183; }
p { color: rgb(170,17,131); }
H1.HeaderClassName
{
color: #AA1183;
}
.AnyTagClassName
{
color: #AA1183;
}
</style>
background-color css
<style>
a { background-color: #AA1183; }
a { background-color: rgb(170,17,131); }
div.DivClassName
{
background-color: #AA1183;
}
.BgClassName
{
background-color: #AA1183;
}
</style>
border-color css
<style>
span { border-color: #AA1183; }
span { border-color: rgb(170,17,131); }
td.TdClassName
{
border-color: #AA1183;
}
.TagClassName
{
border-color: #AA1183;
}
</style>