Shades of Dark Purple #A01E8D
Tints of Dark Purple #A01E8D
RGB
CMYK
RGB Variations
Color information
#A01E8D (or 0xA01E8D) is known color: Dark Purple. HEX triplet: A0, 1E and 8D. RGB value is (160,30,141). Sum of RGB (Red+Green+Blue) = 160+30+141=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E8D is #5FE172. Grayscale: #515151. Windows color (decimal): -6283635 or 9248416. OLE color: 9248416.
HSL color Cylindrical-coordinate representation of color #A01E8D: hue angle of 308.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E8D is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 141 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.37 |
| HSL | 308.77º | 0.68% | 0.37% | - |
| HSV(B) | 308.77º | 0.81% | 0.63% | - |
| XYZ | 19.77 | 10.33 | 26.15 | - |
| YUV | 81.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 141 | 0 | 0.81 | 0.12 | 0.37 | 308.77 | 0.68 | 0.37 |
| Hex | A0 | 1E | 8D | 0 | 51 | C | 25 | 135 | 44 | 25 |
| Octal | 240 | 36 | 215 | 0 | 121 | 14 | 45 | 465 | 104 | 45 |
| Binary | 10100000 | 11110 | 10001101 | 0 | 1010001 | 1100 | 100101 | 100110101 | 1000100 | 100101 |
Color Harmonies of #A01E8D
Complementary color
Monochromatic Colors of #A01E8D
Black with #A01E8D
Text Example
Text Example
White with #A01E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E8D; }
p { color: rgb(160,30,141); }
H1.HeaderClassName
{
color: #A01E8D;
}
.AnyTagClassName
{
color: #A01E8D;
}
</style>
background-color css
<style>
a { background-color: #A01E8D; }
a { background-color: rgb(160,30,141); }
div.DivClassName
{
background-color: #A01E8D;
}
.BgClassName
{
background-color: #A01E8D;
}
</style>
border-color css
<style>
span { border-color: #A01E8D; }
span { border-color: rgb(160,30,141); }
td.TdClassName
{
border-color: #A01E8D;
}
.TagClassName
{
border-color: #A01E8D;
}
</style>