Shades of Medium Red Violet #A8388E
Tints of Medium Red Violet #A8388E
RGB
CMYK
RGB Variations
Color information
#A8388E (or 0xA8388E) is known color: Medium Red Violet. HEX triplet: A8, 38 and 8E. RGB value is (168,56,142). Sum of RGB (Red+Green+Blue) = 168+56+142=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8388E is #57C771. Grayscale: #636363. Windows color (decimal): -5752690 or 9320616. OLE color: 9320616.
HSL color Cylindrical-coordinate representation of color #A8388E: hue angle of 313.93º 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 #A8388E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 142 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.34 |
| HSL | 313.93º | 0.5% | 0.44% | - |
| HSV(B) | 313.93º | 0.67% | 0.66% | - |
| XYZ | 22.45 | 13.11 | 26.94 | - |
| YUV | 99.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 142 | 0 | 0.67 | 0.15 | 0.34 | 313.93 | 0.5 | 0.44 |
| Hex | A8 | 38 | 8E | 0 | 43 | F | 22 | 13A | 32 | 2C |
| Octal | 250 | 70 | 216 | 0 | 103 | 17 | 42 | 472 | 62 | 54 |
| Binary | 10101000 | 111000 | 10001110 | 0 | 1000011 | 1111 | 100010 | 100111010 | 110010 | 101100 |
Color Harmonies of #A8388E
Complementary color
Monochromatic Colors of #A8388E
Black with #A8388E
Text Example
Text Example
White with #A8388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8388E; }
p { color: rgb(168,56,142); }
H1.HeaderClassName
{
color: #A8388E;
}
.AnyTagClassName
{
color: #A8388E;
}
</style>
background-color css
<style>
a { background-color: #A8388E; }
a { background-color: rgb(168,56,142); }
div.DivClassName
{
background-color: #A8388E;
}
.BgClassName
{
background-color: #A8388E;
}
</style>
border-color css
<style>
span { border-color: #A8388E; }
span { border-color: rgb(168,56,142); }
td.TdClassName
{
border-color: #A8388E;
}
.TagClassName
{
border-color: #A8388E;
}
</style>