Shades of Dark Purple #A1187F
Tints of Dark Purple #A1187F
RGB
CMYK
RGB Variations
Color information
#A1187F (or 0xA1187F) is known color: Dark Purple. HEX triplet: A1, 18 and 7F. RGB value is (161,24,127). Sum of RGB (Red+Green+Blue) = 161+24+127=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A1187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1187F is #5EE780. Grayscale: #4C4C4C. Windows color (decimal): -6219649 or 8329377. OLE color: 8329377.
HSL color Cylindrical-coordinate representation of color #A1187F: hue angle of 314.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1187F is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 127 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.37 |
| HSL | 314.89º | 0.74% | 0.36% | - |
| HSV(B) | 314.89º | 0.85% | 0.63% | - |
| XYZ | 18.86 | 9.76 | 20.97 | - |
| YUV | 76.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 127 | 0 | 0.85 | 0.21 | 0.37 | 314.89 | 0.74 | 0.36 |
| Hex | A1 | 18 | 7F | 0 | 55 | 15 | 25 | 13B | 4A | 24 |
| Octal | 241 | 30 | 177 | 0 | 125 | 25 | 45 | 473 | 112 | 44 |
| Binary | 10100001 | 11000 | 1111111 | 0 | 1010101 | 10101 | 100101 | 100111011 | 1001010 | 100100 |
Color Harmonies of #A1187F
Complementary color
Monochromatic Colors of #A1187F
Black with #A1187F
Text Example
Text Example
White with #A1187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1187F; }
p { color: rgb(161,24,127); }
H1.HeaderClassName
{
color: #A1187F;
}
.AnyTagClassName
{
color: #A1187F;
}
</style>
background-color css
<style>
a { background-color: #A1187F; }
a { background-color: rgb(161,24,127); }
div.DivClassName
{
background-color: #A1187F;
}
.BgClassName
{
background-color: #A1187F;
}
</style>
border-color css
<style>
span { border-color: #A1187F; }
span { border-color: rgb(161,24,127); }
td.TdClassName
{
border-color: #A1187F;
}
.TagClassName
{
border-color: #A1187F;
}
</style>