Shades of Dark Purple #A41987
Tints of Dark Purple #A41987
RGB
CMYK
RGB Variations
Color information
#A41987 (or 0xA41987) is known color: Dark Purple. HEX triplet: A4, 19 and 87. RGB value is (164,25,135). Sum of RGB (Red+Green+Blue) = 164+25+135=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A41987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41987 is #5BE678. Grayscale: #4E4E4E. Windows color (decimal): -6022777 or 8853924. OLE color: 8853924.
HSL color Cylindrical-coordinate representation of color #A41987: hue angle of 312.52º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41987 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 25 | 135 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.36 |
| HSL | 312.52º | 0.74% | 0.37% | - |
| HSV(B) | 312.52º | 0.85% | 0.64% | - |
| XYZ | 20.03 | 10.34 | 23.86 | - |
| YUV | 79.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 135 | 0 | 0.85 | 0.18 | 0.36 | 312.52 | 0.74 | 0.37 |
| Hex | A4 | 19 | 87 | 0 | 55 | 12 | 24 | 139 | 4A | 25 |
| Octal | 244 | 31 | 207 | 0 | 125 | 22 | 44 | 471 | 112 | 45 |
| Binary | 10100100 | 11001 | 10000111 | 0 | 1010101 | 10010 | 100100 | 100111001 | 1001010 | 100101 |
Color Harmonies of #A41987
Complementary color
Monochromatic Colors of #A41987
Black with #A41987
Text Example
Text Example
White with #A41987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41987; }
p { color: rgb(164,25,135); }
H1.HeaderClassName
{
color: #A41987;
}
.AnyTagClassName
{
color: #A41987;
}
</style>
background-color css
<style>
a { background-color: #A41987; }
a { background-color: rgb(164,25,135); }
div.DivClassName
{
background-color: #A41987;
}
.BgClassName
{
background-color: #A41987;
}
</style>
border-color css
<style>
span { border-color: #A41987; }
span { border-color: rgb(164,25,135); }
td.TdClassName
{
border-color: #A41987;
}
.TagClassName
{
border-color: #A41987;
}
</style>