Shades of Medium Red Violet #A8239E
Tints of Medium Red Violet #A8239E
RGB
CMYK
RGB Variations
Color information
#A8239E (or 0xA8239E) is known color: Medium Red Violet. HEX triplet: A8, 23 and 9E. RGB value is (168,35,158). Sum of RGB (Red+Green+Blue) = 168+35+158=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8239E is #57DC61. Grayscale: #585858. Windows color (decimal): -5758050 or 10363816. OLE color: 10363816.
HSL color Cylindrical-coordinate representation of color #A8239E: hue angle of 304.51º degrees, saturation: 0.66, 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 #A8239E is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 158 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.34 |
| HSL | 304.51º | 0.66% | 0.4% | - |
| HSV(B) | 304.51º | 0.79% | 0.66% | - |
| XYZ | 22.92 | 12 | 33.46 | - |
| YUV | 88.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 158 | 0 | 0.79 | 0.06 | 0.34 | 304.51 | 0.66 | 0.4 |
| Hex | A8 | 23 | 9E | 0 | 4F | 6 | 22 | 131 | 42 | 28 |
| Octal | 250 | 43 | 236 | 0 | 117 | 6 | 42 | 461 | 102 | 50 |
| Binary | 10101000 | 100011 | 10011110 | 0 | 1001111 | 110 | 100010 | 100110001 | 1000010 | 101000 |
Color Harmonies of #A8239E
Complementary color
Monochromatic Colors of #A8239E
Black with #A8239E
Text Example
Text Example
White with #A8239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8239E; }
p { color: rgb(168,35,158); }
H1.HeaderClassName
{
color: #A8239E;
}
.AnyTagClassName
{
color: #A8239E;
}
</style>
background-color css
<style>
a { background-color: #A8239E; }
a { background-color: rgb(168,35,158); }
div.DivClassName
{
background-color: #A8239E;
}
.BgClassName
{
background-color: #A8239E;
}
</style>
border-color css
<style>
span { border-color: #A8239E; }
span { border-color: rgb(168,35,158); }
td.TdClassName
{
border-color: #A8239E;
}
.TagClassName
{
border-color: #A8239E;
}
</style>