Shades of Dark Purple #A12487
Tints of Dark Purple #A12487
RGB
CMYK
RGB Variations
Color information
#A12487 (or 0xA12487) is known color: Dark Purple. HEX triplet: A1, 24 and 87. RGB value is (161,36,135). Sum of RGB (Red+Green+Blue) = 161+36+135=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A12487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12487 is #5EDB78. Grayscale: #545454. Windows color (decimal): -6216569 or 8856737. OLE color: 8856737.
HSL color Cylindrical-coordinate representation of color #A12487: hue angle of 312.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12487 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 135 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.37 |
| HSL | 312.48º | 0.63% | 0.39% | - |
| HSV(B) | 312.48º | 0.78% | 0.63% | - |
| XYZ | 19.7 | 10.59 | 23.93 | - |
| YUV | 84.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 135 | 0 | 0.78 | 0.16 | 0.37 | 312.48 | 0.63 | 0.39 |
| Hex | A1 | 24 | 87 | 0 | 4E | 10 | 25 | 138 | 3F | 27 |
| Octal | 241 | 44 | 207 | 0 | 116 | 20 | 45 | 470 | 77 | 47 |
| Binary | 10100001 | 100100 | 10000111 | 0 | 1001110 | 10000 | 100101 | 100111000 | 111111 | 100111 |
Color Harmonies of #A12487
Complementary color
Monochromatic Colors of #A12487
Black with #A12487
Text Example
Text Example
White with #A12487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12487; }
p { color: rgb(161,36,135); }
H1.HeaderClassName
{
color: #A12487;
}
.AnyTagClassName
{
color: #A12487;
}
</style>
background-color css
<style>
a { background-color: #A12487; }
a { background-color: rgb(161,36,135); }
div.DivClassName
{
background-color: #A12487;
}
.BgClassName
{
background-color: #A12487;
}
</style>
border-color css
<style>
span { border-color: #A12487; }
span { border-color: rgb(161,36,135); }
td.TdClassName
{
border-color: #A12487;
}
.TagClassName
{
border-color: #A12487;
}
</style>