Shades of Dark Purple #A1187C
Tints of Dark Purple #A1187C
RGB
CMYK
RGB Variations
Color information
#A1187C (or 0xA1187C) is known color: Dark Purple. HEX triplet: A1, 18 and 7C. RGB value is (161,24,124). Sum of RGB (Red+Green+Blue) = 161+24+124=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1187C is #5EE783. Grayscale: #4C4C4C. Windows color (decimal): -6219652 or 8132769. OLE color: 8132769.
HSL color Cylindrical-coordinate representation of color #A1187C: hue angle of 316.2º 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 #A1187C is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 124 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.37 |
| HSL | 316.2º | 0.74% | 0.36% | - |
| HSV(B) | 316.2º | 0.85% | 0.63% | - |
| XYZ | 18.66 | 9.69 | 19.95 | - |
| YUV | 76.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 124 | 0 | 0.85 | 0.23 | 0.37 | 316.2 | 0.74 | 0.36 |
| Hex | A1 | 18 | 7C | 0 | 55 | 17 | 25 | 13C | 4A | 24 |
| Octal | 241 | 30 | 174 | 0 | 125 | 27 | 45 | 474 | 112 | 44 |
| Binary | 10100001 | 11000 | 1111100 | 0 | 1010101 | 10111 | 100101 | 100111100 | 1001010 | 100100 |
Color Harmonies of #A1187C
Complementary color
Monochromatic Colors of #A1187C
Black with #A1187C
Text Example
Text Example
White with #A1187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1187C; }
p { color: rgb(161,24,124); }
H1.HeaderClassName
{
color: #A1187C;
}
.AnyTagClassName
{
color: #A1187C;
}
</style>
background-color css
<style>
a { background-color: #A1187C; }
a { background-color: rgb(161,24,124); }
div.DivClassName
{
background-color: #A1187C;
}
.BgClassName
{
background-color: #A1187C;
}
</style>
border-color css
<style>
span { border-color: #A1187C; }
span { border-color: rgb(161,24,124); }
td.TdClassName
{
border-color: #A1187C;
}
.TagClassName
{
border-color: #A1187C;
}
</style>