Shades of Medium Red Violet #A02D75
Tints of Medium Red Violet #A02D75
RGB
CMYK
RGB Variations
Color information
#A02D75 (or 0xA02D75) is known color: Medium Red Violet. HEX triplet: A0, 2D and 75. RGB value is (160,45,117). Sum of RGB (Red+Green+Blue) = 160+45+117=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D75 is #5FD28A. Grayscale: #575757. Windows color (decimal): -6279819 or 7679392. OLE color: 7679392.
HSL color Cylindrical-coordinate representation of color #A02D75: hue angle of 322.43º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D75 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 117 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.37 |
| HSL | 322.43º | 0.56% | 0.4% | - |
| HSV(B) | 322.43º | 0.72% | 0.63% | - |
| XYZ | 18.65 | 10.63 | 17.9 | - |
| YUV | 87.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 117 | 0 | 0.72 | 0.27 | 0.37 | 322.43 | 0.56 | 0.4 |
| Hex | A0 | 2D | 75 | 0 | 48 | 1B | 25 | 142 | 38 | 28 |
| Octal | 240 | 55 | 165 | 0 | 110 | 33 | 45 | 502 | 70 | 50 |
| Binary | 10100000 | 101101 | 1110101 | 0 | 1001000 | 11011 | 100101 | 101000010 | 111000 | 101000 |
Color Harmonies of #A02D75
Complementary color
Monochromatic Colors of #A02D75
Black with #A02D75
Text Example
Text Example
White with #A02D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D75; }
p { color: rgb(160,45,117); }
H1.HeaderClassName
{
color: #A02D75;
}
.AnyTagClassName
{
color: #A02D75;
}
</style>
background-color css
<style>
a { background-color: #A02D75; }
a { background-color: rgb(160,45,117); }
div.DivClassName
{
background-color: #A02D75;
}
.BgClassName
{
background-color: #A02D75;
}
</style>
border-color css
<style>
span { border-color: #A02D75; }
span { border-color: rgb(160,45,117); }
td.TdClassName
{
border-color: #A02D75;
}
.TagClassName
{
border-color: #A02D75;
}
</style>