Shades of Dark Purple #A02881
Tints of Dark Purple #A02881
RGB
CMYK
RGB Variations
Color information
#A02881 (or 0xA02881) is known color: Dark Purple. HEX triplet: A0, 28 and 81. RGB value is (160,40,129). Sum of RGB (Red+Green+Blue) = 160+40+129=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02881 is #5FD77E. Grayscale: #555555. Windows color (decimal): -6281087 or 8464544. OLE color: 8464544.
HSL color Cylindrical-coordinate representation of color #A02881: hue angle of 315.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 #A02881 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 129 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.37 |
| HSL | 315.5º | 0.6% | 0.39% | - |
| HSV(B) | 315.5º | 0.75% | 0.63% | - |
| XYZ | 19.22 | 10.58 | 21.8 | - |
| YUV | 86.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 129 | 0 | 0.75 | 0.19 | 0.37 | 315.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 81 | 0 | 4B | 13 | 25 | 13C | 3C | 27 |
| Octal | 240 | 50 | 201 | 0 | 113 | 23 | 45 | 474 | 74 | 47 |
| Binary | 10100000 | 101000 | 10000001 | 0 | 1001011 | 10011 | 100101 | 100111100 | 111100 | 100111 |
Color Harmonies of #A02881
Complementary color
Monochromatic Colors of #A02881
Black with #A02881
Text Example
Text Example
White with #A02881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02881; }
p { color: rgb(160,40,129); }
H1.HeaderClassName
{
color: #A02881;
}
.AnyTagClassName
{
color: #A02881;
}
</style>
background-color css
<style>
a { background-color: #A02881; }
a { background-color: rgb(160,40,129); }
div.DivClassName
{
background-color: #A02881;
}
.BgClassName
{
background-color: #A02881;
}
</style>
border-color css
<style>
span { border-color: #A02881; }
span { border-color: rgb(160,40,129); }
td.TdClassName
{
border-color: #A02881;
}
.TagClassName
{
border-color: #A02881;
}
</style>