Shades of Dark Purple #A0288C
Tints of Dark Purple #A0288C
RGB
CMYK
RGB Variations
Color information
#A0288C (or 0xA0288C) is known color: Dark Purple. HEX triplet: A0, 28 and 8C. RGB value is (160,40,140). Sum of RGB (Red+Green+Blue) = 160+40+140=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0288C is #5FD773. Grayscale: #575757. Windows color (decimal): -6281076 or 9185440. OLE color: 9185440.
HSL color Cylindrical-coordinate representation of color #A0288C: hue angle of 310º 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 #A0288C is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 140 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.37 |
| HSL | 310º | 0.6% | 0.39% | - |
| HSV(B) | 310º | 0.75% | 0.63% | - |
| XYZ | 19.99 | 10.88 | 25.86 | - |
| YUV | 87.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 140 | 0 | 0.75 | 0.12 | 0.37 | 310 | 0.6 | 0.39 |
| Hex | A0 | 28 | 8C | 0 | 4B | C | 25 | 136 | 3C | 27 |
| Octal | 240 | 50 | 214 | 0 | 113 | 14 | 45 | 466 | 74 | 47 |
| Binary | 10100000 | 101000 | 10001100 | 0 | 1001011 | 1100 | 100101 | 100110110 | 111100 | 100111 |
Color Harmonies of #A0288C
Complementary color
Monochromatic Colors of #A0288C
Black with #A0288C
Text Example
Text Example
White with #A0288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0288C; }
p { color: rgb(160,40,140); }
H1.HeaderClassName
{
color: #A0288C;
}
.AnyTagClassName
{
color: #A0288C;
}
</style>
background-color css
<style>
a { background-color: #A0288C; }
a { background-color: rgb(160,40,140); }
div.DivClassName
{
background-color: #A0288C;
}
.BgClassName
{
background-color: #A0288C;
}
</style>
border-color css
<style>
span { border-color: #A0288C; }
span { border-color: rgb(160,40,140); }
td.TdClassName
{
border-color: #A0288C;
}
.TagClassName
{
border-color: #A0288C;
}
</style>