Shades of Dark Purple #A01285
Tints of Dark Purple #A01285
RGB
CMYK
RGB Variations
Color information
#A01285 (or 0xA01285) is known color: Dark Purple. HEX triplet: A0, 12 and 85. RGB value is (160,18,133). Sum of RGB (Red+Green+Blue) = 160+18+133=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A01285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01285 is #5FED7A. Grayscale: #494949. Windows color (decimal): -6286715 or 8721056. OLE color: 8721056.
HSL color Cylindrical-coordinate representation of color #A01285: hue angle of 311.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01285 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 133 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.37 |
| HSL | 311.41º | 0.8% | 0.35% | - |
| HSV(B) | 311.41º | 0.89% | 0.63% | - |
| XYZ | 18.95 | 9.6 | 23.04 | - |
| YUV | 73.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 133 | 0 | 0.89 | 0.17 | 0.37 | 311.41 | 0.8 | 0.35 |
| Hex | A0 | 12 | 85 | 0 | 59 | 11 | 25 | 137 | 50 | 23 |
| Octal | 240 | 22 | 205 | 0 | 131 | 21 | 45 | 467 | 120 | 43 |
| Binary | 10100000 | 10010 | 10000101 | 0 | 1011001 | 10001 | 100101 | 100110111 | 1010000 | 100011 |
Color Harmonies of #A01285
Complementary color
Monochromatic Colors of #A01285
Black with #A01285
Text Example
Text Example
White with #A01285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01285; }
p { color: rgb(160,18,133); }
H1.HeaderClassName
{
color: #A01285;
}
.AnyTagClassName
{
color: #A01285;
}
</style>
background-color css
<style>
a { background-color: #A01285; }
a { background-color: rgb(160,18,133); }
div.DivClassName
{
background-color: #A01285;
}
.BgClassName
{
background-color: #A01285;
}
</style>
border-color css
<style>
span { border-color: #A01285; }
span { border-color: rgb(160,18,133); }
td.TdClassName
{
border-color: #A01285;
}
.TagClassName
{
border-color: #A01285;
}
</style>