Shades of Medium Red Violet #A8247B
Tints of Medium Red Violet #A8247B
RGB
CMYK
RGB Variations
Color information
#A8247B (or 0xA8247B) is known color: Medium Red Violet. HEX triplet: A8, 24 and 7B. RGB value is (168,36,123). Sum of RGB (Red+Green+Blue) = 168+36+123=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8247B is #57DB84. Grayscale: #555555. Windows color (decimal): -5757829 or 8070312. OLE color: 8070312.
HSL color Cylindrical-coordinate representation of color #A8247B: hue angle of 320.45º 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 #A8247B is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 123 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.34 |
| HSL | 320.45º | 0.65% | 0.4% | - |
| HSV(B) | 320.45º | 0.79% | 0.66% | - |
| XYZ | 20.35 | 11.02 | 19.79 | - |
| YUV | 85.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 123 | 0 | 0.79 | 0.27 | 0.34 | 320.45 | 0.65 | 0.4 |
| Hex | A8 | 24 | 7B | 0 | 4F | 1B | 22 | 140 | 41 | 28 |
| Octal | 250 | 44 | 173 | 0 | 117 | 33 | 42 | 500 | 101 | 50 |
| Binary | 10101000 | 100100 | 1111011 | 0 | 1001111 | 11011 | 100010 | 101000000 | 1000001 | 101000 |
Color Harmonies of #A8247B
Complementary color
Monochromatic Colors of #A8247B
Black with #A8247B
Text Example
Text Example
White with #A8247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8247B; }
p { color: rgb(168,36,123); }
H1.HeaderClassName
{
color: #A8247B;
}
.AnyTagClassName
{
color: #A8247B;
}
</style>
background-color css
<style>
a { background-color: #A8247B; }
a { background-color: rgb(168,36,123); }
div.DivClassName
{
background-color: #A8247B;
}
.BgClassName
{
background-color: #A8247B;
}
</style>
border-color css
<style>
span { border-color: #A8247B; }
span { border-color: rgb(168,36,123); }
td.TdClassName
{
border-color: #A8247B;
}
.TagClassName
{
border-color: #A8247B;
}
</style>