Shades of Medium Red Violet #A02F8C
Tints of Medium Red Violet #A02F8C
RGB
CMYK
RGB Variations
Color information
#A02F8C (or 0xA02F8C) is known color: Medium Red Violet. HEX triplet: A0, 2F and 8C. RGB value is (160,47,140). Sum of RGB (Red+Green+Blue) = 160+47+140=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02F8C is #5FD073. Grayscale: #5B5B5B. Windows color (decimal): -6279284 or 9187232. OLE color: 9187232.
HSL color Cylindrical-coordinate representation of color #A02F8C: hue angle of 310.62º 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 #A02F8C is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 140 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.37 |
| HSL | 310.62º | 0.55% | 0.41% | - |
| HSV(B) | 310.62º | 0.71% | 0.63% | - |
| XYZ | 20.25 | 11.4 | 25.94 | - |
| YUV | 91.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 140 | 0 | 0.71 | 0.12 | 0.37 | 310.62 | 0.55 | 0.41 |
| Hex | A0 | 2F | 8C | 0 | 47 | C | 25 | 137 | 37 | 29 |
| Octal | 240 | 57 | 214 | 0 | 107 | 14 | 45 | 467 | 67 | 51 |
| Binary | 10100000 | 101111 | 10001100 | 0 | 1000111 | 1100 | 100101 | 100110111 | 110111 | 101001 |
Color Harmonies of #A02F8C
Complementary color
Monochromatic Colors of #A02F8C
Black with #A02F8C
Text Example
Text Example
White with #A02F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F8C; }
p { color: rgb(160,47,140); }
H1.HeaderClassName
{
color: #A02F8C;
}
.AnyTagClassName
{
color: #A02F8C;
}
</style>
background-color css
<style>
a { background-color: #A02F8C; }
a { background-color: rgb(160,47,140); }
div.DivClassName
{
background-color: #A02F8C;
}
.BgClassName
{
background-color: #A02F8C;
}
</style>
border-color css
<style>
span { border-color: #A02F8C; }
span { border-color: rgb(160,47,140); }
td.TdClassName
{
border-color: #A02F8C;
}
.TagClassName
{
border-color: #A02F8C;
}
</style>