Shades of Dark Purple #A0288E
Tints of Dark Purple #A0288E
RGB
CMYK
RGB Variations
Color information
#A0288E (or 0xA0288E) is known color: Dark Purple. HEX triplet: A0, 28 and 8E. RGB value is (160,40,142). Sum of RGB (Red+Green+Blue) = 160+40+142=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0288E is #5FD771. Grayscale: #575757. Windows color (decimal): -6281074 or 9316512. OLE color: 9316512.
HSL color Cylindrical-coordinate representation of color #A0288E: hue angle of 309º 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 #A0288E is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 142 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.37 |
| HSL | 309º | 0.6% | 0.39% | - |
| HSV(B) | 309º | 0.75% | 0.63% | - |
| XYZ | 20.14 | 10.94 | 26.64 | - |
| YUV | 87.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 142 | 0 | 0.75 | 0.11 | 0.37 | 309 | 0.6 | 0.39 |
| Hex | A0 | 28 | 8E | 0 | 4B | B | 25 | 135 | 3C | 27 |
| Octal | 240 | 50 | 216 | 0 | 113 | 13 | 45 | 465 | 74 | 47 |
| Binary | 10100000 | 101000 | 10001110 | 0 | 1001011 | 1011 | 100101 | 100110101 | 111100 | 100111 |
Color Harmonies of #A0288E
Complementary color
Monochromatic Colors of #A0288E
Black with #A0288E
Text Example
Text Example
White with #A0288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0288E; }
p { color: rgb(160,40,142); }
H1.HeaderClassName
{
color: #A0288E;
}
.AnyTagClassName
{
color: #A0288E;
}
</style>
background-color css
<style>
a { background-color: #A0288E; }
a { background-color: rgb(160,40,142); }
div.DivClassName
{
background-color: #A0288E;
}
.BgClassName
{
background-color: #A0288E;
}
</style>
border-color css
<style>
span { border-color: #A0288E; }
span { border-color: rgb(160,40,142); }
td.TdClassName
{
border-color: #A0288E;
}
.TagClassName
{
border-color: #A0288E;
}
</style>