Shades of Medium Red Violet #A8247E
Tints of Medium Red Violet #A8247E
RGB
CMYK
RGB Variations
Color information
#A8247E (or 0xA8247E) is known color: Medium Red Violet. HEX triplet: A8, 24 and 7E. RGB value is (168,36,126). Sum of RGB (Red+Green+Blue) = 168+36+126=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8247E is #57DB81. Grayscale: #555555. Windows color (decimal): -5757826 or 8266920. OLE color: 8266920.
HSL color Cylindrical-coordinate representation of color #A8247E: hue angle of 319.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8247E is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 126 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.34 |
| HSL | 319.09º | 0.65% | 0.4% | - |
| HSV(B) | 319.09º | 0.79% | 0.66% | - |
| XYZ | 20.55 | 11.09 | 20.8 | - |
| YUV | 85.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 126 | 0 | 0.79 | 0.25 | 0.34 | 319.09 | 0.65 | 0.4 |
| Hex | A8 | 24 | 7E | 0 | 4F | 19 | 22 | 13F | 41 | 28 |
| Octal | 250 | 44 | 176 | 0 | 117 | 31 | 42 | 477 | 101 | 50 |
| Binary | 10101000 | 100100 | 1111110 | 0 | 1001111 | 11001 | 100010 | 100111111 | 1000001 | 101000 |
Color Harmonies of #A8247E
Complementary color
Monochromatic Colors of #A8247E
Black with #A8247E
Text Example
Text Example
White with #A8247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8247E; }
p { color: rgb(168,36,126); }
H1.HeaderClassName
{
color: #A8247E;
}
.AnyTagClassName
{
color: #A8247E;
}
</style>
background-color css
<style>
a { background-color: #A8247E; }
a { background-color: rgb(168,36,126); }
div.DivClassName
{
background-color: #A8247E;
}
.BgClassName
{
background-color: #A8247E;
}
</style>
border-color css
<style>
span { border-color: #A8247E; }
span { border-color: rgb(168,36,126); }
td.TdClassName
{
border-color: #A8247E;
}
.TagClassName
{
border-color: #A8247E;
}
</style>