Shades of Dark Purple #A11E8D
Tints of Dark Purple #A11E8D
RGB
CMYK
RGB Variations
Color information
#A11E8D (or 0xA11E8D) is known color: Dark Purple. HEX triplet: A1, 1E and 8D. RGB value is (161,30,141). Sum of RGB (Red+Green+Blue) = 161+30+141=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E8D is #5EE172. Grayscale: #515151. Windows color (decimal): -6218099 or 9248417. OLE color: 9248417.
HSL color Cylindrical-coordinate representation of color #A11E8D: hue angle of 309.16º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E8D is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 141 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.37 |
| HSL | 309.16º | 0.69% | 0.37% | - |
| HSV(B) | 309.16º | 0.81% | 0.63% | - |
| XYZ | 19.97 | 10.43 | 26.16 | - |
| YUV | 81.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 141 | 0 | 0.81 | 0.12 | 0.37 | 309.16 | 0.69 | 0.37 |
| Hex | A1 | 1E | 8D | 0 | 51 | C | 25 | 135 | 45 | 25 |
| Octal | 241 | 36 | 215 | 0 | 121 | 14 | 45 | 465 | 105 | 45 |
| Binary | 10100001 | 11110 | 10001101 | 0 | 1010001 | 1100 | 100101 | 100110101 | 1000101 | 100101 |
Color Harmonies of #A11E8D
Complementary color
Monochromatic Colors of #A11E8D
Black with #A11E8D
Text Example
Text Example
White with #A11E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E8D; }
p { color: rgb(161,30,141); }
H1.HeaderClassName
{
color: #A11E8D;
}
.AnyTagClassName
{
color: #A11E8D;
}
</style>
background-color css
<style>
a { background-color: #A11E8D; }
a { background-color: rgb(161,30,141); }
div.DivClassName
{
background-color: #A11E8D;
}
.BgClassName
{
background-color: #A11E8D;
}
</style>
border-color css
<style>
span { border-color: #A11E8D; }
span { border-color: rgb(161,30,141); }
td.TdClassName
{
border-color: #A11E8D;
}
.TagClassName
{
border-color: #A11E8D;
}
</style>