Shades of Dark Purple #A0287E
Tints of Dark Purple #A0287E
RGB
CMYK
RGB Variations
Color information
#A0287E (or 0xA0287E) is known color: Dark Purple. HEX triplet: A0, 28 and 7E. RGB value is (160,40,126). Sum of RGB (Red+Green+Blue) = 160+40+126=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287E is #5FD781. Grayscale: #555555. Windows color (decimal): -6281090 or 8267936. OLE color: 8267936.
HSL color Cylindrical-coordinate representation of color #A0287E: hue angle of 317º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0287E is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 126 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.37 |
| HSL | 317º | 0.6% | 0.39% | - |
| HSV(B) | 317º | 0.75% | 0.63% | - |
| XYZ | 19.02 | 10.5 | 20.76 | - |
| YUV | 85.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 126 | 0 | 0.75 | 0.21 | 0.37 | 317 | 0.6 | 0.39 |
| Hex | A0 | 28 | 7E | 0 | 4B | 15 | 25 | 13D | 3C | 27 |
| Octal | 240 | 50 | 176 | 0 | 113 | 25 | 45 | 475 | 74 | 47 |
| Binary | 10100000 | 101000 | 1111110 | 0 | 1001011 | 10101 | 100101 | 100111101 | 111100 | 100111 |
Color Harmonies of #A0287E
Complementary color
Monochromatic Colors of #A0287E
Black with #A0287E
Text Example
Text Example
White with #A0287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0287E; }
p { color: rgb(160,40,126); }
H1.HeaderClassName
{
color: #A0287E;
}
.AnyTagClassName
{
color: #A0287E;
}
</style>
background-color css
<style>
a { background-color: #A0287E; }
a { background-color: rgb(160,40,126); }
div.DivClassName
{
background-color: #A0287E;
}
.BgClassName
{
background-color: #A0287E;
}
</style>
border-color css
<style>
span { border-color: #A0287E; }
span { border-color: rgb(160,40,126); }
td.TdClassName
{
border-color: #A0287E;
}
.TagClassName
{
border-color: #A0287E;
}
</style>