Shades of Dark Purple #A0287A
Tints of Dark Purple #A0287A
RGB
CMYK
RGB Variations
Color information
#A0287A (or 0xA0287A) is known color: Dark Purple. HEX triplet: A0, 28 and 7A. RGB value is (160,40,122). Sum of RGB (Red+Green+Blue) = 160+40+122=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287A is #5FD785. Grayscale: #555555. Windows color (decimal): -6281094 or 8005792. OLE color: 8005792.
HSL color Cylindrical-coordinate representation of color #A0287A: hue angle of 319º 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 #A0287A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 122 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.37 |
| HSL | 319º | 0.6% | 0.39% | - |
| HSV(B) | 319º | 0.75% | 0.63% | - |
| XYZ | 18.77 | 10.4 | 19.43 | - |
| YUV | 85.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 122 | 0 | 0.75 | 0.24 | 0.37 | 319 | 0.6 | 0.39 |
| Hex | A0 | 28 | 7A | 0 | 4B | 18 | 25 | 13F | 3C | 27 |
| Octal | 240 | 50 | 172 | 0 | 113 | 30 | 45 | 477 | 74 | 47 |
| Binary | 10100000 | 101000 | 1111010 | 0 | 1001011 | 11000 | 100101 | 100111111 | 111100 | 100111 |
Color Harmonies of #A0287A
Complementary color
Monochromatic Colors of #A0287A
Black with #A0287A
Text Example
Text Example
White with #A0287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0287A; }
p { color: rgb(160,40,122); }
H1.HeaderClassName
{
color: #A0287A;
}
.AnyTagClassName
{
color: #A0287A;
}
</style>
background-color css
<style>
a { background-color: #A0287A; }
a { background-color: rgb(160,40,122); }
div.DivClassName
{
background-color: #A0287A;
}
.BgClassName
{
background-color: #A0287A;
}
</style>
border-color css
<style>
span { border-color: #A0287A; }
span { border-color: rgb(160,40,122); }
td.TdClassName
{
border-color: #A0287A;
}
.TagClassName
{
border-color: #A0287A;
}
</style>