Shades of Dark Purple #A11789
Tints of Dark Purple #A11789
RGB
CMYK
RGB Variations
Color information
#A11789 (or 0xA11789) is known color: Dark Purple. HEX triplet: A1, 17 and 89. RGB value is (161,23,137). Sum of RGB (Red+Green+Blue) = 161+23+137=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A11789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11789 is #5EE876. Grayscale: #4C4C4C. Windows color (decimal): -6219895 or 8984481. OLE color: 8984481.
HSL color Cylindrical-coordinate representation of color #A11789: hue angle of 310.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11789 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 137 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.37 |
| HSL | 310.43º | 0.75% | 0.36% | - |
| HSV(B) | 310.43º | 0.86% | 0.63% | - |
| XYZ | 19.52 | 10 | 24.57 | - |
| YUV | 77.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 137 | 0 | 0.86 | 0.15 | 0.37 | 310.43 | 0.75 | 0.36 |
| Hex | A1 | 17 | 89 | 0 | 56 | F | 25 | 136 | 4B | 24 |
| Octal | 241 | 27 | 211 | 0 | 126 | 17 | 45 | 466 | 113 | 44 |
| Binary | 10100001 | 10111 | 10001001 | 0 | 1010110 | 1111 | 100101 | 100110110 | 1001011 | 100100 |
Color Harmonies of #A11789
Complementary color
Monochromatic Colors of #A11789
Black with #A11789
Text Example
Text Example
White with #A11789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11789; }
p { color: rgb(161,23,137); }
H1.HeaderClassName
{
color: #A11789;
}
.AnyTagClassName
{
color: #A11789;
}
</style>
background-color css
<style>
a { background-color: #A11789; }
a { background-color: rgb(161,23,137); }
div.DivClassName
{
background-color: #A11789;
}
.BgClassName
{
background-color: #A11789;
}
</style>
border-color css
<style>
span { border-color: #A11789; }
span { border-color: rgb(161,23,137); }
td.TdClassName
{
border-color: #A11789;
}
.TagClassName
{
border-color: #A11789;
}
</style>