Shades of Dark Purple #A11F8D
Tints of Dark Purple #A11F8D
RGB
CMYK
RGB Variations
Color information
#A11F8D (or 0xA11F8D) is known color: Dark Purple. HEX triplet: A1, 1F and 8D. RGB value is (161,31,141). Sum of RGB (Red+Green+Blue) = 161+31+141=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11F8D is #5EE072. Grayscale: #525252. Windows color (decimal): -6217843 or 9248673. OLE color: 9248673.
HSL color Cylindrical-coordinate representation of color #A11F8D: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F8D is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 141 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.37 |
| HSL | 309.23º | 0.68% | 0.38% | - |
| HSV(B) | 309.23º | 0.81% | 0.63% | - |
| XYZ | 20 | 10.48 | 26.17 | - |
| YUV | 82.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 141 | 0 | 0.81 | 0.12 | 0.37 | 309.23 | 0.68 | 0.38 |
| Hex | A1 | 1F | 8D | 0 | 51 | C | 25 | 135 | 44 | 26 |
| Octal | 241 | 37 | 215 | 0 | 121 | 14 | 45 | 465 | 104 | 46 |
| Binary | 10100001 | 11111 | 10001101 | 0 | 1010001 | 1100 | 100101 | 100110101 | 1000100 | 100110 |
Color Harmonies of #A11F8D
Complementary color
Monochromatic Colors of #A11F8D
Black with #A11F8D
Text Example
Text Example
White with #A11F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F8D; }
p { color: rgb(161,31,141); }
H1.HeaderClassName
{
color: #A11F8D;
}
.AnyTagClassName
{
color: #A11F8D;
}
</style>
background-color css
<style>
a { background-color: #A11F8D; }
a { background-color: rgb(161,31,141); }
div.DivClassName
{
background-color: #A11F8D;
}
.BgClassName
{
background-color: #A11F8D;
}
</style>
border-color css
<style>
span { border-color: #A11F8D; }
span { border-color: rgb(161,31,141); }
td.TdClassName
{
border-color: #A11F8D;
}
.TagClassName
{
border-color: #A11F8D;
}
</style>