Shades of Medium Red Violet #A8387D
Tints of Medium Red Violet #A8387D
RGB
CMYK
RGB Variations
Color information
#A8387D (or 0xA8387D) is known color: Medium Red Violet. HEX triplet: A8, 38 and 7D. RGB value is (168,56,125). Sum of RGB (Red+Green+Blue) = 168+56+125=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8387D is #57C782. Grayscale: #616161. Windows color (decimal): -5752707 or 8206504. OLE color: 8206504.
HSL color Cylindrical-coordinate representation of color #A8387D: hue angle of 323.04º degrees, saturation: 0.5, 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 #A8387D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 125 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.34 |
| HSL | 323.04º | 0.5% | 0.44% | - |
| HSV(B) | 323.04º | 0.67% | 0.66% | - |
| XYZ | 21.26 | 12.63 | 20.72 | - |
| YUV | 97.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 125 | 0 | 0.67 | 0.26 | 0.34 | 323.04 | 0.5 | 0.44 |
| Hex | A8 | 38 | 7D | 0 | 43 | 1A | 22 | 143 | 32 | 2C |
| Octal | 250 | 70 | 175 | 0 | 103 | 32 | 42 | 503 | 62 | 54 |
| Binary | 10101000 | 111000 | 1111101 | 0 | 1000011 | 11010 | 100010 | 101000011 | 110010 | 101100 |
Color Harmonies of #A8387D
Complementary color
Monochromatic Colors of #A8387D
Black with #A8387D
Text Example
Text Example
White with #A8387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8387D; }
p { color: rgb(168,56,125); }
H1.HeaderClassName
{
color: #A8387D;
}
.AnyTagClassName
{
color: #A8387D;
}
</style>
background-color css
<style>
a { background-color: #A8387D; }
a { background-color: rgb(168,56,125); }
div.DivClassName
{
background-color: #A8387D;
}
.BgClassName
{
background-color: #A8387D;
}
</style>
border-color css
<style>
span { border-color: #A8387D; }
span { border-color: rgb(168,56,125); }
td.TdClassName
{
border-color: #A8387D;
}
.TagClassName
{
border-color: #A8387D;
}
</style>