Shades of Medium Violet Red #A81884
Tints of Medium Violet Red #A81884
RGB
CMYK
RGB Variations
Color information
#A81884 (or 0xA81884) is known color: Medium Violet Red. HEX triplet: A8, 18 and 84. RGB value is (168,24,132). Sum of RGB (Red+Green+Blue) = 168+24+132=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A81884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81884 is #57E77B. Grayscale: #4F4F4F. Windows color (decimal): -5760892 or 8657064. OLE color: 8657064.
HSL color Cylindrical-coordinate representation of color #A81884: hue angle of 315º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81884 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 132 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.34 |
| HSL | 315º | 0.75% | 0.38% | - |
| HSV(B) | 315º | 0.86% | 0.66% | - |
| XYZ | 20.64 | 10.64 | 22.8 | - |
| YUV | 79.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 132 | 0 | 0.86 | 0.21 | 0.34 | 315 | 0.75 | 0.38 |
| Hex | A8 | 18 | 84 | 0 | 56 | 15 | 22 | 13B | 4B | 26 |
| Octal | 250 | 30 | 204 | 0 | 126 | 25 | 42 | 473 | 113 | 46 |
| Binary | 10101000 | 11000 | 10000100 | 0 | 1010110 | 10101 | 100010 | 100111011 | 1001011 | 100110 |
Color Harmonies of #A81884
Complementary color
Monochromatic Colors of #A81884
Black with #A81884
Text Example
Text Example
White with #A81884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81884; }
p { color: rgb(168,24,132); }
H1.HeaderClassName
{
color: #A81884;
}
.AnyTagClassName
{
color: #A81884;
}
</style>
background-color css
<style>
a { background-color: #A81884; }
a { background-color: rgb(168,24,132); }
div.DivClassName
{
background-color: #A81884;
}
.BgClassName
{
background-color: #A81884;
}
</style>
border-color css
<style>
span { border-color: #A81884; }
span { border-color: rgb(168,24,132); }
td.TdClassName
{
border-color: #A81884;
}
.TagClassName
{
border-color: #A81884;
}
</style>