Shades of Medium Violet Red #A61387
Tints of Medium Violet Red #A61387
RGB
CMYK
RGB Variations
Color information
#A61387 (or 0xA61387) is known color: Medium Violet Red. HEX triplet: A6, 13 and 87. RGB value is (166,19,135). Sum of RGB (Red+Green+Blue) = 166+19+135=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A61387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61387 is #59EC78. Grayscale: #4B4B4B. Windows color (decimal): -5893241 or 8852390. OLE color: 8852390.
HSL color Cylindrical-coordinate representation of color #A61387: hue angle of 312.65º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61387 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 135 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.35 |
| HSL | 312.65º | 0.79% | 0.36% | - |
| HSV(B) | 312.65º | 0.89% | 0.65% | - |
| XYZ | 20.33 | 10.32 | 23.84 | - |
| YUV | 76.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 135 | 0 | 0.89 | 0.19 | 0.35 | 312.65 | 0.79 | 0.36 |
| Hex | A6 | 13 | 87 | 0 | 59 | 13 | 23 | 139 | 4F | 24 |
| Octal | 246 | 23 | 207 | 0 | 131 | 23 | 43 | 471 | 117 | 44 |
| Binary | 10100110 | 10011 | 10000111 | 0 | 1011001 | 10011 | 100011 | 100111001 | 1001111 | 100100 |
Color Harmonies of #A61387
Complementary color
Monochromatic Colors of #A61387
Black with #A61387
Text Example
Text Example
White with #A61387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61387; }
p { color: rgb(166,19,135); }
H1.HeaderClassName
{
color: #A61387;
}
.AnyTagClassName
{
color: #A61387;
}
</style>
background-color css
<style>
a { background-color: #A61387; }
a { background-color: rgb(166,19,135); }
div.DivClassName
{
background-color: #A61387;
}
.BgClassName
{
background-color: #A61387;
}
</style>
border-color css
<style>
span { border-color: #A61387; }
span { border-color: rgb(166,19,135); }
td.TdClassName
{
border-color: #A61387;
}
.TagClassName
{
border-color: #A61387;
}
</style>