Shades of Dark Purple #A12889
Tints of Dark Purple #A12889
RGB
CMYK
RGB Variations
Color information
#A12889 (or 0xA12889) is known color: Dark Purple. HEX triplet: A1, 28 and 89. RGB value is (161,40,137). Sum of RGB (Red+Green+Blue) = 161+40+137=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A12889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12889 is #5ED776. Grayscale: #565656. Windows color (decimal): -6215543 or 8988833. OLE color: 8988833.
HSL color Cylindrical-coordinate representation of color #A12889: hue angle of 311.9º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12889 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 137 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.37 |
| HSL | 311.9º | 0.6% | 0.39% | - |
| HSV(B) | 311.9º | 0.75% | 0.63% | - |
| XYZ | 19.97 | 10.9 | 24.72 | - |
| YUV | 87.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 137 | 0 | 0.75 | 0.15 | 0.37 | 311.9 | 0.6 | 0.39 |
| Hex | A1 | 28 | 89 | 0 | 4B | F | 25 | 138 | 3C | 27 |
| Octal | 241 | 50 | 211 | 0 | 113 | 17 | 45 | 470 | 74 | 47 |
| Binary | 10100001 | 101000 | 10001001 | 0 | 1001011 | 1111 | 100101 | 100111000 | 111100 | 100111 |
Color Harmonies of #A12889
Complementary color
Monochromatic Colors of #A12889
Black with #A12889
Text Example
Text Example
White with #A12889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12889; }
p { color: rgb(161,40,137); }
H1.HeaderClassName
{
color: #A12889;
}
.AnyTagClassName
{
color: #A12889;
}
</style>
background-color css
<style>
a { background-color: #A12889; }
a { background-color: rgb(161,40,137); }
div.DivClassName
{
background-color: #A12889;
}
.BgClassName
{
background-color: #A12889;
}
</style>
border-color css
<style>
span { border-color: #A12889; }
span { border-color: rgb(161,40,137); }
td.TdClassName
{
border-color: #A12889;
}
.TagClassName
{
border-color: #A12889;
}
</style>