Shades of Dark Purple #A11E7B
Tints of Dark Purple #A11E7B
RGB
CMYK
RGB Variations
Color information
#A11E7B (or 0xA11E7B) is known color: Dark Purple. HEX triplet: A1, 1E and 7B. RGB value is (161,30,123). Sum of RGB (Red+Green+Blue) = 161+30+123=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E7B is #5EE184. Grayscale: #4F4F4F. Windows color (decimal): -6218117 or 8068769. OLE color: 8068769.
HSL color Cylindrical-coordinate representation of color #A11E7B: hue angle of 317.4º 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 #A11E7B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 123 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.37 |
| HSL | 317.4º | 0.69% | 0.37% | - |
| HSV(B) | 317.4º | 0.81% | 0.63% | - |
| XYZ | 18.74 | 9.94 | 19.67 | - |
| YUV | 79.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 123 | 0 | 0.81 | 0.24 | 0.37 | 317.4 | 0.69 | 0.37 |
| Hex | A1 | 1E | 7B | 0 | 51 | 18 | 25 | 13D | 45 | 25 |
| Octal | 241 | 36 | 173 | 0 | 121 | 30 | 45 | 475 | 105 | 45 |
| Binary | 10100001 | 11110 | 1111011 | 0 | 1010001 | 11000 | 100101 | 100111101 | 1000101 | 100101 |
Color Harmonies of #A11E7B
Complementary color
Monochromatic Colors of #A11E7B
Black with #A11E7B
Text Example
Text Example
White with #A11E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E7B; }
p { color: rgb(161,30,123); }
H1.HeaderClassName
{
color: #A11E7B;
}
.AnyTagClassName
{
color: #A11E7B;
}
</style>
background-color css
<style>
a { background-color: #A11E7B; }
a { background-color: rgb(161,30,123); }
div.DivClassName
{
background-color: #A11E7B;
}
.BgClassName
{
background-color: #A11E7B;
}
</style>
border-color css
<style>
span { border-color: #A11E7B; }
span { border-color: rgb(161,30,123); }
td.TdClassName
{
border-color: #A11E7B;
}
.TagClassName
{
border-color: #A11E7B;
}
</style>