Shades of Dark Purple #A1187A
Tints of Dark Purple #A1187A
RGB
CMYK
RGB Variations
Color information
#A1187A (or 0xA1187A) is known color: Dark Purple. HEX triplet: A1, 18 and 7A. RGB value is (161,24,122). Sum of RGB (Red+Green+Blue) = 161+24+122=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1187A is #5EE785. Grayscale: #4B4B4B. Windows color (decimal): -6219654 or 8001697. OLE color: 8001697.
HSL color Cylindrical-coordinate representation of color #A1187A: hue angle of 317.08º 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 #A1187A is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 122 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.37 |
| HSL | 317.08º | 0.74% | 0.36% | - |
| HSV(B) | 317.08º | 0.85% | 0.63% | - |
| XYZ | 18.54 | 9.64 | 19.3 | - |
| YUV | 76.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 122 | 0 | 0.85 | 0.24 | 0.37 | 317.08 | 0.74 | 0.36 |
| Hex | A1 | 18 | 7A | 0 | 55 | 18 | 25 | 13D | 4A | 24 |
| Octal | 241 | 30 | 172 | 0 | 125 | 30 | 45 | 475 | 112 | 44 |
| Binary | 10100001 | 11000 | 1111010 | 0 | 1010101 | 11000 | 100101 | 100111101 | 1001010 | 100100 |
Color Harmonies of #A1187A
Complementary color
Monochromatic Colors of #A1187A
Black with #A1187A
Text Example
Text Example
White with #A1187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1187A; }
p { color: rgb(161,24,122); }
H1.HeaderClassName
{
color: #A1187A;
}
.AnyTagClassName
{
color: #A1187A;
}
</style>
background-color css
<style>
a { background-color: #A1187A; }
a { background-color: rgb(161,24,122); }
div.DivClassName
{
background-color: #A1187A;
}
.BgClassName
{
background-color: #A1187A;
}
</style>
border-color css
<style>
span { border-color: #A1187A; }
span { border-color: rgb(161,24,122); }
td.TdClassName
{
border-color: #A1187A;
}
.TagClassName
{
border-color: #A1187A;
}
</style>