Shades of Medium Violet Red #A81984
Tints of Medium Violet Red #A81984
RGB
CMYK
RGB Variations
Color information
#A81984 (or 0xA81984) is known color: Medium Violet Red. HEX triplet: A8, 19 and 84. RGB value is (168,25,132). Sum of RGB (Red+Green+Blue) = 168+25+132=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A81984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81984 is #57E67B. Grayscale: #4F4F4F. Windows color (decimal): -5760636 or 8657320. OLE color: 8657320.
HSL color Cylindrical-coordinate representation of color #A81984: hue angle of 315.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81984 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 132 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.34 |
| HSL | 315.1º | 0.74% | 0.38% | - |
| HSV(B) | 315.1º | 0.85% | 0.66% | - |
| XYZ | 20.66 | 10.69 | 22.8 | - |
| YUV | 79.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 132 | 0 | 0.85 | 0.21 | 0.34 | 315.1 | 0.74 | 0.38 |
| Hex | A8 | 19 | 84 | 0 | 55 | 15 | 22 | 13B | 4A | 26 |
| Octal | 250 | 31 | 204 | 0 | 125 | 25 | 42 | 473 | 112 | 46 |
| Binary | 10101000 | 11001 | 10000100 | 0 | 1010101 | 10101 | 100010 | 100111011 | 1001010 | 100110 |
Color Harmonies of #A81984
Complementary color
Monochromatic Colors of #A81984
Black with #A81984
Text Example
Text Example
White with #A81984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81984; }
p { color: rgb(168,25,132); }
H1.HeaderClassName
{
color: #A81984;
}
.AnyTagClassName
{
color: #A81984;
}
</style>
background-color css
<style>
a { background-color: #A81984; }
a { background-color: rgb(168,25,132); }
div.DivClassName
{
background-color: #A81984;
}
.BgClassName
{
background-color: #A81984;
}
</style>
border-color css
<style>
span { border-color: #A81984; }
span { border-color: rgb(168,25,132); }
td.TdClassName
{
border-color: #A81984;
}
.TagClassName
{
border-color: #A81984;
}
</style>