Shades of Medium Violet Red #A81889
Tints of Medium Violet Red #A81889
RGB
CMYK
RGB Variations
Color information
#A81889 (or 0xA81889) is known color: Medium Violet Red. HEX triplet: A8, 18 and 89. RGB value is (168,24,137). Sum of RGB (Red+Green+Blue) = 168+24+137=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A81889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81889 is #57E776. Grayscale: #4F4F4F. Windows color (decimal): -5760887 or 8984744. OLE color: 8984744.
HSL color Cylindrical-coordinate representation of color #A81889: hue angle of 312.92º 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 #A81889 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 137 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.34 |
| HSL | 312.92º | 0.75% | 0.38% | - |
| HSV(B) | 312.92º | 0.86% | 0.66% | - |
| XYZ | 20.99 | 10.78 | 24.64 | - |
| YUV | 79.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 137 | 0 | 0.86 | 0.18 | 0.34 | 312.92 | 0.75 | 0.38 |
| Hex | A8 | 18 | 89 | 0 | 56 | 12 | 22 | 139 | 4B | 26 |
| Octal | 250 | 30 | 211 | 0 | 126 | 22 | 42 | 471 | 113 | 46 |
| Binary | 10101000 | 11000 | 10001001 | 0 | 1010110 | 10010 | 100010 | 100111001 | 1001011 | 100110 |
Color Harmonies of #A81889
Complementary color
Monochromatic Colors of #A81889
Black with #A81889
Text Example
Text Example
White with #A81889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81889; }
p { color: rgb(168,24,137); }
H1.HeaderClassName
{
color: #A81889;
}
.AnyTagClassName
{
color: #A81889;
}
</style>
background-color css
<style>
a { background-color: #A81889; }
a { background-color: rgb(168,24,137); }
div.DivClassName
{
background-color: #A81889;
}
.BgClassName
{
background-color: #A81889;
}
</style>
border-color css
<style>
span { border-color: #A81889; }
span { border-color: rgb(168,24,137); }
td.TdClassName
{
border-color: #A81889;
}
.TagClassName
{
border-color: #A81889;
}
</style>