Shades of Medium Violet Red #AA1483
Tints of Medium Violet Red #AA1483
RGB
CMYK
RGB Variations
Color information
#AA1483 (or 0xAA1483) is known color: Medium Violet Red. HEX triplet: AA, 14 and 83. RGB value is (170,20,131). Sum of RGB (Red+Green+Blue) = 170+20+131=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1483 is #55EB7C. Grayscale: #4D4D4D. Windows color (decimal): -5630845 or 8590506. OLE color: 8590506.
HSL color Cylindrical-coordinate representation of color #AA1483: hue angle of 315.6º degrees, saturation: 0.79, 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 #AA1483 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 131 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.33 |
| HSL | 315.6º | 0.79% | 0.37% | - |
| HSV(B) | 315.6º | 0.88% | 0.67% | - |
| XYZ | 20.92 | 10.69 | 22.43 | - |
| YUV | 77.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 131 | 0 | 0.88 | 0.23 | 0.33 | 315.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 83 | 0 | 58 | 17 | 21 | 13C | 4F | 25 |
| Octal | 252 | 24 | 203 | 0 | 130 | 27 | 41 | 474 | 117 | 45 |
| Binary | 10101010 | 10100 | 10000011 | 0 | 1011000 | 10111 | 100001 | 100111100 | 1001111 | 100101 |
Color Harmonies of #AA1483
Complementary color
Monochromatic Colors of #AA1483
Black with #AA1483
Text Example
Text Example
White with #AA1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1483; }
p { color: rgb(170,20,131); }
H1.HeaderClassName
{
color: #AA1483;
}
.AnyTagClassName
{
color: #AA1483;
}
</style>
background-color css
<style>
a { background-color: #AA1483; }
a { background-color: rgb(170,20,131); }
div.DivClassName
{
background-color: #AA1483;
}
.BgClassName
{
background-color: #AA1483;
}
</style>
border-color css
<style>
span { border-color: #AA1483; }
span { border-color: rgb(170,20,131); }
td.TdClassName
{
border-color: #AA1483;
}
.TagClassName
{
border-color: #AA1483;
}
</style>