Shades of Medium Violet Red #AA1481
Tints of Medium Violet Red #AA1481
RGB
CMYK
RGB Variations
Color information
#AA1481 (or 0xAA1481) is known color: Medium Violet Red. HEX triplet: AA, 14 and 81. RGB value is (170,20,129). Sum of RGB (Red+Green+Blue) = 170+20+129=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1481 is #55EB7E. Grayscale: #4C4C4C. Windows color (decimal): -5630847 or 8459434. OLE color: 8459434.
HSL color Cylindrical-coordinate representation of color #AA1481: hue angle of 316.4º 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 #AA1481 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 129 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.33 |
| HSL | 316.4º | 0.79% | 0.37% | - |
| HSV(B) | 316.4º | 0.88% | 0.67% | - |
| XYZ | 20.79 | 10.63 | 21.73 | - |
| YUV | 77.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 129 | 0 | 0.88 | 0.24 | 0.33 | 316.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 81 | 0 | 58 | 18 | 21 | 13C | 4F | 25 |
| Octal | 252 | 24 | 201 | 0 | 130 | 30 | 41 | 474 | 117 | 45 |
| Binary | 10101010 | 10100 | 10000001 | 0 | 1011000 | 11000 | 100001 | 100111100 | 1001111 | 100101 |
Color Harmonies of #AA1481
Complementary color
Monochromatic Colors of #AA1481
Black with #AA1481
Text Example
Text Example
White with #AA1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1481; }
p { color: rgb(170,20,129); }
H1.HeaderClassName
{
color: #AA1481;
}
.AnyTagClassName
{
color: #AA1481;
}
</style>
background-color css
<style>
a { background-color: #AA1481; }
a { background-color: rgb(170,20,129); }
div.DivClassName
{
background-color: #AA1481;
}
.BgClassName
{
background-color: #AA1481;
}
</style>
border-color css
<style>
span { border-color: #AA1481; }
span { border-color: rgb(170,20,129); }
td.TdClassName
{
border-color: #AA1481;
}
.TagClassName
{
border-color: #AA1481;
}
</style>