Shades of Medium Red Violet #A8378C
Tints of Medium Red Violet #A8378C
RGB
CMYK
RGB Variations
Color information
#A8378C (or 0xA8378C) is known color: Medium Red Violet. HEX triplet: A8, 37 and 8C. RGB value is (168,55,140). Sum of RGB (Red+Green+Blue) = 168+55+140=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8378C is #57C873. Grayscale: #626262. Windows color (decimal): -5752948 or 9189288. OLE color: 9189288.
HSL color Cylindrical-coordinate representation of color #A8378C: hue angle of 314.87º 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 #A8378C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 140 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.34 |
| HSL | 314.87º | 0.51% | 0.44% | - |
| HSV(B) | 314.87º | 0.67% | 0.66% | - |
| XYZ | 22.25 | 12.95 | 26.14 | - |
| YUV | 98.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 140 | 0 | 0.67 | 0.17 | 0.34 | 314.87 | 0.51 | 0.44 |
| Hex | A8 | 37 | 8C | 0 | 43 | 11 | 22 | 13B | 33 | 2C |
| Octal | 250 | 67 | 214 | 0 | 103 | 21 | 42 | 473 | 63 | 54 |
| Binary | 10101000 | 110111 | 10001100 | 0 | 1000011 | 10001 | 100010 | 100111011 | 110011 | 101100 |
Color Harmonies of #A8378C
Complementary color
Monochromatic Colors of #A8378C
Black with #A8378C
Text Example
Text Example
White with #A8378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8378C; }
p { color: rgb(168,55,140); }
H1.HeaderClassName
{
color: #A8378C;
}
.AnyTagClassName
{
color: #A8378C;
}
</style>
background-color css
<style>
a { background-color: #A8378C; }
a { background-color: rgb(168,55,140); }
div.DivClassName
{
background-color: #A8378C;
}
.BgClassName
{
background-color: #A8378C;
}
</style>
border-color css
<style>
span { border-color: #A8378C; }
span { border-color: rgb(168,55,140); }
td.TdClassName
{
border-color: #A8378C;
}
.TagClassName
{
border-color: #A8378C;
}
</style>