Shades of Dark Purple #A11489
Tints of Dark Purple #A11489
RGB
CMYK
RGB Variations
Color information
#A11489 (or 0xA11489) is known color: Dark Purple. HEX triplet: A1, 14 and 89. RGB value is (161,20,137). Sum of RGB (Red+Green+Blue) = 161+20+137=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A11489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11489 is #5EEB76. Grayscale: #4B4B4B. Windows color (decimal): -6220663 or 8983713. OLE color: 8983713.
HSL color Cylindrical-coordinate representation of color #A11489: hue angle of 310.21º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11489 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 137 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.37 |
| HSL | 310.21º | 0.78% | 0.35% | - |
| HSV(B) | 310.21º | 0.88% | 0.63% | - |
| XYZ | 19.46 | 9.88 | 24.55 | - |
| YUV | 75.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 137 | 0 | 0.88 | 0.15 | 0.37 | 310.21 | 0.78 | 0.35 |
| Hex | A1 | 14 | 89 | 0 | 58 | F | 25 | 136 | 4E | 23 |
| Octal | 241 | 24 | 211 | 0 | 130 | 17 | 45 | 466 | 116 | 43 |
| Binary | 10100001 | 10100 | 10001001 | 0 | 1011000 | 1111 | 100101 | 100110110 | 1001110 | 100011 |
Color Harmonies of #A11489
Complementary color
Monochromatic Colors of #A11489
Black with #A11489
Text Example
Text Example
White with #A11489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11489; }
p { color: rgb(161,20,137); }
H1.HeaderClassName
{
color: #A11489;
}
.AnyTagClassName
{
color: #A11489;
}
</style>
background-color css
<style>
a { background-color: #A11489; }
a { background-color: rgb(161,20,137); }
div.DivClassName
{
background-color: #A11489;
}
.BgClassName
{
background-color: #A11489;
}
</style>
border-color css
<style>
span { border-color: #A11489; }
span { border-color: rgb(161,20,137); }
td.TdClassName
{
border-color: #A11489;
}
.TagClassName
{
border-color: #A11489;
}
</style>