Shades of Dark Purple #A1187B
Tints of Dark Purple #A1187B
RGB
CMYK
RGB Variations
Color information
#A1187B (or 0xA1187B) is known color: Dark Purple. HEX triplet: A1, 18 and 7B. RGB value is (161,24,123). Sum of RGB (Red+Green+Blue) = 161+24+123=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1187B is #5EE784. Grayscale: #4B4B4B. Windows color (decimal): -6219653 or 8067233. OLE color: 8067233.
HSL color Cylindrical-coordinate representation of color #A1187B: hue angle of 316.64º 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 #A1187B is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 123 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.37 |
| HSL | 316.64º | 0.74% | 0.36% | - |
| HSV(B) | 316.64º | 0.85% | 0.63% | - |
| XYZ | 18.6 | 9.66 | 19.62 | - |
| YUV | 76.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 123 | 0 | 0.85 | 0.24 | 0.37 | 316.64 | 0.74 | 0.36 |
| Hex | A1 | 18 | 7B | 0 | 55 | 18 | 25 | 13D | 4A | 24 |
| Octal | 241 | 30 | 173 | 0 | 125 | 30 | 45 | 475 | 112 | 44 |
| Binary | 10100001 | 11000 | 1111011 | 0 | 1010101 | 11000 | 100101 | 100111101 | 1001010 | 100100 |
Color Harmonies of #A1187B
Complementary color
Monochromatic Colors of #A1187B
Black with #A1187B
Text Example
Text Example
White with #A1187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1187B; }
p { color: rgb(161,24,123); }
H1.HeaderClassName
{
color: #A1187B;
}
.AnyTagClassName
{
color: #A1187B;
}
</style>
background-color css
<style>
a { background-color: #A1187B; }
a { background-color: rgb(161,24,123); }
div.DivClassName
{
background-color: #A1187B;
}
.BgClassName
{
background-color: #A1187B;
}
</style>
border-color css
<style>
span { border-color: #A1187B; }
span { border-color: rgb(161,24,123); }
td.TdClassName
{
border-color: #A1187B;
}
.TagClassName
{
border-color: #A1187B;
}
</style>