Shades of Medium Red Violet #A8378E
Tints of Medium Red Violet #A8378E
RGB
CMYK
RGB Variations
Color information
#A8378E (or 0xA8378E) is known color: Medium Red Violet. HEX triplet: A8, 37 and 8E. RGB value is (168,55,142). Sum of RGB (Red+Green+Blue) = 168+55+142=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8378E is #57C871. Grayscale: #626262. Windows color (decimal): -5752946 or 9320360. OLE color: 9320360.
HSL color Cylindrical-coordinate representation of color #A8378E: hue angle of 313.81º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8378E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 142 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.34 |
| HSL | 313.81º | 0.51% | 0.44% | - |
| HSV(B) | 313.81º | 0.67% | 0.66% | - |
| XYZ | 22.4 | 13.01 | 26.92 | - |
| YUV | 98.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 142 | 0 | 0.67 | 0.15 | 0.34 | 313.81 | 0.51 | 0.44 |
| Hex | A8 | 37 | 8E | 0 | 43 | F | 22 | 13A | 33 | 2C |
| Octal | 250 | 67 | 216 | 0 | 103 | 17 | 42 | 472 | 63 | 54 |
| Binary | 10101000 | 110111 | 10001110 | 0 | 1000011 | 1111 | 100010 | 100111010 | 110011 | 101100 |
Color Harmonies of #A8378E
Complementary color
Monochromatic Colors of #A8378E
Black with #A8378E
Text Example
Text Example
White with #A8378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8378E; }
p { color: rgb(168,55,142); }
H1.HeaderClassName
{
color: #A8378E;
}
.AnyTagClassName
{
color: #A8378E;
}
</style>
background-color css
<style>
a { background-color: #A8378E; }
a { background-color: rgb(168,55,142); }
div.DivClassName
{
background-color: #A8378E;
}
.BgClassName
{
background-color: #A8378E;
}
</style>
border-color css
<style>
span { border-color: #A8378E; }
span { border-color: rgb(168,55,142); }
td.TdClassName
{
border-color: #A8378E;
}
.TagClassName
{
border-color: #A8378E;
}
</style>