Shades of Medium Red Violet #A8398D
Tints of Medium Red Violet #A8398D
RGB
CMYK
RGB Variations
Color information
#A8398D (or 0xA8398D) is known color: Medium Red Violet. HEX triplet: A8, 39 and 8D. RGB value is (168,57,141). Sum of RGB (Red+Green+Blue) = 168+57+141=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8398D is #57C672. Grayscale: #636363. Windows color (decimal): -5752435 or 9255336. OLE color: 9255336.
HSL color Cylindrical-coordinate representation of color #A8398D: hue angle of 314.59º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8398D is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 141 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.34 |
| HSL | 314.59º | 0.49% | 0.44% | - |
| HSV(B) | 314.59º | 0.66% | 0.66% | - |
| XYZ | 22.42 | 13.17 | 26.56 | - |
| YUV | 99.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 141 | 0 | 0.66 | 0.16 | 0.34 | 314.59 | 0.49 | 0.44 |
| Hex | A8 | 39 | 8D | 0 | 42 | 10 | 22 | 13B | 31 | 2C |
| Octal | 250 | 71 | 215 | 0 | 102 | 20 | 42 | 473 | 61 | 54 |
| Binary | 10101000 | 111001 | 10001101 | 0 | 1000010 | 10000 | 100010 | 100111011 | 110001 | 101100 |
Color Harmonies of #A8398D
Complementary color
Monochromatic Colors of #A8398D
Black with #A8398D
Text Example
Text Example
White with #A8398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8398D; }
p { color: rgb(168,57,141); }
H1.HeaderClassName
{
color: #A8398D;
}
.AnyTagClassName
{
color: #A8398D;
}
</style>
background-color css
<style>
a { background-color: #A8398D; }
a { background-color: rgb(168,57,141); }
div.DivClassName
{
background-color: #A8398D;
}
.BgClassName
{
background-color: #A8398D;
}
</style>
border-color css
<style>
span { border-color: #A8398D; }
span { border-color: rgb(168,57,141); }
td.TdClassName
{
border-color: #A8398D;
}
.TagClassName
{
border-color: #A8398D;
}
</style>