Shades of Medium Red Violet #A81F89
Tints of Medium Red Violet #A81F89
RGB
CMYK
RGB Variations
Color information
#A81F89 (or 0xA81F89) is known color: Medium Red Violet. HEX triplet: A8, 1F and 89. RGB value is (168,31,137). Sum of RGB (Red+Green+Blue) = 168+31+137=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81F89 is #57E076. Grayscale: #535353. Windows color (decimal): -5759095 or 8986536. OLE color: 8986536.
HSL color Cylindrical-coordinate representation of color #A81F89: hue angle of 313.58º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F89 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 137 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.34 |
| HSL | 313.58º | 0.69% | 0.39% | - |
| HSV(B) | 313.58º | 0.82% | 0.66% | - |
| XYZ | 21.15 | 11.11 | 24.7 | - |
| YUV | 84.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 137 | 0 | 0.82 | 0.18 | 0.34 | 313.58 | 0.69 | 0.39 |
| Hex | A8 | 1F | 89 | 0 | 52 | 12 | 22 | 13A | 45 | 27 |
| Octal | 250 | 37 | 211 | 0 | 122 | 22 | 42 | 472 | 105 | 47 |
| Binary | 10101000 | 11111 | 10001001 | 0 | 1010010 | 10010 | 100010 | 100111010 | 1000101 | 100111 |
Color Harmonies of #A81F89
Complementary color
Monochromatic Colors of #A81F89
Black with #A81F89
Text Example
Text Example
White with #A81F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F89; }
p { color: rgb(168,31,137); }
H1.HeaderClassName
{
color: #A81F89;
}
.AnyTagClassName
{
color: #A81F89;
}
</style>
background-color css
<style>
a { background-color: #A81F89; }
a { background-color: rgb(168,31,137); }
div.DivClassName
{
background-color: #A81F89;
}
.BgClassName
{
background-color: #A81F89;
}
</style>
border-color css
<style>
span { border-color: #A81F89; }
span { border-color: rgb(168,31,137); }
td.TdClassName
{
border-color: #A81F89;
}
.TagClassName
{
border-color: #A81F89;
}
</style>