Shades of Medium Red Violet #A02F7E
Tints of Medium Red Violet #A02F7E
RGB
CMYK
RGB Variations
Color information
#A02F7E (or 0xA02F7E) is known color: Medium Red Violet. HEX triplet: A0, 2F and 7E. RGB value is (160,47,126). Sum of RGB (Red+Green+Blue) = 160+47+126=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02F7E is #5FD081. Grayscale: #595959. Windows color (decimal): -6279298 or 8269728. OLE color: 8269728.
HSL color Cylindrical-coordinate representation of color #A02F7E: hue angle of 318.05º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F7E is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 126 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.37 |
| HSL | 318.05º | 0.55% | 0.41% | - |
| HSV(B) | 318.05º | 0.71% | 0.63% | - |
| XYZ | 19.28 | 11.01 | 20.85 | - |
| YUV | 89.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 126 | 0 | 0.71 | 0.21 | 0.37 | 318.05 | 0.55 | 0.41 |
| Hex | A0 | 2F | 7E | 0 | 47 | 15 | 25 | 13E | 37 | 29 |
| Octal | 240 | 57 | 176 | 0 | 107 | 25 | 45 | 476 | 67 | 51 |
| Binary | 10100000 | 101111 | 1111110 | 0 | 1000111 | 10101 | 100101 | 100111110 | 110111 | 101001 |
Color Harmonies of #A02F7E
Complementary color
Monochromatic Colors of #A02F7E
Black with #A02F7E
Text Example
Text Example
White with #A02F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F7E; }
p { color: rgb(160,47,126); }
H1.HeaderClassName
{
color: #A02F7E;
}
.AnyTagClassName
{
color: #A02F7E;
}
</style>
background-color css
<style>
a { background-color: #A02F7E; }
a { background-color: rgb(160,47,126); }
div.DivClassName
{
background-color: #A02F7E;
}
.BgClassName
{
background-color: #A02F7E;
}
</style>
border-color css
<style>
span { border-color: #A02F7E; }
span { border-color: rgb(160,47,126); }
td.TdClassName
{
border-color: #A02F7E;
}
.TagClassName
{
border-color: #A02F7E;
}
</style>