Shades of Dark Purple #A11486
Tints of Dark Purple #A11486
RGB
CMYK
RGB Variations
Color information
#A11486 (or 0xA11486) is known color: Dark Purple. HEX triplet: A1, 14 and 86. RGB value is (161,20,134). Sum of RGB (Red+Green+Blue) = 161+20+134=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11486 is #5EEB79. Grayscale: #4A4A4A. Windows color (decimal): -6220666 or 8787105. OLE color: 8787105.
HSL color Cylindrical-coordinate representation of color #A11486: hue angle of 311.49º 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 #A11486 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 134 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.37 |
| HSL | 311.49º | 0.78% | 0.35% | - |
| HSV(B) | 311.49º | 0.88% | 0.63% | - |
| XYZ | 19.25 | 9.8 | 23.43 | - |
| YUV | 75.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 134 | 0 | 0.88 | 0.17 | 0.37 | 311.49 | 0.78 | 0.35 |
| Hex | A1 | 14 | 86 | 0 | 58 | 11 | 25 | 137 | 4E | 23 |
| Octal | 241 | 24 | 206 | 0 | 130 | 21 | 45 | 467 | 116 | 43 |
| Binary | 10100001 | 10100 | 10000110 | 0 | 1011000 | 10001 | 100101 | 100110111 | 1001110 | 100011 |
Color Harmonies of #A11486
Complementary color
Monochromatic Colors of #A11486
Black with #A11486
Text Example
Text Example
White with #A11486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11486; }
p { color: rgb(161,20,134); }
H1.HeaderClassName
{
color: #A11486;
}
.AnyTagClassName
{
color: #A11486;
}
</style>
background-color css
<style>
a { background-color: #A11486; }
a { background-color: rgb(161,20,134); }
div.DivClassName
{
background-color: #A11486;
}
.BgClassName
{
background-color: #A11486;
}
</style>
border-color css
<style>
span { border-color: #A11486; }
span { border-color: rgb(161,20,134); }
td.TdClassName
{
border-color: #A11486;
}
.TagClassName
{
border-color: #A11486;
}
</style>