Shades of Dark Purple #A11880
Tints of Dark Purple #A11880
RGB
CMYK
RGB Variations
Color information
#A11880 (or 0xA11880) is known color: Dark Purple. HEX triplet: A1, 18 and 80. RGB value is (161,24,128). Sum of RGB (Red+Green+Blue) = 161+24+128=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A11880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11880 is #5EE77F. Grayscale: #4C4C4C. Windows color (decimal): -6219648 or 8394913. OLE color: 8394913.
HSL color Cylindrical-coordinate representation of color #A11880: hue angle of 314.45º 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 #A11880 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 128 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.37 |
| HSL | 314.45º | 0.74% | 0.36% | - |
| HSV(B) | 314.45º | 0.85% | 0.63% | - |
| XYZ | 18.92 | 9.79 | 21.31 | - |
| YUV | 76.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 128 | 0 | 0.85 | 0.20 | 0.37 | 314.45 | 0.74 | 0.36 |
| Hex | A1 | 18 | 80 | 0 | 55 | 14 | 25 | 13A | 4A | 24 |
| Octal | 241 | 30 | 200 | 0 | 125 | 24 | 45 | 472 | 112 | 44 |
| Binary | 10100001 | 11000 | 10000000 | 0 | 1010101 | 10100 | 100101 | 100111010 | 1001010 | 100100 |
Color Harmonies of #A11880
Complementary color
Monochromatic Colors of #A11880
Black with #A11880
Text Example
Text Example
White with #A11880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11880; }
p { color: rgb(161,24,128); }
H1.HeaderClassName
{
color: #A11880;
}
.AnyTagClassName
{
color: #A11880;
}
</style>
background-color css
<style>
a { background-color: #A11880; }
a { background-color: rgb(161,24,128); }
div.DivClassName
{
background-color: #A11880;
}
.BgClassName
{
background-color: #A11880;
}
</style>
border-color css
<style>
span { border-color: #A11880; }
span { border-color: rgb(161,24,128); }
td.TdClassName
{
border-color: #A11880;
}
.TagClassName
{
border-color: #A11880;
}
</style>