Shades of Medium Violet Red #A81380
Tints of Medium Violet Red #A81380
RGB
CMYK
RGB Variations
Color information
#A81380 (or 0xA81380) is known color: Medium Violet Red. HEX triplet: A8, 13 and 80. RGB value is (168,19,128). Sum of RGB (Red+Green+Blue) = 168+19+128=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A81380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81380 is #57EC7F. Grayscale: #4B4B4B. Windows color (decimal): -5762176 or 8393640. OLE color: 8393640.
HSL color Cylindrical-coordinate representation of color #A81380: hue angle of 316.11º 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 #A81380 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 128 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.34 |
| HSL | 316.11º | 0.8% | 0.37% | - |
| HSV(B) | 316.11º | 0.89% | 0.66% | - |
| XYZ | 20.28 | 10.35 | 21.35 | - |
| YUV | 75.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 128 | 0 | 0.89 | 0.24 | 0.34 | 316.11 | 0.8 | 0.37 |
| Hex | A8 | 13 | 80 | 0 | 59 | 18 | 22 | 13C | 50 | 25 |
| Octal | 250 | 23 | 200 | 0 | 131 | 30 | 42 | 474 | 120 | 45 |
| Binary | 10101000 | 10011 | 10000000 | 0 | 1011001 | 11000 | 100010 | 100111100 | 1010000 | 100101 |
Color Harmonies of #A81380
Complementary color
Monochromatic Colors of #A81380
Black with #A81380
Text Example
Text Example
White with #A81380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81380; }
p { color: rgb(168,19,128); }
H1.HeaderClassName
{
color: #A81380;
}
.AnyTagClassName
{
color: #A81380;
}
</style>
background-color css
<style>
a { background-color: #A81380; }
a { background-color: rgb(168,19,128); }
div.DivClassName
{
background-color: #A81380;
}
.BgClassName
{
background-color: #A81380;
}
</style>
border-color css
<style>
span { border-color: #A81380; }
span { border-color: rgb(168,19,128); }
td.TdClassName
{
border-color: #A81380;
}
.TagClassName
{
border-color: #A81380;
}
</style>