Shades of Medium Violet Red #A8157D
Tints of Medium Violet Red #A8157D
RGB
CMYK
RGB Variations
Color information
#A8157D (or 0xA8157D) is known color: Medium Violet Red. HEX triplet: A8, 15 and 7D. RGB value is (168,21,125). Sum of RGB (Red+Green+Blue) = 168+21+125=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8157D is #57EA82. Grayscale: #4C4C4C. Windows color (decimal): -5761667 or 8197544. OLE color: 8197544.
HSL color Cylindrical-coordinate representation of color #A8157D: hue angle of 317.55º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8157D is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 125 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.34 |
| HSL | 317.55º | 0.78% | 0.37% | - |
| HSV(B) | 317.55º | 0.88% | 0.66% | - |
| XYZ | 20.12 | 10.34 | 20.34 | - |
| YUV | 76.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 125 | 0 | 0.88 | 0.26 | 0.34 | 317.55 | 0.78 | 0.37 |
| Hex | A8 | 15 | 7D | 0 | 58 | 1A | 22 | 13E | 4E | 25 |
| Octal | 250 | 25 | 175 | 0 | 130 | 32 | 42 | 476 | 116 | 45 |
| Binary | 10101000 | 10101 | 1111101 | 0 | 1011000 | 11010 | 100010 | 100111110 | 1001110 | 100101 |
Color Harmonies of #A8157D
Complementary color
Monochromatic Colors of #A8157D
Black with #A8157D
Text Example
Text Example
White with #A8157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8157D; }
p { color: rgb(168,21,125); }
H1.HeaderClassName
{
color: #A8157D;
}
.AnyTagClassName
{
color: #A8157D;
}
</style>
background-color css
<style>
a { background-color: #A8157D; }
a { background-color: rgb(168,21,125); }
div.DivClassName
{
background-color: #A8157D;
}
.BgClassName
{
background-color: #A8157D;
}
</style>
border-color css
<style>
span { border-color: #A8157D; }
span { border-color: rgb(168,21,125); }
td.TdClassName
{
border-color: #A8157D;
}
.TagClassName
{
border-color: #A8157D;
}
</style>