Shades of Dark Purple #A01F90
Tints of Dark Purple #A01F90
RGB
CMYK
RGB Variations
Color information
#A01F90 (or 0xA01F90) is known color: Dark Purple. HEX triplet: A0, 1F and 90. RGB value is (160,31,144). Sum of RGB (Red+Green+Blue) = 160+31+144=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F90 is #5FE06F. Grayscale: #525252. Windows color (decimal): -6283376 or 9445280. OLE color: 9445280.
HSL color Cylindrical-coordinate representation of color #A01F90: hue angle of 307.44º 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 #A01F90 is Cyan = 0, Magento = 0.81, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 31 | 144 | - |
| CMYK | 0 | 0.81 | 0.1 | 0.37 |
| HSL | 307.44º | 0.68% | 0.37% | - |
| HSV(B) | 307.44º | 0.81% | 0.63% | - |
| XYZ | 20.02 | 10.47 | 27.35 | - |
| YUV | 82.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 144 | 0 | 0.81 | 0.1 | 0.37 | 307.44 | 0.68 | 0.37 |
| Hex | A0 | 1F | 90 | 0 | 51 | A | 25 | 133 | 44 | 25 |
| Octal | 240 | 37 | 220 | 0 | 121 | 12 | 45 | 463 | 104 | 45 |
| Binary | 10100000 | 11111 | 10010000 | 0 | 1010001 | 1010 | 100101 | 100110011 | 1000100 | 100101 |
Color Harmonies of #A01F90
Complementary color
Monochromatic Colors of #A01F90
Black with #A01F90
Text Example
Text Example
White with #A01F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01F90; }
p { color: rgb(160,31,144); }
H1.HeaderClassName
{
color: #A01F90;
}
.AnyTagClassName
{
color: #A01F90;
}
</style>
background-color css
<style>
a { background-color: #A01F90; }
a { background-color: rgb(160,31,144); }
div.DivClassName
{
background-color: #A01F90;
}
.BgClassName
{
background-color: #A01F90;
}
</style>
border-color css
<style>
span { border-color: #A01F90; }
span { border-color: rgb(160,31,144); }
td.TdClassName
{
border-color: #A01F90;
}
.TagClassName
{
border-color: #A01F90;
}
</style>