Shades of Dark Purple #A11E77
Tints of Dark Purple #A11E77
RGB
CMYK
RGB Variations
Color information
#A11E77 (or 0xA11E77) is known color: Dark Purple. HEX triplet: A1, 1E and 77. RGB value is (161,30,119). Sum of RGB (Red+Green+Blue) = 161+30+119=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E77 is #5EE188. Grayscale: #4F4F4F. Windows color (decimal): -6218121 or 7806625. OLE color: 7806625.
HSL color Cylindrical-coordinate representation of color #A11E77: hue angle of 319.24º 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 #A11E77 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 119 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.37 |
| HSL | 319.24º | 0.69% | 0.37% | - |
| HSV(B) | 319.24º | 0.81% | 0.63% | - |
| XYZ | 18.49 | 9.84 | 18.38 | - |
| YUV | 79.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 119 | 0 | 0.81 | 0.26 | 0.37 | 319.24 | 0.69 | 0.37 |
| Hex | A1 | 1E | 77 | 0 | 51 | 1A | 25 | 13F | 45 | 25 |
| Octal | 241 | 36 | 167 | 0 | 121 | 32 | 45 | 477 | 105 | 45 |
| Binary | 10100001 | 11110 | 1110111 | 0 | 1010001 | 11010 | 100101 | 100111111 | 1000101 | 100101 |
Color Harmonies of #A11E77
Complementary color
Monochromatic Colors of #A11E77
Black with #A11E77
Text Example
Text Example
White with #A11E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E77; }
p { color: rgb(161,30,119); }
H1.HeaderClassName
{
color: #A11E77;
}
.AnyTagClassName
{
color: #A11E77;
}
</style>
background-color css
<style>
a { background-color: #A11E77; }
a { background-color: rgb(161,30,119); }
div.DivClassName
{
background-color: #A11E77;
}
.BgClassName
{
background-color: #A11E77;
}
</style>
border-color css
<style>
span { border-color: #A11E77; }
span { border-color: rgb(161,30,119); }
td.TdClassName
{
border-color: #A11E77;
}
.TagClassName
{
border-color: #A11E77;
}
</style>