Shades of Medium Violet Red #A81381
Tints of Medium Violet Red #A81381
RGB
CMYK
RGB Variations
Color information
#A81381 (or 0xA81381) is known color: Medium Violet Red. HEX triplet: A8, 13 and 81. RGB value is (168,19,129). Sum of RGB (Red+Green+Blue) = 168+19+129=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A81381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81381 is #57EC7E. Grayscale: #4B4B4B. Windows color (decimal): -5762175 or 8459176. OLE color: 8459176.
HSL color Cylindrical-coordinate representation of color #A81381: hue angle of 315.7º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81381 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 129 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.34 |
| HSL | 315.7º | 0.8% | 0.37% | - |
| HSV(B) | 315.7º | 0.89% | 0.66% | - |
| XYZ | 20.34 | 10.38 | 21.7 | - |
| YUV | 76.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 129 | 0 | 0.89 | 0.23 | 0.34 | 315.7 | 0.8 | 0.37 |
| Hex | A8 | 13 | 81 | 0 | 59 | 17 | 22 | 13C | 50 | 25 |
| Octal | 250 | 23 | 201 | 0 | 131 | 27 | 42 | 474 | 120 | 45 |
| Binary | 10101000 | 10011 | 10000001 | 0 | 1011001 | 10111 | 100010 | 100111100 | 1010000 | 100101 |
Color Harmonies of #A81381
Complementary color
Monochromatic Colors of #A81381
Black with #A81381
Text Example
Text Example
White with #A81381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81381; }
p { color: rgb(168,19,129); }
H1.HeaderClassName
{
color: #A81381;
}
.AnyTagClassName
{
color: #A81381;
}
</style>
background-color css
<style>
a { background-color: #A81381; }
a { background-color: rgb(168,19,129); }
div.DivClassName
{
background-color: #A81381;
}
.BgClassName
{
background-color: #A81381;
}
</style>
border-color css
<style>
span { border-color: #A81381; }
span { border-color: rgb(168,19,129); }
td.TdClassName
{
border-color: #A81381;
}
.TagClassName
{
border-color: #A81381;
}
</style>