Shades of Medium Red Violet #A8388D
Tints of Medium Red Violet #A8388D
RGB
CMYK
RGB Variations
Color information
#A8388D (or 0xA8388D) is known color: Medium Red Violet. HEX triplet: A8, 38 and 8D. RGB value is (168,56,141). Sum of RGB (Red+Green+Blue) = 168+56+141=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8388D is #57C772. Grayscale: #626262. Windows color (decimal): -5752691 or 9255080. OLE color: 9255080.
HSL color Cylindrical-coordinate representation of color #A8388D: hue angle of 314.46º 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 #A8388D is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 141 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.34 |
| HSL | 314.46º | 0.5% | 0.44% | - |
| HSV(B) | 314.46º | 0.67% | 0.66% | - |
| XYZ | 22.37 | 13.08 | 26.54 | - |
| YUV | 99.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 141 | 0 | 0.67 | 0.16 | 0.34 | 314.46 | 0.5 | 0.44 |
| Hex | A8 | 38 | 8D | 0 | 43 | 10 | 22 | 13A | 32 | 2C |
| Octal | 250 | 70 | 215 | 0 | 103 | 20 | 42 | 472 | 62 | 54 |
| Binary | 10101000 | 111000 | 10001101 | 0 | 1000011 | 10000 | 100010 | 100111010 | 110010 | 101100 |
Color Harmonies of #A8388D
Complementary color
Monochromatic Colors of #A8388D
Black with #A8388D
Text Example
Text Example
White with #A8388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8388D; }
p { color: rgb(168,56,141); }
H1.HeaderClassName
{
color: #A8388D;
}
.AnyTagClassName
{
color: #A8388D;
}
</style>
background-color css
<style>
a { background-color: #A8388D; }
a { background-color: rgb(168,56,141); }
div.DivClassName
{
background-color: #A8388D;
}
.BgClassName
{
background-color: #A8388D;
}
</style>
border-color css
<style>
span { border-color: #A8388D; }
span { border-color: rgb(168,56,141); }
td.TdClassName
{
border-color: #A8388D;
}
.TagClassName
{
border-color: #A8388D;
}
</style>