Shades of Medium Violet Red #AA1484
Tints of Medium Violet Red #AA1484
RGB
CMYK
RGB Variations
Color information
#AA1484 (or 0xAA1484) is known color: Medium Violet Red. HEX triplet: AA, 14 and 84. RGB value is (170,20,132). Sum of RGB (Red+Green+Blue) = 170+20+132=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1484 is #55EB7B. Grayscale: #4D4D4D. Windows color (decimal): -5630844 or 8656042. OLE color: 8656042.
HSL color Cylindrical-coordinate representation of color #AA1484: hue angle of 315.2º 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 #AA1484 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 132 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.33 |
| HSL | 315.2º | 0.79% | 0.37% | - |
| HSV(B) | 315.2º | 0.88% | 0.67% | - |
| XYZ | 20.99 | 10.71 | 22.79 | - |
| YUV | 77.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 132 | 0 | 0.88 | 0.22 | 0.33 | 315.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 84 | 0 | 58 | 16 | 21 | 13B | 4F | 25 |
| Octal | 252 | 24 | 204 | 0 | 130 | 26 | 41 | 473 | 117 | 45 |
| Binary | 10101010 | 10100 | 10000100 | 0 | 1011000 | 10110 | 100001 | 100111011 | 1001111 | 100101 |
Color Harmonies of #AA1484
Complementary color
Monochromatic Colors of #AA1484
Black with #AA1484
Text Example
Text Example
White with #AA1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1484; }
p { color: rgb(170,20,132); }
H1.HeaderClassName
{
color: #AA1484;
}
.AnyTagClassName
{
color: #AA1484;
}
</style>
background-color css
<style>
a { background-color: #AA1484; }
a { background-color: rgb(170,20,132); }
div.DivClassName
{
background-color: #AA1484;
}
.BgClassName
{
background-color: #AA1484;
}
</style>
border-color css
<style>
span { border-color: #AA1484; }
span { border-color: rgb(170,20,132); }
td.TdClassName
{
border-color: #AA1484;
}
.TagClassName
{
border-color: #AA1484;
}
</style>