Shades of Dark Purple #A02598
Tints of Dark Purple #A02598
RGB
CMYK
RGB Variations
Color information
#A02598 (or 0xA02598) is known color: Dark Purple. HEX triplet: A0, 25 and 98. RGB value is (160,37,152). Sum of RGB (Red+Green+Blue) = 160+37+152=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A02598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02598 is #5FDA67. Grayscale: #565656. Windows color (decimal): -6281832 or 9971104. OLE color: 9971104.
HSL color Cylindrical-coordinate representation of color #A02598: hue angle of 303.9º 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 #A02598 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 152 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.37 |
| HSL | 303.9º | 0.62% | 0.39% | - |
| HSV(B) | 303.9º | 0.77% | 0.63% | - |
| XYZ | 20.83 | 11.06 | 30.74 | - |
| YUV | 86.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 152 | 0 | 0.77 | 0.05 | 0.37 | 303.9 | 0.62 | 0.39 |
| Hex | A0 | 25 | 98 | 0 | 4D | 5 | 25 | 130 | 3E | 27 |
| Octal | 240 | 45 | 230 | 0 | 115 | 5 | 45 | 460 | 76 | 47 |
| Binary | 10100000 | 100101 | 10011000 | 0 | 1001101 | 101 | 100101 | 100110000 | 111110 | 100111 |
Color Harmonies of #A02598
Complementary color
Monochromatic Colors of #A02598
Black with #A02598
Text Example
Text Example
White with #A02598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02598; }
p { color: rgb(160,37,152); }
H1.HeaderClassName
{
color: #A02598;
}
.AnyTagClassName
{
color: #A02598;
}
</style>
background-color css
<style>
a { background-color: #A02598; }
a { background-color: rgb(160,37,152); }
div.DivClassName
{
background-color: #A02598;
}
.BgClassName
{
background-color: #A02598;
}
</style>
border-color css
<style>
span { border-color: #A02598; }
span { border-color: rgb(160,37,152); }
td.TdClassName
{
border-color: #A02598;
}
.TagClassName
{
border-color: #A02598;
}
</style>