Shades of Dark Purple #A11D83
Tints of Dark Purple #A11D83
RGB
CMYK
RGB Variations
Color information
#A11D83 (or 0xA11D83) is known color: Dark Purple. HEX triplet: A1, 1D and 83. RGB value is (161,29,131). Sum of RGB (Red+Green+Blue) = 161+29+131=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11D83 is #5EE27C. Grayscale: #4F4F4F. Windows color (decimal): -6218365 or 8592801. OLE color: 8592801.
HSL color Cylindrical-coordinate representation of color #A11D83: hue angle of 313.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D83 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 131 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.37 |
| HSL | 313.64º | 0.69% | 0.37% | - |
| HSV(B) | 313.64º | 0.82% | 0.63% | - |
| XYZ | 19.23 | 10.09 | 22.41 | - |
| YUV | 80.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 131 | 0 | 0.82 | 0.19 | 0.37 | 313.64 | 0.69 | 0.37 |
| Hex | A1 | 1D | 83 | 0 | 52 | 13 | 25 | 13A | 45 | 25 |
| Octal | 241 | 35 | 203 | 0 | 122 | 23 | 45 | 472 | 105 | 45 |
| Binary | 10100001 | 11101 | 10000011 | 0 | 1010010 | 10011 | 100101 | 100111010 | 1000101 | 100101 |
Color Harmonies of #A11D83
Complementary color
Monochromatic Colors of #A11D83
Black with #A11D83
Text Example
Text Example
White with #A11D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D83; }
p { color: rgb(161,29,131); }
H1.HeaderClassName
{
color: #A11D83;
}
.AnyTagClassName
{
color: #A11D83;
}
</style>
background-color css
<style>
a { background-color: #A11D83; }
a { background-color: rgb(161,29,131); }
div.DivClassName
{
background-color: #A11D83;
}
.BgClassName
{
background-color: #A11D83;
}
</style>
border-color css
<style>
span { border-color: #A11D83; }
span { border-color: rgb(161,29,131); }
td.TdClassName
{
border-color: #A11D83;
}
.TagClassName
{
border-color: #A11D83;
}
</style>