Shades of Medium Violet Red #AA1583
Tints of Medium Violet Red #AA1583
RGB
CMYK
RGB Variations
Color information
#AA1583 (or 0xAA1583) is known color: Medium Violet Red. HEX triplet: AA, 15 and 83. RGB value is (170,21,131). Sum of RGB (Red+Green+Blue) = 170+21+131=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1583 is #55EA7C. Grayscale: #4D4D4D. Windows color (decimal): -5630589 or 8590762. OLE color: 8590762.
HSL color Cylindrical-coordinate representation of color #AA1583: hue angle of 315.7º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1583 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 131 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.7º | 0.78% | 0.37% | - |
| HSV(B) | 315.7º | 0.88% | 0.67% | - |
| XYZ | 20.94 | 10.72 | 22.44 | - |
| YUV | 78.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 131 | 0 | 0.88 | 0.23 | 0.33 | 315.7 | 0.78 | 0.37 |
| Hex | AA | 15 | 83 | 0 | 58 | 17 | 21 | 13C | 4E | 25 |
| Octal | 252 | 25 | 203 | 0 | 130 | 27 | 41 | 474 | 116 | 45 |
| Binary | 10101010 | 10101 | 10000011 | 0 | 1011000 | 10111 | 100001 | 100111100 | 1001110 | 100101 |
Color Harmonies of #AA1583
Complementary color
Monochromatic Colors of #AA1583
Black with #AA1583
Text Example
Text Example
White with #AA1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1583; }
p { color: rgb(170,21,131); }
H1.HeaderClassName
{
color: #AA1583;
}
.AnyTagClassName
{
color: #AA1583;
}
</style>
background-color css
<style>
a { background-color: #AA1583; }
a { background-color: rgb(170,21,131); }
div.DivClassName
{
background-color: #AA1583;
}
.BgClassName
{
background-color: #AA1583;
}
</style>
border-color css
<style>
span { border-color: #AA1583; }
span { border-color: rgb(170,21,131); }
td.TdClassName
{
border-color: #AA1583;
}
.TagClassName
{
border-color: #AA1583;
}
</style>