Shades of Dark Purple #A01E94
Tints of Dark Purple #A01E94
RGB
CMYK
RGB Variations
Color information
#A01E94 (or 0xA01E94) is known color: Dark Purple. HEX triplet: A0, 1E and 94. RGB value is (160,30,148). Sum of RGB (Red+Green+Blue) = 160+30+148=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E94 is #5FE16B. Grayscale: #515151. Windows color (decimal): -6283628 or 9707168. OLE color: 9707168.
HSL color Cylindrical-coordinate representation of color #A01E94: hue angle of 305.54º 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 #A01E94 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 148 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.37 |
| HSL | 305.54º | 0.68% | 0.37% | - |
| HSV(B) | 305.54º | 0.81% | 0.63% | - |
| XYZ | 20.31 | 10.54 | 28.98 | - |
| YUV | 82.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 148 | 0 | 0.81 | 0.07 | 0.37 | 305.54 | 0.68 | 0.37 |
| Hex | A0 | 1E | 94 | 0 | 51 | 7 | 25 | 132 | 44 | 25 |
| Octal | 240 | 36 | 224 | 0 | 121 | 7 | 45 | 462 | 104 | 45 |
| Binary | 10100000 | 11110 | 10010100 | 0 | 1010001 | 111 | 100101 | 100110010 | 1000100 | 100101 |
Color Harmonies of #A01E94
Complementary color
Monochromatic Colors of #A01E94
Black with #A01E94
Text Example
Text Example
White with #A01E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E94; }
p { color: rgb(160,30,148); }
H1.HeaderClassName
{
color: #A01E94;
}
.AnyTagClassName
{
color: #A01E94;
}
</style>
background-color css
<style>
a { background-color: #A01E94; }
a { background-color: rgb(160,30,148); }
div.DivClassName
{
background-color: #A01E94;
}
.BgClassName
{
background-color: #A01E94;
}
</style>
border-color css
<style>
span { border-color: #A01E94; }
span { border-color: rgb(160,30,148); }
td.TdClassName
{
border-color: #A01E94;
}
.TagClassName
{
border-color: #A01E94;
}
</style>