Shades of Medium Red Violet #A8297C
Tints of Medium Red Violet #A8297C
RGB
CMYK
RGB Variations
Color information
#A8297C (or 0xA8297C) is known color: Medium Red Violet. HEX triplet: A8, 29 and 7C. RGB value is (168,41,124). Sum of RGB (Red+Green+Blue) = 168+41+124=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8297C is #57D683. Grayscale: #585858. Windows color (decimal): -5756548 or 8137128. OLE color: 8137128.
HSL color Cylindrical-coordinate representation of color #A8297C: hue angle of 320.79º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8297C is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 124 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.34 |
| HSL | 320.79º | 0.61% | 0.41% | - |
| HSV(B) | 320.79º | 0.76% | 0.66% | - |
| XYZ | 20.58 | 11.37 | 20.18 | - |
| YUV | 88.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 124 | 0 | 0.76 | 0.26 | 0.34 | 320.79 | 0.61 | 0.41 |
| Hex | A8 | 29 | 7C | 0 | 4C | 1A | 22 | 141 | 3D | 29 |
| Octal | 250 | 51 | 174 | 0 | 114 | 32 | 42 | 501 | 75 | 51 |
| Binary | 10101000 | 101001 | 1111100 | 0 | 1001100 | 11010 | 100010 | 101000001 | 111101 | 101001 |
Color Harmonies of #A8297C
Complementary color
Monochromatic Colors of #A8297C
Black with #A8297C
Text Example
Text Example
White with #A8297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8297C; }
p { color: rgb(168,41,124); }
H1.HeaderClassName
{
color: #A8297C;
}
.AnyTagClassName
{
color: #A8297C;
}
</style>
background-color css
<style>
a { background-color: #A8297C; }
a { background-color: rgb(168,41,124); }
div.DivClassName
{
background-color: #A8297C;
}
.BgClassName
{
background-color: #A8297C;
}
</style>
border-color css
<style>
span { border-color: #A8297C; }
span { border-color: rgb(168,41,124); }
td.TdClassName
{
border-color: #A8297C;
}
.TagClassName
{
border-color: #A8297C;
}
</style>