Shades of Medium Red Violet #A8238E
Tints of Medium Red Violet #A8238E
RGB
CMYK
RGB Variations
Color information
#A8238E (or 0xA8238E) is known color: Medium Red Violet. HEX triplet: A8, 23 and 8E. RGB value is (168,35,142). Sum of RGB (Red+Green+Blue) = 168+35+142=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8238E is #57DC71. Grayscale: #565656. Windows color (decimal): -5758066 or 9315240. OLE color: 9315240.
HSL color Cylindrical-coordinate representation of color #A8238E: hue angle of 311.73º 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 #A8238E is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 142 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.34 |
| HSL | 311.73º | 0.66% | 0.4% | - |
| HSV(B) | 311.73º | 0.79% | 0.66% | - |
| XYZ | 21.63 | 11.48 | 26.67 | - |
| YUV | 86.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 142 | 0 | 0.79 | 0.15 | 0.34 | 311.73 | 0.66 | 0.4 |
| Hex | A8 | 23 | 8E | 0 | 4F | F | 22 | 138 | 42 | 28 |
| Octal | 250 | 43 | 216 | 0 | 117 | 17 | 42 | 470 | 102 | 50 |
| Binary | 10101000 | 100011 | 10001110 | 0 | 1001111 | 1111 | 100010 | 100111000 | 1000010 | 101000 |
Color Harmonies of #A8238E
Complementary color
Monochromatic Colors of #A8238E
Black with #A8238E
Text Example
Text Example
White with #A8238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8238E; }
p { color: rgb(168,35,142); }
H1.HeaderClassName
{
color: #A8238E;
}
.AnyTagClassName
{
color: #A8238E;
}
</style>
background-color css
<style>
a { background-color: #A8238E; }
a { background-color: rgb(168,35,142); }
div.DivClassName
{
background-color: #A8238E;
}
.BgClassName
{
background-color: #A8238E;
}
</style>
border-color css
<style>
span { border-color: #A8238E; }
span { border-color: rgb(168,35,142); }
td.TdClassName
{
border-color: #A8238E;
}
.TagClassName
{
border-color: #A8238E;
}
</style>