Shades of Medium Violet Red #A81891
Tints of Medium Violet Red #A81891
RGB
CMYK
RGB Variations
Color information
#A81891 (or 0xA81891) is known color: Medium Violet Red. HEX triplet: A8, 18 and 91. RGB value is (168,24,145). Sum of RGB (Red+Green+Blue) = 168+24+145=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A81891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81891 is #57E76E. Grayscale: #505050. Windows color (decimal): -5760879 or 9509032. OLE color: 9509032.
HSL color Cylindrical-coordinate representation of color #A81891: hue angle of 309.58º 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 #A81891 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 145 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.34 |
| HSL | 309.58º | 0.75% | 0.38% | - |
| HSV(B) | 309.58º | 0.86% | 0.66% | - |
| XYZ | 21.59 | 11.02 | 27.78 | - |
| YUV | 80.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 145 | 0 | 0.86 | 0.14 | 0.34 | 309.58 | 0.75 | 0.38 |
| Hex | A8 | 18 | 91 | 0 | 56 | E | 22 | 136 | 4B | 26 |
| Octal | 250 | 30 | 221 | 0 | 126 | 16 | 42 | 466 | 113 | 46 |
| Binary | 10101000 | 11000 | 10010001 | 0 | 1010110 | 1110 | 100010 | 100110110 | 1001011 | 100110 |
Color Harmonies of #A81891
Complementary color
Monochromatic Colors of #A81891
Black with #A81891
Text Example
Text Example
White with #A81891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81891; }
p { color: rgb(168,24,145); }
H1.HeaderClassName
{
color: #A81891;
}
.AnyTagClassName
{
color: #A81891;
}
</style>
background-color css
<style>
a { background-color: #A81891; }
a { background-color: rgb(168,24,145); }
div.DivClassName
{
background-color: #A81891;
}
.BgClassName
{
background-color: #A81891;
}
</style>
border-color css
<style>
span { border-color: #A81891; }
span { border-color: rgb(168,24,145); }
td.TdClassName
{
border-color: #A81891;
}
.TagClassName
{
border-color: #A81891;
}
</style>