Shades of Medium Red Violet #A8397D
Tints of Medium Red Violet #A8397D
RGB
CMYK
RGB Variations
Color information
#A8397D (or 0xA8397D) is known color: Medium Red Violet. HEX triplet: A8, 39 and 7D. RGB value is (168,57,125). Sum of RGB (Red+Green+Blue) = 168+57+125=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8397D is #57C682. Grayscale: #616161. Windows color (decimal): -5752451 or 8206760. OLE color: 8206760.
HSL color Cylindrical-coordinate representation of color #A8397D: hue angle of 323.24º 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 #A8397D is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 125 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.34 |
| HSL | 323.24º | 0.49% | 0.44% | - |
| HSV(B) | 323.24º | 0.66% | 0.66% | - |
| XYZ | 21.31 | 12.73 | 20.74 | - |
| YUV | 97.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 125 | 0 | 0.66 | 0.26 | 0.34 | 323.24 | 0.49 | 0.44 |
| Hex | A8 | 39 | 7D | 0 | 42 | 1A | 22 | 143 | 31 | 2C |
| Octal | 250 | 71 | 175 | 0 | 102 | 32 | 42 | 503 | 61 | 54 |
| Binary | 10101000 | 111001 | 1111101 | 0 | 1000010 | 11010 | 100010 | 101000011 | 110001 | 101100 |
Color Harmonies of #A8397D
Complementary color
Monochromatic Colors of #A8397D
Black with #A8397D
Text Example
Text Example
White with #A8397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8397D; }
p { color: rgb(168,57,125); }
H1.HeaderClassName
{
color: #A8397D;
}
.AnyTagClassName
{
color: #A8397D;
}
</style>
background-color css
<style>
a { background-color: #A8397D; }
a { background-color: rgb(168,57,125); }
div.DivClassName
{
background-color: #A8397D;
}
.BgClassName
{
background-color: #A8397D;
}
</style>
border-color css
<style>
span { border-color: #A8397D; }
span { border-color: rgb(168,57,125); }
td.TdClassName
{
border-color: #A8397D;
}
.TagClassName
{
border-color: #A8397D;
}
</style>