Shades of Dark Purple #A01583
Tints of Dark Purple #A01583
RGB
CMYK
RGB Variations
Color information
#A01583 (or 0xA01583) is known color: Dark Purple. HEX triplet: A0, 15 and 83. RGB value is (160,21,131). Sum of RGB (Red+Green+Blue) = 160+21+131=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A01583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01583 is #5FEA7C. Grayscale: #4A4A4A. Windows color (decimal): -6285949 or 8590752. OLE color: 8590752.
HSL color Cylindrical-coordinate representation of color #A01583: hue angle of 312.52º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01583 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 131 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.37 |
| HSL | 312.52º | 0.77% | 0.35% | - |
| HSV(B) | 312.52º | 0.87% | 0.63% | - |
| XYZ | 18.86 | 9.65 | 22.34 | - |
| YUV | 75.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 131 | 0 | 0.87 | 0.18 | 0.37 | 312.52 | 0.77 | 0.35 |
| Hex | A0 | 15 | 83 | 0 | 57 | 12 | 25 | 139 | 4D | 23 |
| Octal | 240 | 25 | 203 | 0 | 127 | 22 | 45 | 471 | 115 | 43 |
| Binary | 10100000 | 10101 | 10000011 | 0 | 1010111 | 10010 | 100101 | 100111001 | 1001101 | 100011 |
Color Harmonies of #A01583
Complementary color
Monochromatic Colors of #A01583
Black with #A01583
Text Example
Text Example
White with #A01583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01583; }
p { color: rgb(160,21,131); }
H1.HeaderClassName
{
color: #A01583;
}
.AnyTagClassName
{
color: #A01583;
}
</style>
background-color css
<style>
a { background-color: #A01583; }
a { background-color: rgb(160,21,131); }
div.DivClassName
{
background-color: #A01583;
}
.BgClassName
{
background-color: #A01583;
}
</style>
border-color css
<style>
span { border-color: #A01583; }
span { border-color: rgb(160,21,131); }
td.TdClassName
{
border-color: #A01583;
}
.TagClassName
{
border-color: #A01583;
}
</style>