Shades of Medium Red Violet #AA2085
Tints of Medium Red Violet #AA2085
RGB
CMYK
RGB Variations
Color information
#AA2085 (or 0xAA2085) is known color: Medium Red Violet. HEX triplet: AA, 20 and 85. RGB value is (170,32,133). Sum of RGB (Red+Green+Blue) = 170+32+133=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2085 is #55DF7A. Grayscale: #545454. Windows color (decimal): -5627771 or 8724650. OLE color: 8724650.
HSL color Cylindrical-coordinate representation of color #AA2085: hue angle of 316.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2085 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 133 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.33 |
| HSL | 316.09º | 0.68% | 0.4% | - |
| HSV(B) | 316.09º | 0.81% | 0.67% | - |
| XYZ | 21.33 | 11.27 | 23.24 | - |
| YUV | 84.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 133 | 0 | 0.81 | 0.22 | 0.33 | 316.09 | 0.68 | 0.4 |
| Hex | AA | 20 | 85 | 0 | 51 | 16 | 21 | 13C | 44 | 28 |
| Octal | 252 | 40 | 205 | 0 | 121 | 26 | 41 | 474 | 104 | 50 |
| Binary | 10101010 | 100000 | 10000101 | 0 | 1010001 | 10110 | 100001 | 100111100 | 1000100 | 101000 |
Color Harmonies of #AA2085
Complementary color
Monochromatic Colors of #AA2085
Black with #AA2085
Text Example
Text Example
White with #AA2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2085; }
p { color: rgb(170,32,133); }
H1.HeaderClassName
{
color: #AA2085;
}
.AnyTagClassName
{
color: #AA2085;
}
</style>
background-color css
<style>
a { background-color: #AA2085; }
a { background-color: rgb(170,32,133); }
div.DivClassName
{
background-color: #AA2085;
}
.BgClassName
{
background-color: #AA2085;
}
</style>
border-color css
<style>
span { border-color: #AA2085; }
span { border-color: rgb(170,32,133); }
td.TdClassName
{
border-color: #AA2085;
}
.TagClassName
{
border-color: #AA2085;
}
</style>