Shades of Dark Purple #A11A86
Tints of Dark Purple #A11A86
RGB
CMYK
RGB Variations
Color information
#A11A86 (or 0xA11A86) is known color: Dark Purple. HEX triplet: A1, 1A and 86. RGB value is (161,26,134). Sum of RGB (Red+Green+Blue) = 161+26+134=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A86 is #5EE579. Grayscale: #4E4E4E. Windows color (decimal): -6219130 or 8788641. OLE color: 8788641.
HSL color Cylindrical-coordinate representation of color #A11A86: hue angle of 312º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A86 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 134 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.37 |
| HSL | 312º | 0.72% | 0.37% | - |
| HSV(B) | 312º | 0.84% | 0.63% | - |
| XYZ | 19.37 | 10.04 | 23.47 | - |
| YUV | 78.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 134 | 0 | 0.84 | 0.17 | 0.37 | 312 | 0.72 | 0.37 |
| Hex | A1 | 1A | 86 | 0 | 54 | 11 | 25 | 138 | 48 | 25 |
| Octal | 241 | 32 | 206 | 0 | 124 | 21 | 45 | 470 | 110 | 45 |
| Binary | 10100001 | 11010 | 10000110 | 0 | 1010100 | 10001 | 100101 | 100111000 | 1001000 | 100101 |
Color Harmonies of #A11A86
Complementary color
Monochromatic Colors of #A11A86
Black with #A11A86
Text Example
Text Example
White with #A11A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A86; }
p { color: rgb(161,26,134); }
H1.HeaderClassName
{
color: #A11A86;
}
.AnyTagClassName
{
color: #A11A86;
}
</style>
background-color css
<style>
a { background-color: #A11A86; }
a { background-color: rgb(161,26,134); }
div.DivClassName
{
background-color: #A11A86;
}
.BgClassName
{
background-color: #A11A86;
}
</style>
border-color css
<style>
span { border-color: #A11A86; }
span { border-color: rgb(161,26,134); }
td.TdClassName
{
border-color: #A11A86;
}
.TagClassName
{
border-color: #A11A86;
}
</style>