Shades of Medium Red Violet #A02A75
Tints of Medium Red Violet #A02A75
RGB
CMYK
RGB Variations
Color information
#A02A75 (or 0xA02A75) is known color: Medium Red Violet. HEX triplet: A0, 2A and 75. RGB value is (160,42,117). Sum of RGB (Red+Green+Blue) = 160+42+117=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A75 is #5FD58A. Grayscale: #555555. Windows color (decimal): -6280587 or 7678624. OLE color: 7678624.
HSL color Cylindrical-coordinate representation of color #A02A75: hue angle of 321.86º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A75 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 117 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.37 |
| HSL | 321.86º | 0.58% | 0.4% | - |
| HSV(B) | 321.86º | 0.74% | 0.63% | - |
| XYZ | 18.54 | 10.41 | 17.86 | - |
| YUV | 85.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 117 | 0 | 0.74 | 0.27 | 0.37 | 321.86 | 0.58 | 0.4 |
| Hex | A0 | 2A | 75 | 0 | 4A | 1B | 25 | 142 | 3A | 28 |
| Octal | 240 | 52 | 165 | 0 | 112 | 33 | 45 | 502 | 72 | 50 |
| Binary | 10100000 | 101010 | 1110101 | 0 | 1001010 | 11011 | 100101 | 101000010 | 111010 | 101000 |
Color Harmonies of #A02A75
Complementary color
Monochromatic Colors of #A02A75
Black with #A02A75
Text Example
Text Example
White with #A02A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A75; }
p { color: rgb(160,42,117); }
H1.HeaderClassName
{
color: #A02A75;
}
.AnyTagClassName
{
color: #A02A75;
}
</style>
background-color css
<style>
a { background-color: #A02A75; }
a { background-color: rgb(160,42,117); }
div.DivClassName
{
background-color: #A02A75;
}
.BgClassName
{
background-color: #A02A75;
}
</style>
border-color css
<style>
span { border-color: #A02A75; }
span { border-color: rgb(160,42,117); }
td.TdClassName
{
border-color: #A02A75;
}
.TagClassName
{
border-color: #A02A75;
}
</style>