Shades of Dark Purple #A01482
Tints of Dark Purple #A01482
RGB
CMYK
RGB Variations
Color information
#A01482 (or 0xA01482) is known color: Dark Purple. HEX triplet: A0, 14 and 82. RGB value is (160,20,130). Sum of RGB (Red+Green+Blue) = 160+20+130=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A01482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01482 is #5FEB7D. Grayscale: #4A4A4A. Windows color (decimal): -6286206 or 8524960. OLE color: 8524960.
HSL color Cylindrical-coordinate representation of color #A01482: hue angle of 312.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01482 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 130 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.37 |
| HSL | 312.86º | 0.78% | 0.35% | - |
| HSV(B) | 312.86º | 0.88% | 0.63% | - |
| XYZ | 18.78 | 9.59 | 21.98 | - |
| YUV | 74.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 130 | 0 | 0.88 | 0.19 | 0.37 | 312.86 | 0.78 | 0.35 |
| Hex | A0 | 14 | 82 | 0 | 58 | 13 | 25 | 139 | 4E | 23 |
| Octal | 240 | 24 | 202 | 0 | 130 | 23 | 45 | 471 | 116 | 43 |
| Binary | 10100000 | 10100 | 10000010 | 0 | 1011000 | 10011 | 100101 | 100111001 | 1001110 | 100011 |
Color Harmonies of #A01482
Complementary color
Monochromatic Colors of #A01482
Black with #A01482
Text Example
Text Example
White with #A01482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01482; }
p { color: rgb(160,20,130); }
H1.HeaderClassName
{
color: #A01482;
}
.AnyTagClassName
{
color: #A01482;
}
</style>
background-color css
<style>
a { background-color: #A01482; }
a { background-color: rgb(160,20,130); }
div.DivClassName
{
background-color: #A01482;
}
.BgClassName
{
background-color: #A01482;
}
</style>
border-color css
<style>
span { border-color: #A01482; }
span { border-color: rgb(160,20,130); }
td.TdClassName
{
border-color: #A01482;
}
.TagClassName
{
border-color: #A01482;
}
</style>