Shades of Medium Red Violet #A02C75
Tints of Medium Red Violet #A02C75
RGB
CMYK
RGB Variations
Color information
#A02C75 (or 0xA02C75) is known color: Medium Red Violet. HEX triplet: A0, 2C and 75. RGB value is (160,44,117). Sum of RGB (Red+Green+Blue) = 160+44+117=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C75 is #5FD38A. Grayscale: #565656. Windows color (decimal): -6280075 or 7679136. OLE color: 7679136.
HSL color Cylindrical-coordinate representation of color #A02C75: hue angle of 322.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C75 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 117 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.37 |
| HSL | 322.24º | 0.57% | 0.4% | - |
| HSV(B) | 322.24º | 0.73% | 0.63% | - |
| XYZ | 18.61 | 10.56 | 17.89 | - |
| YUV | 87.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 117 | 0 | 0.72 | 0.27 | 0.37 | 322.24 | 0.57 | 0.4 |
| Hex | A0 | 2C | 75 | 0 | 48 | 1B | 25 | 142 | 39 | 28 |
| Octal | 240 | 54 | 165 | 0 | 110 | 33 | 45 | 502 | 71 | 50 |
| Binary | 10100000 | 101100 | 1110101 | 0 | 1001000 | 11011 | 100101 | 101000010 | 111001 | 101000 |
Color Harmonies of #A02C75
Complementary color
Monochromatic Colors of #A02C75
Black with #A02C75
Text Example
Text Example
White with #A02C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C75; }
p { color: rgb(160,44,117); }
H1.HeaderClassName
{
color: #A02C75;
}
.AnyTagClassName
{
color: #A02C75;
}
</style>
background-color css
<style>
a { background-color: #A02C75; }
a { background-color: rgb(160,44,117); }
div.DivClassName
{
background-color: #A02C75;
}
.BgClassName
{
background-color: #A02C75;
}
</style>
border-color css
<style>
span { border-color: #A02C75; }
span { border-color: rgb(160,44,117); }
td.TdClassName
{
border-color: #A02C75;
}
.TagClassName
{
border-color: #A02C75;
}
</style>