Shades of Dark Purple #A12489
Tints of Dark Purple #A12489
RGB
CMYK
RGB Variations
Color information
#A12489 (or 0xA12489) is known color: Dark Purple. HEX triplet: A1, 24 and 89. RGB value is (161,36,137). Sum of RGB (Red+Green+Blue) = 161+36+137=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A12489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12489 is #5EDB76. Grayscale: #545454. Windows color (decimal): -6216567 or 8987809. OLE color: 8987809.
HSL color Cylindrical-coordinate representation of color #A12489: hue angle of 311.52º 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 #A12489 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 137 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.37 |
| HSL | 311.52º | 0.63% | 0.39% | - |
| HSV(B) | 311.52º | 0.78% | 0.63% | - |
| XYZ | 19.84 | 10.64 | 24.68 | - |
| YUV | 84.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 137 | 0 | 0.78 | 0.15 | 0.37 | 311.52 | 0.63 | 0.39 |
| Hex | A1 | 24 | 89 | 0 | 4E | F | 25 | 138 | 3F | 27 |
| Octal | 241 | 44 | 211 | 0 | 116 | 17 | 45 | 470 | 77 | 47 |
| Binary | 10100001 | 100100 | 10001001 | 0 | 1001110 | 1111 | 100101 | 100111000 | 111111 | 100111 |
Color Harmonies of #A12489
Complementary color
Monochromatic Colors of #A12489
Black with #A12489
Text Example
Text Example
White with #A12489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12489; }
p { color: rgb(161,36,137); }
H1.HeaderClassName
{
color: #A12489;
}
.AnyTagClassName
{
color: #A12489;
}
</style>
background-color css
<style>
a { background-color: #A12489; }
a { background-color: rgb(161,36,137); }
div.DivClassName
{
background-color: #A12489;
}
.BgClassName
{
background-color: #A12489;
}
</style>
border-color css
<style>
span { border-color: #A12489; }
span { border-color: rgb(161,36,137); }
td.TdClassName
{
border-color: #A12489;
}
.TagClassName
{
border-color: #A12489;
}
</style>