Shades of Medium Red Violet #A8297E
Tints of Medium Red Violet #A8297E
RGB
CMYK
RGB Variations
Color information
#A8297E (or 0xA8297E) is known color: Medium Red Violet. HEX triplet: A8, 29 and 7E. RGB value is (168,41,126). Sum of RGB (Red+Green+Blue) = 168+41+126=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8297E is #57D681. Grayscale: #585858. Windows color (decimal): -5756546 or 8268200. OLE color: 8268200.
HSL color Cylindrical-coordinate representation of color #A8297E: hue angle of 319.84º 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 #A8297E is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 126 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.34 |
| HSL | 319.84º | 0.61% | 0.41% | - |
| HSV(B) | 319.84º | 0.76% | 0.66% | - |
| XYZ | 20.71 | 11.42 | 20.85 | - |
| YUV | 88.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 126 | 0 | 0.76 | 0.25 | 0.34 | 319.84 | 0.61 | 0.41 |
| Hex | A8 | 29 | 7E | 0 | 4C | 19 | 22 | 140 | 3D | 29 |
| Octal | 250 | 51 | 176 | 0 | 114 | 31 | 42 | 500 | 75 | 51 |
| Binary | 10101000 | 101001 | 1111110 | 0 | 1001100 | 11001 | 100010 | 101000000 | 111101 | 101001 |
Color Harmonies of #A8297E
Complementary color
Monochromatic Colors of #A8297E
Black with #A8297E
Text Example
Text Example
White with #A8297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8297E; }
p { color: rgb(168,41,126); }
H1.HeaderClassName
{
color: #A8297E;
}
.AnyTagClassName
{
color: #A8297E;
}
</style>
background-color css
<style>
a { background-color: #A8297E; }
a { background-color: rgb(168,41,126); }
div.DivClassName
{
background-color: #A8297E;
}
.BgClassName
{
background-color: #A8297E;
}
</style>
border-color css
<style>
span { border-color: #A8297E; }
span { border-color: rgb(168,41,126); }
td.TdClassName
{
border-color: #A8297E;
}
.TagClassName
{
border-color: #A8297E;
}
</style>