Shades of Dark Purple #A61987
Tints of Dark Purple #A61987
RGB
CMYK
RGB Variations
Color information
#A61987 (or 0xA61987) is known color: Dark Purple. HEX triplet: A6, 19 and 87. RGB value is (166,25,135). Sum of RGB (Red+Green+Blue) = 166+25+135=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A61987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61987 is #59E678. Grayscale: #4F4F4F. Windows color (decimal): -5891705 or 8853926. OLE color: 8853926.
HSL color Cylindrical-coordinate representation of color #A61987: hue angle of 313.19º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61987 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 135 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.35 |
| HSL | 313.19º | 0.74% | 0.37% | - |
| HSV(B) | 313.19º | 0.85% | 0.65% | - |
| XYZ | 20.45 | 10.55 | 23.88 | - |
| YUV | 79.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 135 | 0 | 0.85 | 0.19 | 0.35 | 313.19 | 0.74 | 0.37 |
| Hex | A6 | 19 | 87 | 0 | 55 | 13 | 23 | 139 | 4A | 25 |
| Octal | 246 | 31 | 207 | 0 | 125 | 23 | 43 | 471 | 112 | 45 |
| Binary | 10100110 | 11001 | 10000111 | 0 | 1010101 | 10011 | 100011 | 100111001 | 1001010 | 100101 |
Color Harmonies of #A61987
Complementary color
Monochromatic Colors of #A61987
Black with #A61987
Text Example
Text Example
White with #A61987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61987; }
p { color: rgb(166,25,135); }
H1.HeaderClassName
{
color: #A61987;
}
.AnyTagClassName
{
color: #A61987;
}
</style>
background-color css
<style>
a { background-color: #A61987; }
a { background-color: rgb(166,25,135); }
div.DivClassName
{
background-color: #A61987;
}
.BgClassName
{
background-color: #A61987;
}
</style>
border-color css
<style>
span { border-color: #A61987; }
span { border-color: rgb(166,25,135); }
td.TdClassName
{
border-color: #A61987;
}
.TagClassName
{
border-color: #A61987;
}
</style>