Shades of Dark Purple #A0287D
Tints of Dark Purple #A0287D
RGB
CMYK
RGB Variations
Color information
#A0287D (or 0xA0287D) is known color: Dark Purple. HEX triplet: A0, 28 and 7D. RGB value is (160,40,125). Sum of RGB (Red+Green+Blue) = 160+40+125=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287D is #5FD782. Grayscale: #555555. Windows color (decimal): -6281091 or 8202400. OLE color: 8202400.
HSL color Cylindrical-coordinate representation of color #A0287D: hue angle of 317.5º 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 #A0287D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 125 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.37 |
| HSL | 317.5º | 0.6% | 0.39% | - |
| HSV(B) | 317.5º | 0.75% | 0.63% | - |
| XYZ | 18.96 | 10.47 | 20.42 | - |
| YUV | 85.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 125 | 0 | 0.75 | 0.22 | 0.37 | 317.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 7D | 0 | 4B | 16 | 25 | 13E | 3C | 27 |
| Octal | 240 | 50 | 175 | 0 | 113 | 26 | 45 | 476 | 74 | 47 |
| Binary | 10100000 | 101000 | 1111101 | 0 | 1001011 | 10110 | 100101 | 100111110 | 111100 | 100111 |
Color Harmonies of #A0287D
Complementary color
Monochromatic Colors of #A0287D
Black with #A0287D
Text Example
Text Example
White with #A0287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0287D; }
p { color: rgb(160,40,125); }
H1.HeaderClassName
{
color: #A0287D;
}
.AnyTagClassName
{
color: #A0287D;
}
</style>
background-color css
<style>
a { background-color: #A0287D; }
a { background-color: rgb(160,40,125); }
div.DivClassName
{
background-color: #A0287D;
}
.BgClassName
{
background-color: #A0287D;
}
</style>
border-color css
<style>
span { border-color: #A0287D; }
span { border-color: rgb(160,40,125); }
td.TdClassName
{
border-color: #A0287D;
}
.TagClassName
{
border-color: #A0287D;
}
</style>