Shades of Medium Red Violet #A02C7B
Tints of Medium Red Violet #A02C7B
RGB
CMYK
RGB Variations
Color information
#A02C7B (or 0xA02C7B) is known color: Medium Red Violet. HEX triplet: A0, 2C and 7B. RGB value is (160,44,123). Sum of RGB (Red+Green+Blue) = 160+44+123=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02C7B is #5FD384. Grayscale: #575757. Windows color (decimal): -6280069 or 8072352. OLE color: 8072352.
HSL color Cylindrical-coordinate representation of color #A02C7B: hue angle of 319.14º 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 #A02C7B is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 123 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.37 |
| HSL | 319.14º | 0.57% | 0.4% | - |
| HSV(B) | 319.14º | 0.73% | 0.63% | - |
| XYZ | 18.97 | 10.71 | 19.81 | - |
| YUV | 87.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 123 | 0 | 0.72 | 0.23 | 0.37 | 319.14 | 0.57 | 0.4 |
| Hex | A0 | 2C | 7B | 0 | 48 | 17 | 25 | 13F | 39 | 28 |
| Octal | 240 | 54 | 173 | 0 | 110 | 27 | 45 | 477 | 71 | 50 |
| Binary | 10100000 | 101100 | 1111011 | 0 | 1001000 | 10111 | 100101 | 100111111 | 111001 | 101000 |
Color Harmonies of #A02C7B
Complementary color
Monochromatic Colors of #A02C7B
Black with #A02C7B
Text Example
Text Example
White with #A02C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C7B; }
p { color: rgb(160,44,123); }
H1.HeaderClassName
{
color: #A02C7B;
}
.AnyTagClassName
{
color: #A02C7B;
}
</style>
background-color css
<style>
a { background-color: #A02C7B; }
a { background-color: rgb(160,44,123); }
div.DivClassName
{
background-color: #A02C7B;
}
.BgClassName
{
background-color: #A02C7B;
}
</style>
border-color css
<style>
span { border-color: #A02C7B; }
span { border-color: rgb(160,44,123); }
td.TdClassName
{
border-color: #A02C7B;
}
.TagClassName
{
border-color: #A02C7B;
}
</style>