Shades of Medium Violet Red #A81B8C
Tints of Medium Violet Red #A81B8C
RGB
CMYK
RGB Variations
Color information
#A81B8C (or 0xA81B8C) is known color: Medium Violet Red. HEX triplet: A8, 1B and 8C. RGB value is (168,27,140). Sum of RGB (Red+Green+Blue) = 168+27+140=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81B8C is #57E473. Grayscale: #515151. Windows color (decimal): -5760116 or 9182120. OLE color: 9182120.
HSL color Cylindrical-coordinate representation of color #A81B8C: hue angle of 311.91º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B8C is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 140 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.34 |
| HSL | 311.91º | 0.72% | 0.38% | - |
| HSV(B) | 311.91º | 0.84% | 0.66% | - |
| XYZ | 21.27 | 11 | 25.81 | - |
| YUV | 82.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 140 | 0 | 0.84 | 0.17 | 0.34 | 311.91 | 0.72 | 0.38 |
| Hex | A8 | 1B | 8C | 0 | 54 | 11 | 22 | 138 | 48 | 26 |
| Octal | 250 | 33 | 214 | 0 | 124 | 21 | 42 | 470 | 110 | 46 |
| Binary | 10101000 | 11011 | 10001100 | 0 | 1010100 | 10001 | 100010 | 100111000 | 1001000 | 100110 |
Color Harmonies of #A81B8C
Complementary color
Monochromatic Colors of #A81B8C
Black with #A81B8C
Text Example
Text Example
White with #A81B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B8C; }
p { color: rgb(168,27,140); }
H1.HeaderClassName
{
color: #A81B8C;
}
.AnyTagClassName
{
color: #A81B8C;
}
</style>
background-color css
<style>
a { background-color: #A81B8C; }
a { background-color: rgb(168,27,140); }
div.DivClassName
{
background-color: #A81B8C;
}
.BgClassName
{
background-color: #A81B8C;
}
</style>
border-color css
<style>
span { border-color: #A81B8C; }
span { border-color: rgb(168,27,140); }
td.TdClassName
{
border-color: #A81B8C;
}
.TagClassName
{
border-color: #A81B8C;
}
</style>