Shades of Dark Purple #A02498
Tints of Dark Purple #A02498
RGB
CMYK
RGB Variations
Color information
#A02498 (or 0xA02498) is known color: Dark Purple. HEX triplet: A0, 24 and 98. RGB value is (160,36,152). Sum of RGB (Red+Green+Blue) = 160+36+152=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02498 is #5FDB67. Grayscale: #555555. Windows color (decimal): -6282088 or 9970848. OLE color: 9970848.
HSL color Cylindrical-coordinate representation of color #A02498: hue angle of 303.87º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02498 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 152 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.37 |
| HSL | 303.87º | 0.63% | 0.38% | - |
| HSV(B) | 303.87º | 0.78% | 0.63% | - |
| XYZ | 20.8 | 11 | 30.73 | - |
| YUV | 86.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 152 | 0 | 0.78 | 0.05 | 0.37 | 303.87 | 0.63 | 0.38 |
| Hex | A0 | 24 | 98 | 0 | 4E | 5 | 25 | 130 | 3F | 26 |
| Octal | 240 | 44 | 230 | 0 | 116 | 5 | 45 | 460 | 77 | 46 |
| Binary | 10100000 | 100100 | 10011000 | 0 | 1001110 | 101 | 100101 | 100110000 | 111111 | 100110 |
Color Harmonies of #A02498
Complementary color
Monochromatic Colors of #A02498
Black with #A02498
Text Example
Text Example
White with #A02498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02498; }
p { color: rgb(160,36,152); }
H1.HeaderClassName
{
color: #A02498;
}
.AnyTagClassName
{
color: #A02498;
}
</style>
background-color css
<style>
a { background-color: #A02498; }
a { background-color: rgb(160,36,152); }
div.DivClassName
{
background-color: #A02498;
}
.BgClassName
{
background-color: #A02498;
}
</style>
border-color css
<style>
span { border-color: #A02498; }
span { border-color: rgb(160,36,152); }
td.TdClassName
{
border-color: #A02498;
}
.TagClassName
{
border-color: #A02498;
}
</style>