Shades of Dark Purple #A02891
Tints of Dark Purple #A02891
RGB
CMYK
RGB Variations
Color information
#A02891 (or 0xA02891) is known color: Dark Purple. HEX triplet: A0, 28 and 91. RGB value is (160,40,145). Sum of RGB (Red+Green+Blue) = 160+40+145=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A02891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02891 is #5FD76E. Grayscale: #575757. Windows color (decimal): -6281071 or 9513120. OLE color: 9513120.
HSL color Cylindrical-coordinate representation of color #A02891: hue angle of 307.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 #A02891 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 145 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.37 |
| HSL | 307.5º | 0.6% | 0.39% | - |
| HSV(B) | 307.5º | 0.75% | 0.63% | - |
| XYZ | 20.37 | 11.04 | 27.84 | - |
| YUV | 87.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 145 | 0 | 0.75 | 0.09 | 0.37 | 307.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 91 | 0 | 4B | 9 | 25 | 134 | 3C | 27 |
| Octal | 240 | 50 | 221 | 0 | 113 | 11 | 45 | 464 | 74 | 47 |
| Binary | 10100000 | 101000 | 10010001 | 0 | 1001011 | 1001 | 100101 | 100110100 | 111100 | 100111 |
Color Harmonies of #A02891
Complementary color
Monochromatic Colors of #A02891
Black with #A02891
Text Example
Text Example
White with #A02891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02891; }
p { color: rgb(160,40,145); }
H1.HeaderClassName
{
color: #A02891;
}
.AnyTagClassName
{
color: #A02891;
}
</style>
background-color css
<style>
a { background-color: #A02891; }
a { background-color: rgb(160,40,145); }
div.DivClassName
{
background-color: #A02891;
}
.BgClassName
{
background-color: #A02891;
}
</style>
border-color css
<style>
span { border-color: #A02891; }
span { border-color: rgb(160,40,145); }
td.TdClassName
{
border-color: #A02891;
}
.TagClassName
{
border-color: #A02891;
}
</style>