Shades of Dark Purple #A01387
Tints of Dark Purple #A01387
RGB
CMYK
RGB Variations
Color information
#A01387 (or 0xA01387) is known color: Dark Purple. HEX triplet: A0, 13 and 87. RGB value is (160,19,135). Sum of RGB (Red+Green+Blue) = 160+19+135=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A01387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01387 is #5FEC78. Grayscale: #4A4A4A. Windows color (decimal): -6286457 or 8852384. OLE color: 8852384.
HSL color Cylindrical-coordinate representation of color #A01387: hue angle of 310.64º degrees, saturation: 0.79, 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 #A01387 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 135 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.37 |
| HSL | 310.64º | 0.79% | 0.35% | - |
| HSV(B) | 310.64º | 0.88% | 0.63% | - |
| XYZ | 19.1 | 9.69 | 23.78 | - |
| YUV | 74.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 135 | 0 | 0.88 | 0.16 | 0.37 | 310.64 | 0.79 | 0.35 |
| Hex | A0 | 13 | 87 | 0 | 58 | 10 | 25 | 137 | 4F | 23 |
| Octal | 240 | 23 | 207 | 0 | 130 | 20 | 45 | 467 | 117 | 43 |
| Binary | 10100000 | 10011 | 10000111 | 0 | 1011000 | 10000 | 100101 | 100110111 | 1001111 | 100011 |
Color Harmonies of #A01387
Complementary color
Monochromatic Colors of #A01387
Black with #A01387
Text Example
Text Example
White with #A01387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01387; }
p { color: rgb(160,19,135); }
H1.HeaderClassName
{
color: #A01387;
}
.AnyTagClassName
{
color: #A01387;
}
</style>
background-color css
<style>
a { background-color: #A01387; }
a { background-color: rgb(160,19,135); }
div.DivClassName
{
background-color: #A01387;
}
.BgClassName
{
background-color: #A01387;
}
</style>
border-color css
<style>
span { border-color: #A01387; }
span { border-color: rgb(160,19,135); }
td.TdClassName
{
border-color: #A01387;
}
.TagClassName
{
border-color: #A01387;
}
</style>