Shades of Dark Purple #A11782
Tints of Dark Purple #A11782
RGB
CMYK
RGB Variations
Color information
#A11782 (or 0xA11782) is known color: Dark Purple. HEX triplet: A1, 17 and 82. RGB value is (161,23,130). Sum of RGB (Red+Green+Blue) = 161+23+130=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A11782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11782 is #5EE87D. Grayscale: #4C4C4C. Windows color (decimal): -6219902 or 8525729. OLE color: 8525729.
HSL color Cylindrical-coordinate representation of color #A11782: hue angle of 313.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11782 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 130 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.37 |
| HSL | 313.48º | 0.75% | 0.36% | - |
| HSV(B) | 313.48º | 0.86% | 0.63% | - |
| XYZ | 19.03 | 9.8 | 22.01 | - |
| YUV | 76.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 130 | 0 | 0.86 | 0.19 | 0.37 | 313.48 | 0.75 | 0.36 |
| Hex | A1 | 17 | 82 | 0 | 56 | 13 | 25 | 139 | 4B | 24 |
| Octal | 241 | 27 | 202 | 0 | 126 | 23 | 45 | 471 | 113 | 44 |
| Binary | 10100001 | 10111 | 10000010 | 0 | 1010110 | 10011 | 100101 | 100111001 | 1001011 | 100100 |
Color Harmonies of #A11782
Complementary color
Monochromatic Colors of #A11782
Black with #A11782
Text Example
Text Example
White with #A11782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11782; }
p { color: rgb(161,23,130); }
H1.HeaderClassName
{
color: #A11782;
}
.AnyTagClassName
{
color: #A11782;
}
</style>
background-color css
<style>
a { background-color: #A11782; }
a { background-color: rgb(161,23,130); }
div.DivClassName
{
background-color: #A11782;
}
.BgClassName
{
background-color: #A11782;
}
</style>
border-color css
<style>
span { border-color: #A11782; }
span { border-color: rgb(161,23,130); }
td.TdClassName
{
border-color: #A11782;
}
.TagClassName
{
border-color: #A11782;
}
</style>