Shades of Dark Purple #A11882
Tints of Dark Purple #A11882
RGB
CMYK
RGB Variations
Color information
#A11882 (or 0xA11882) is known color: Dark Purple. HEX triplet: A1, 18 and 82. RGB value is (161,24,130). Sum of RGB (Red+Green+Blue) = 161+24+130=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11882 is #5EE77D. Grayscale: #4C4C4C. Windows color (decimal): -6219646 or 8525985. OLE color: 8525985.
HSL color Cylindrical-coordinate representation of color #A11882: hue angle of 313.58º 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 #A11882 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 130 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.37 |
| HSL | 313.58º | 0.74% | 0.36% | - |
| HSV(B) | 313.58º | 0.85% | 0.63% | - |
| XYZ | 19.05 | 9.84 | 22.01 | - |
| YUV | 77.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 130 | 0 | 0.85 | 0.19 | 0.37 | 313.58 | 0.74 | 0.36 |
| Hex | A1 | 18 | 82 | 0 | 55 | 13 | 25 | 13A | 4A | 24 |
| Octal | 241 | 30 | 202 | 0 | 125 | 23 | 45 | 472 | 112 | 44 |
| Binary | 10100001 | 11000 | 10000010 | 0 | 1010101 | 10011 | 100101 | 100111010 | 1001010 | 100100 |
Color Harmonies of #A11882
Complementary color
Monochromatic Colors of #A11882
Black with #A11882
Text Example
Text Example
White with #A11882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11882; }
p { color: rgb(161,24,130); }
H1.HeaderClassName
{
color: #A11882;
}
.AnyTagClassName
{
color: #A11882;
}
</style>
background-color css
<style>
a { background-color: #A11882; }
a { background-color: rgb(161,24,130); }
div.DivClassName
{
background-color: #A11882;
}
.BgClassName
{
background-color: #A11882;
}
</style>
border-color css
<style>
span { border-color: #A11882; }
span { border-color: rgb(161,24,130); }
td.TdClassName
{
border-color: #A11882;
}
.TagClassName
{
border-color: #A11882;
}
</style>