Shades of Dark Purple #A1187D
Tints of Dark Purple #A1187D
RGB
CMYK
RGB Variations
Color information
#A1187D (or 0xA1187D) is known color: Dark Purple. HEX triplet: A1, 18 and 7D. RGB value is (161,24,125). Sum of RGB (Red+Green+Blue) = 161+24+125=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1187D is #5EE782. Grayscale: #4C4C4C. Windows color (decimal): -6219651 or 8198305. OLE color: 8198305.
HSL color Cylindrical-coordinate representation of color #A1187D: hue angle of 315.77º 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 #A1187D is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 125 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.37 |
| HSL | 315.77º | 0.74% | 0.36% | - |
| HSV(B) | 315.77º | 0.85% | 0.63% | - |
| XYZ | 18.73 | 9.71 | 20.29 | - |
| YUV | 76.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 125 | 0 | 0.85 | 0.22 | 0.37 | 315.77 | 0.74 | 0.36 |
| Hex | A1 | 18 | 7D | 0 | 55 | 16 | 25 | 13C | 4A | 24 |
| Octal | 241 | 30 | 175 | 0 | 125 | 26 | 45 | 474 | 112 | 44 |
| Binary | 10100001 | 11000 | 1111101 | 0 | 1010101 | 10110 | 100101 | 100111100 | 1001010 | 100100 |
Color Harmonies of #A1187D
Complementary color
Monochromatic Colors of #A1187D
Black with #A1187D
Text Example
Text Example
White with #A1187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1187D; }
p { color: rgb(161,24,125); }
H1.HeaderClassName
{
color: #A1187D;
}
.AnyTagClassName
{
color: #A1187D;
}
</style>
background-color css
<style>
a { background-color: #A1187D; }
a { background-color: rgb(161,24,125); }
div.DivClassName
{
background-color: #A1187D;
}
.BgClassName
{
background-color: #A1187D;
}
</style>
border-color css
<style>
span { border-color: #A1187D; }
span { border-color: rgb(161,24,125); }
td.TdClassName
{
border-color: #A1187D;
}
.TagClassName
{
border-color: #A1187D;
}
</style>