Shades of Medium Red Violet #A02C8B
Tints of Medium Red Violet #A02C8B
RGB
CMYK
RGB Variations
Color information
#A02C8B (or 0xA02C8B) is known color: Medium Red Violet. HEX triplet: A0, 2C and 8B. RGB value is (160,44,139). Sum of RGB (Red+Green+Blue) = 160+44+139=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02C8B is #5FD374. Grayscale: #595959. Windows color (decimal): -6280053 or 9120928. OLE color: 9120928.
HSL color Cylindrical-coordinate representation of color #A02C8B: hue angle of 310.86º 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 #A02C8B is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 139 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.37 |
| HSL | 310.86º | 0.57% | 0.4% | - |
| HSV(B) | 310.86º | 0.73% | 0.63% | - |
| XYZ | 20.06 | 11.14 | 25.52 | - |
| YUV | 89.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 139 | 0 | 0.72 | 0.13 | 0.37 | 310.86 | 0.57 | 0.4 |
| Hex | A0 | 2C | 8B | 0 | 48 | D | 25 | 137 | 39 | 28 |
| Octal | 240 | 54 | 213 | 0 | 110 | 15 | 45 | 467 | 71 | 50 |
| Binary | 10100000 | 101100 | 10001011 | 0 | 1001000 | 1101 | 100101 | 100110111 | 111001 | 101000 |
Color Harmonies of #A02C8B
Complementary color
Monochromatic Colors of #A02C8B
Black with #A02C8B
Text Example
Text Example
White with #A02C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C8B; }
p { color: rgb(160,44,139); }
H1.HeaderClassName
{
color: #A02C8B;
}
.AnyTagClassName
{
color: #A02C8B;
}
</style>
background-color css
<style>
a { background-color: #A02C8B; }
a { background-color: rgb(160,44,139); }
div.DivClassName
{
background-color: #A02C8B;
}
.BgClassName
{
background-color: #A02C8B;
}
</style>
border-color css
<style>
span { border-color: #A02C8B; }
span { border-color: rgb(160,44,139); }
td.TdClassName
{
border-color: #A02C8B;
}
.TagClassName
{
border-color: #A02C8B;
}
</style>