Shades of Medium Violet Red #AA1285
Tints of Medium Violet Red #AA1285
RGB
CMYK
RGB Variations
Color information
#AA1285 (or 0xAA1285) is known color: Medium Violet Red. HEX triplet: AA, 12 and 85. RGB value is (170,18,133). Sum of RGB (Red+Green+Blue) = 170+18+133=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1285 is #55ED7A. Grayscale: #4C4C4C. Windows color (decimal): -5631355 or 8721066. OLE color: 8721066.
HSL color Cylindrical-coordinate representation of color #AA1285: hue angle of 314.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1285 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 133 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.33 |
| HSL | 314.61º | 0.81% | 0.37% | - |
| HSV(B) | 314.61º | 0.89% | 0.67% | - |
| XYZ | 21.03 | 10.67 | 23.14 | - |
| YUV | 76.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 133 | 0 | 0.89 | 0.22 | 0.33 | 314.61 | 0.81 | 0.37 |
| Hex | AA | 12 | 85 | 0 | 59 | 16 | 21 | 13B | 51 | 25 |
| Octal | 252 | 22 | 205 | 0 | 131 | 26 | 41 | 473 | 121 | 45 |
| Binary | 10101010 | 10010 | 10000101 | 0 | 1011001 | 10110 | 100001 | 100111011 | 1010001 | 100101 |
Color Harmonies of #AA1285
Complementary color
Monochromatic Colors of #AA1285
Black with #AA1285
Text Example
Text Example
White with #AA1285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1285; }
p { color: rgb(170,18,133); }
H1.HeaderClassName
{
color: #AA1285;
}
.AnyTagClassName
{
color: #AA1285;
}
</style>
background-color css
<style>
a { background-color: #AA1285; }
a { background-color: rgb(170,18,133); }
div.DivClassName
{
background-color: #AA1285;
}
.BgClassName
{
background-color: #AA1285;
}
</style>
border-color css
<style>
span { border-color: #AA1285; }
span { border-color: rgb(170,18,133); }
td.TdClassName
{
border-color: #AA1285;
}
.TagClassName
{
border-color: #AA1285;
}
</style>