Shades of Dark Purple #A02589
Tints of Dark Purple #A02589
RGB
CMYK
RGB Variations
Color information
#A02589 (or 0xA02589) is known color: Dark Purple. HEX triplet: A0, 25 and 89. RGB value is (160,37,137). Sum of RGB (Red+Green+Blue) = 160+37+137=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A02589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02589 is #5FDA76. Grayscale: #545454. Windows color (decimal): -6281847 or 8988064. OLE color: 8988064.
HSL color Cylindrical-coordinate representation of color #A02589: hue angle of 311.22º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02589 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 137 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.37 |
| HSL | 311.22º | 0.62% | 0.39% | - |
| HSV(B) | 311.22º | 0.77% | 0.63% | - |
| XYZ | 19.67 | 10.6 | 24.68 | - |
| YUV | 85.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 137 | 0 | 0.77 | 0.14 | 0.37 | 311.22 | 0.62 | 0.39 |
| Hex | A0 | 25 | 89 | 0 | 4D | E | 25 | 137 | 3E | 27 |
| Octal | 240 | 45 | 211 | 0 | 115 | 16 | 45 | 467 | 76 | 47 |
| Binary | 10100000 | 100101 | 10001001 | 0 | 1001101 | 1110 | 100101 | 100110111 | 111110 | 100111 |
Color Harmonies of #A02589
Complementary color
Monochromatic Colors of #A02589
Black with #A02589
Text Example
Text Example
White with #A02589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02589; }
p { color: rgb(160,37,137); }
H1.HeaderClassName
{
color: #A02589;
}
.AnyTagClassName
{
color: #A02589;
}
</style>
background-color css
<style>
a { background-color: #A02589; }
a { background-color: rgb(160,37,137); }
div.DivClassName
{
background-color: #A02589;
}
.BgClassName
{
background-color: #A02589;
}
</style>
border-color css
<style>
span { border-color: #A02589; }
span { border-color: rgb(160,37,137); }
td.TdClassName
{
border-color: #A02589;
}
.TagClassName
{
border-color: #A02589;
}
</style>