Shades of Dark Purple #A11184
Tints of Dark Purple #A11184
RGB
CMYK
RGB Variations
Color information
#A11184 (or 0xA11184) is known color: Dark Purple. HEX triplet: A1, 11 and 84. RGB value is (161,17,132). Sum of RGB (Red+Green+Blue) = 161+17+132=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11184 is #5EEE7B. Grayscale: #484848. Windows color (decimal): -6221436 or 8655265. OLE color: 8655265.
HSL color Cylindrical-coordinate representation of color #A11184: hue angle of 312.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11184 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 132 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.37 |
| HSL | 312.08º | 0.81% | 0.35% | - |
| HSV(B) | 312.08º | 0.89% | 0.63% | - |
| XYZ | 19.06 | 9.64 | 22.69 | - |
| YUV | 73.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 132 | 0 | 0.89 | 0.18 | 0.37 | 312.08 | 0.81 | 0.35 |
| Hex | A1 | 11 | 84 | 0 | 59 | 12 | 25 | 138 | 51 | 23 |
| Octal | 241 | 21 | 204 | 0 | 131 | 22 | 45 | 470 | 121 | 43 |
| Binary | 10100001 | 10001 | 10000100 | 0 | 1011001 | 10010 | 100101 | 100111000 | 1010001 | 100011 |
Color Harmonies of #A11184
Complementary color
Monochromatic Colors of #A11184
Black with #A11184
Text Example
Text Example
White with #A11184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11184; }
p { color: rgb(161,17,132); }
H1.HeaderClassName
{
color: #A11184;
}
.AnyTagClassName
{
color: #A11184;
}
</style>
background-color css
<style>
a { background-color: #A11184; }
a { background-color: rgb(161,17,132); }
div.DivClassName
{
background-color: #A11184;
}
.BgClassName
{
background-color: #A11184;
}
</style>
border-color css
<style>
span { border-color: #A11184; }
span { border-color: rgb(161,17,132); }
td.TdClassName
{
border-color: #A11184;
}
.TagClassName
{
border-color: #A11184;
}
</style>