Shades of Medium Red Violet #A8248E
Tints of Medium Red Violet #A8248E
RGB
CMYK
RGB Variations
Color information
#A8248E (or 0xA8248E) is known color: Medium Red Violet. HEX triplet: A8, 24 and 8E. RGB value is (168,36,142). Sum of RGB (Red+Green+Blue) = 168+36+142=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8248E is #57DB71. Grayscale: #575757. Windows color (decimal): -5757810 or 9315496. OLE color: 9315496.
HSL color Cylindrical-coordinate representation of color #A8248E: hue angle of 311.82º 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 #A8248E is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 142 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.34 |
| HSL | 311.82º | 0.65% | 0.4% | - |
| HSV(B) | 311.82º | 0.79% | 0.66% | - |
| XYZ | 21.66 | 11.54 | 26.68 | - |
| YUV | 87.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 142 | 0 | 0.79 | 0.15 | 0.34 | 311.82 | 0.65 | 0.4 |
| Hex | A8 | 24 | 8E | 0 | 4F | F | 22 | 138 | 41 | 28 |
| Octal | 250 | 44 | 216 | 0 | 117 | 17 | 42 | 470 | 101 | 50 |
| Binary | 10101000 | 100100 | 10001110 | 0 | 1001111 | 1111 | 100010 | 100111000 | 1000001 | 101000 |
Color Harmonies of #A8248E
Complementary color
Monochromatic Colors of #A8248E
Black with #A8248E
Text Example
Text Example
White with #A8248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8248E; }
p { color: rgb(168,36,142); }
H1.HeaderClassName
{
color: #A8248E;
}
.AnyTagClassName
{
color: #A8248E;
}
</style>
background-color css
<style>
a { background-color: #A8248E; }
a { background-color: rgb(168,36,142); }
div.DivClassName
{
background-color: #A8248E;
}
.BgClassName
{
background-color: #A8248E;
}
</style>
border-color css
<style>
span { border-color: #A8248E; }
span { border-color: rgb(168,36,142); }
td.TdClassName
{
border-color: #A8248E;
}
.TagClassName
{
border-color: #A8248E;
}
</style>