Shades of Medium Violet Red #AA0585
Tints of Medium Violet Red #AA0585
RGB
CMYK
RGB Variations
Color information
#AA0585 (or 0xAA0585) is known color: Medium Violet Red. HEX triplet: AA, 05 and 85. RGB value is (170,5,133). Sum of RGB (Red+Green+Blue) = 170+5+133=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0585 is #55FA7A. Grayscale: #444444. Windows color (decimal): -5634683 or 8717738. OLE color: 8717738.
HSL color Cylindrical-coordinate representation of color #AA0585: hue angle of 313.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0585 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.33 |
| HSL | 313.45º | 0.94% | 0.34% | - |
| HSV(B) | 313.45º | 0.97% | 0.67% | - |
| XYZ | 20.87 | 10.35 | 23.09 | - |
| YUV | 68.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 133 | 0 | 0.97 | 0.22 | 0.33 | 313.45 | 0.94 | 0.34 |
| Hex | AA | 5 | 85 | 0 | 61 | 16 | 21 | 139 | 5E | 22 |
| Octal | 252 | 5 | 205 | 0 | 141 | 26 | 41 | 471 | 136 | 42 |
| Binary | 10101010 | 101 | 10000101 | 0 | 1100001 | 10110 | 100001 | 100111001 | 1011110 | 100010 |
Color Harmonies of #AA0585
Complementary color
Monochromatic Colors of #AA0585
Black with #AA0585
Text Example
Text Example
White with #AA0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0585; }
p { color: rgb(170,5,133); }
H1.HeaderClassName
{
color: #AA0585;
}
.AnyTagClassName
{
color: #AA0585;
}
</style>
background-color css
<style>
a { background-color: #AA0585; }
a { background-color: rgb(170,5,133); }
div.DivClassName
{
background-color: #AA0585;
}
.BgClassName
{
background-color: #AA0585;
}
</style>
border-color css
<style>
span { border-color: #AA0585; }
span { border-color: rgb(170,5,133); }
td.TdClassName
{
border-color: #AA0585;
}
.TagClassName
{
border-color: #AA0585;
}
</style>