Shades of Dark Purple #A01C90
Tints of Dark Purple #A01C90
RGB
CMYK
RGB Variations
Color information
#A01C90 (or 0xA01C90) is known color: Dark Purple. HEX triplet: A0, 1C and 90. RGB value is (160,28,144). Sum of RGB (Red+Green+Blue) = 160+28+144=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01C90 is #5FE36F. Grayscale: #505050. Windows color (decimal): -6284144 or 9444512. OLE color: 9444512.
HSL color Cylindrical-coordinate representation of color #A01C90: hue angle of 307.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C90 is Cyan = 0, Magento = 0.82, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 144 | - |
| CMYK | 0 | 0.82 | 0.1 | 0.37 |
| HSL | 307.27º | 0.7% | 0.37% | - |
| HSV(B) | 307.27º | 0.83% | 0.63% | - |
| XYZ | 19.95 | 10.32 | 27.33 | - |
| YUV | 80.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 144 | 0 | 0.82 | 0.1 | 0.37 | 307.27 | 0.7 | 0.37 |
| Hex | A0 | 1C | 90 | 0 | 52 | A | 25 | 133 | 46 | 25 |
| Octal | 240 | 34 | 220 | 0 | 122 | 12 | 45 | 463 | 106 | 45 |
| Binary | 10100000 | 11100 | 10010000 | 0 | 1010010 | 1010 | 100101 | 100110011 | 1000110 | 100101 |
Color Harmonies of #A01C90
Complementary color
Monochromatic Colors of #A01C90
Black with #A01C90
Text Example
Text Example
White with #A01C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C90; }
p { color: rgb(160,28,144); }
H1.HeaderClassName
{
color: #A01C90;
}
.AnyTagClassName
{
color: #A01C90;
}
</style>
background-color css
<style>
a { background-color: #A01C90; }
a { background-color: rgb(160,28,144); }
div.DivClassName
{
background-color: #A01C90;
}
.BgClassName
{
background-color: #A01C90;
}
</style>
border-color css
<style>
span { border-color: #A01C90; }
span { border-color: rgb(160,28,144); }
td.TdClassName
{
border-color: #A01C90;
}
.TagClassName
{
border-color: #A01C90;
}
</style>