Shades of Dark Purple #A11881
Tints of Dark Purple #A11881
RGB
CMYK
RGB Variations
Color information
#A11881 (or 0xA11881) is known color: Dark Purple. HEX triplet: A1, 18 and 81. RGB value is (161,24,129). Sum of RGB (Red+Green+Blue) = 161+24+129=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A11881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11881 is #5EE77E. Grayscale: #4C4C4C. Windows color (decimal): -6219647 or 8460449. OLE color: 8460449.
HSL color Cylindrical-coordinate representation of color #A11881: hue angle of 314.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11881 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 129 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.37 |
| HSL | 314.01º | 0.74% | 0.36% | - |
| HSV(B) | 314.01º | 0.85% | 0.63% | - |
| XYZ | 18.99 | 9.82 | 21.66 | - |
| YUV | 76.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 129 | 0 | 0.85 | 0.20 | 0.37 | 314.01 | 0.74 | 0.36 |
| Hex | A1 | 18 | 81 | 0 | 55 | 14 | 25 | 13A | 4A | 24 |
| Octal | 241 | 30 | 201 | 0 | 125 | 24 | 45 | 472 | 112 | 44 |
| Binary | 10100001 | 11000 | 10000001 | 0 | 1010101 | 10100 | 100101 | 100111010 | 1001010 | 100100 |
Color Harmonies of #A11881
Complementary color
Monochromatic Colors of #A11881
Black with #A11881
Text Example
Text Example
White with #A11881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11881; }
p { color: rgb(161,24,129); }
H1.HeaderClassName
{
color: #A11881;
}
.AnyTagClassName
{
color: #A11881;
}
</style>
background-color css
<style>
a { background-color: #A11881; }
a { background-color: rgb(161,24,129); }
div.DivClassName
{
background-color: #A11881;
}
.BgClassName
{
background-color: #A11881;
}
</style>
border-color css
<style>
span { border-color: #A11881; }
span { border-color: rgb(161,24,129); }
td.TdClassName
{
border-color: #A11881;
}
.TagClassName
{
border-color: #A11881;
}
</style>