Shades of Medium Red Violet #A8387F
Tints of Medium Red Violet #A8387F
RGB
CMYK
RGB Variations
Color information
#A8387F (or 0xA8387F) is known color: Medium Red Violet. HEX triplet: A8, 38 and 7F. RGB value is (168,56,127). Sum of RGB (Red+Green+Blue) = 168+56+127=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8387F is #57C780. Grayscale: #616161. Windows color (decimal): -5752705 or 8337576. OLE color: 8337576.
HSL color Cylindrical-coordinate representation of color #A8387F: hue angle of 321.96º 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 #A8387F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 127 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.34 |
| HSL | 321.96º | 0.5% | 0.44% | - |
| HSV(B) | 321.96º | 0.67% | 0.66% | - |
| XYZ | 21.39 | 12.69 | 21.4 | - |
| YUV | 97.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 127 | 0 | 0.67 | 0.24 | 0.34 | 321.96 | 0.5 | 0.44 |
| Hex | A8 | 38 | 7F | 0 | 43 | 18 | 22 | 142 | 32 | 2C |
| Octal | 250 | 70 | 177 | 0 | 103 | 30 | 42 | 502 | 62 | 54 |
| Binary | 10101000 | 111000 | 1111111 | 0 | 1000011 | 11000 | 100010 | 101000010 | 110010 | 101100 |
Color Harmonies of #A8387F
Complementary color
Monochromatic Colors of #A8387F
Black with #A8387F
Text Example
Text Example
White with #A8387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8387F; }
p { color: rgb(168,56,127); }
H1.HeaderClassName
{
color: #A8387F;
}
.AnyTagClassName
{
color: #A8387F;
}
</style>
background-color css
<style>
a { background-color: #A8387F; }
a { background-color: rgb(168,56,127); }
div.DivClassName
{
background-color: #A8387F;
}
.BgClassName
{
background-color: #A8387F;
}
</style>
border-color css
<style>
span { border-color: #A8387F; }
span { border-color: rgb(168,56,127); }
td.TdClassName
{
border-color: #A8387F;
}
.TagClassName
{
border-color: #A8387F;
}
</style>