Shades of Medium Violet Red #A61887
Tints of Medium Violet Red #A61887
RGB
CMYK
RGB Variations
Color information
#A61887 (or 0xA61887) is known color: Medium Violet Red. HEX triplet: A6, 18 and 87. RGB value is (166,24,135). Sum of RGB (Red+Green+Blue) = 166+24+135=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A61887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61887 is #59E778. Grayscale: #4E4E4E. Windows color (decimal): -5891961 or 8853670. OLE color: 8853670.
HSL color Cylindrical-coordinate representation of color #A61887: hue angle of 313.1º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61887 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 135 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.35 |
| HSL | 313.1º | 0.75% | 0.37% | - |
| HSV(B) | 313.1º | 0.86% | 0.65% | - |
| XYZ | 20.43 | 10.51 | 23.87 | - |
| YUV | 79.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 135 | 0 | 0.86 | 0.19 | 0.35 | 313.1 | 0.75 | 0.37 |
| Hex | A6 | 18 | 87 | 0 | 56 | 13 | 23 | 139 | 4B | 25 |
| Octal | 246 | 30 | 207 | 0 | 126 | 23 | 43 | 471 | 113 | 45 |
| Binary | 10100110 | 11000 | 10000111 | 0 | 1010110 | 10011 | 100011 | 100111001 | 1001011 | 100101 |
Color Harmonies of #A61887
Complementary color
Monochromatic Colors of #A61887
Black with #A61887
Text Example
Text Example
White with #A61887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61887; }
p { color: rgb(166,24,135); }
H1.HeaderClassName
{
color: #A61887;
}
.AnyTagClassName
{
color: #A61887;
}
</style>
background-color css
<style>
a { background-color: #A61887; }
a { background-color: rgb(166,24,135); }
div.DivClassName
{
background-color: #A61887;
}
.BgClassName
{
background-color: #A61887;
}
</style>
border-color css
<style>
span { border-color: #A61887; }
span { border-color: rgb(166,24,135); }
td.TdClassName
{
border-color: #A61887;
}
.TagClassName
{
border-color: #A61887;
}
</style>