Shades of Dark Purple #A01982
Tints of Dark Purple #A01982
RGB
CMYK
RGB Variations
Color information
#A01982 (or 0xA01982) is known color: Dark Purple. HEX triplet: A0, 19 and 82. RGB value is (160,25,130). Sum of RGB (Red+Green+Blue) = 160+25+130=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A01982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01982 is #5FE67D. Grayscale: #4D4D4D. Windows color (decimal): -6284926 or 8526240. OLE color: 8526240.
HSL color Cylindrical-coordinate representation of color #A01982: hue angle of 313.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01982 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 130 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.37 |
| HSL | 313.33º | 0.73% | 0.36% | - |
| HSV(B) | 313.33º | 0.84% | 0.63% | - |
| XYZ | 18.87 | 9.78 | 22.01 | - |
| YUV | 77.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 130 | 0 | 0.84 | 0.19 | 0.37 | 313.33 | 0.73 | 0.36 |
| Hex | A0 | 19 | 82 | 0 | 54 | 13 | 25 | 139 | 49 | 24 |
| Octal | 240 | 31 | 202 | 0 | 124 | 23 | 45 | 471 | 111 | 44 |
| Binary | 10100000 | 11001 | 10000010 | 0 | 1010100 | 10011 | 100101 | 100111001 | 1001001 | 100100 |
Color Harmonies of #A01982
Complementary color
Monochromatic Colors of #A01982
Black with #A01982
Text Example
Text Example
White with #A01982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01982; }
p { color: rgb(160,25,130); }
H1.HeaderClassName
{
color: #A01982;
}
.AnyTagClassName
{
color: #A01982;
}
</style>
background-color css
<style>
a { background-color: #A01982; }
a { background-color: rgb(160,25,130); }
div.DivClassName
{
background-color: #A01982;
}
.BgClassName
{
background-color: #A01982;
}
</style>
border-color css
<style>
span { border-color: #A01982; }
span { border-color: rgb(160,25,130); }
td.TdClassName
{
border-color: #A01982;
}
.TagClassName
{
border-color: #A01982;
}
</style>