Shades of Dark Purple #A11E8B
Tints of Dark Purple #A11E8B
RGB
CMYK
RGB Variations
Color information
#A11E8B (or 0xA11E8B) is known color: Dark Purple. HEX triplet: A1, 1E and 8B. RGB value is (161,30,139). Sum of RGB (Red+Green+Blue) = 161+30+139=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E8B is #5EE174. Grayscale: #515151. Windows color (decimal): -6218101 or 9117345. OLE color: 9117345.
HSL color Cylindrical-coordinate representation of color #A11E8B: hue angle of 310.08º 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 #A11E8B is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 139 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.37 |
| HSL | 310.08º | 0.69% | 0.37% | - |
| HSV(B) | 310.08º | 0.81% | 0.63% | - |
| XYZ | 19.82 | 10.37 | 25.38 | - |
| YUV | 81.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 139 | 0 | 0.81 | 0.14 | 0.37 | 310.08 | 0.69 | 0.37 |
| Hex | A1 | 1E | 8B | 0 | 51 | E | 25 | 136 | 45 | 25 |
| Octal | 241 | 36 | 213 | 0 | 121 | 16 | 45 | 466 | 105 | 45 |
| Binary | 10100001 | 11110 | 10001011 | 0 | 1010001 | 1110 | 100101 | 100110110 | 1000101 | 100101 |
Color Harmonies of #A11E8B
Complementary color
Monochromatic Colors of #A11E8B
Black with #A11E8B
Text Example
Text Example
White with #A11E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E8B; }
p { color: rgb(161,30,139); }
H1.HeaderClassName
{
color: #A11E8B;
}
.AnyTagClassName
{
color: #A11E8B;
}
</style>
background-color css
<style>
a { background-color: #A11E8B; }
a { background-color: rgb(161,30,139); }
div.DivClassName
{
background-color: #A11E8B;
}
.BgClassName
{
background-color: #A11E8B;
}
</style>
border-color css
<style>
span { border-color: #A11E8B; }
span { border-color: rgb(161,30,139); }
td.TdClassName
{
border-color: #A11E8B;
}
.TagClassName
{
border-color: #A11E8B;
}
</style>