Shades of Medium Violet Red #A81888
Tints of Medium Violet Red #A81888
RGB
CMYK
RGB Variations
Color information
#A81888 (or 0xA81888) is known color: Medium Violet Red. HEX triplet: A8, 18 and 88. RGB value is (168,24,136). Sum of RGB (Red+Green+Blue) = 168+24+136=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A81888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81888 is #57E777. Grayscale: #4F4F4F. Windows color (decimal): -5760888 or 8919208. OLE color: 8919208.
HSL color Cylindrical-coordinate representation of color #A81888: hue angle of 313.33º 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 #A81888 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 136 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.34 |
| HSL | 313.33º | 0.75% | 0.38% | - |
| HSV(B) | 313.33º | 0.86% | 0.66% | - |
| XYZ | 20.92 | 10.76 | 24.27 | - |
| YUV | 79.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 136 | 0 | 0.86 | 0.19 | 0.34 | 313.33 | 0.75 | 0.38 |
| Hex | A8 | 18 | 88 | 0 | 56 | 13 | 22 | 139 | 4B | 26 |
| Octal | 250 | 30 | 210 | 0 | 126 | 23 | 42 | 471 | 113 | 46 |
| Binary | 10101000 | 11000 | 10001000 | 0 | 1010110 | 10011 | 100010 | 100111001 | 1001011 | 100110 |
Color Harmonies of #A81888
Complementary color
Monochromatic Colors of #A81888
Black with #A81888
Text Example
Text Example
White with #A81888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81888; }
p { color: rgb(168,24,136); }
H1.HeaderClassName
{
color: #A81888;
}
.AnyTagClassName
{
color: #A81888;
}
</style>
background-color css
<style>
a { background-color: #A81888; }
a { background-color: rgb(168,24,136); }
div.DivClassName
{
background-color: #A81888;
}
.BgClassName
{
background-color: #A81888;
}
</style>
border-color css
<style>
span { border-color: #A81888; }
span { border-color: rgb(168,24,136); }
td.TdClassName
{
border-color: #A81888;
}
.TagClassName
{
border-color: #A81888;
}
</style>