Shades of Dark Purple #A02871
Tints of Dark Purple #A02871
RGB
CMYK
RGB Variations
Color information
#A02871 (or 0xA02871) is known color: Dark Purple. HEX triplet: A0, 28 and 71. RGB value is (160,40,113). Sum of RGB (Red+Green+Blue) = 160+40+113=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02871 is #5FD78E. Grayscale: #545454. Windows color (decimal): -6281103 or 7415968. OLE color: 7415968.
HSL color Cylindrical-coordinate representation of color #A02871: hue angle of 323.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 #A02871 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 113 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.37 |
| HSL | 323.5º | 0.6% | 0.39% | - |
| HSV(B) | 323.5º | 0.75% | 0.63% | - |
| XYZ | 18.24 | 10.18 | 16.63 | - |
| YUV | 84.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 113 | 0 | 0.75 | 0.29 | 0.37 | 323.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 71 | 0 | 4B | 1D | 25 | 144 | 3C | 27 |
| Octal | 240 | 50 | 161 | 0 | 113 | 35 | 45 | 504 | 74 | 47 |
| Binary | 10100000 | 101000 | 1110001 | 0 | 1001011 | 11101 | 100101 | 101000100 | 111100 | 100111 |
Color Harmonies of #A02871
Complementary color
Monochromatic Colors of #A02871
Black with #A02871
Text Example
Text Example
White with #A02871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02871; }
p { color: rgb(160,40,113); }
H1.HeaderClassName
{
color: #A02871;
}
.AnyTagClassName
{
color: #A02871;
}
</style>
background-color css
<style>
a { background-color: #A02871; }
a { background-color: rgb(160,40,113); }
div.DivClassName
{
background-color: #A02871;
}
.BgClassName
{
background-color: #A02871;
}
</style>
border-color css
<style>
span { border-color: #A02871; }
span { border-color: rgb(160,40,113); }
td.TdClassName
{
border-color: #A02871;
}
.TagClassName
{
border-color: #A02871;
}
</style>