Shades of Dark Purple #A02493
Tints of Dark Purple #A02493
RGB
CMYK
RGB Variations
Color information
#A02493 (or 0xA02493) is known color: Dark Purple. HEX triplet: A0, 24 and 93. RGB value is (160,36,147). Sum of RGB (Red+Green+Blue) = 160+36+147=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02493 is #5FDB6C. Grayscale: #555555. Windows color (decimal): -6282093 or 9643168. OLE color: 9643168.
HSL color Cylindrical-coordinate representation of color #A02493: hue angle of 306.29º 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 #A02493 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 147 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.37 |
| HSL | 306.29º | 0.63% | 0.38% | - |
| HSV(B) | 306.29º | 0.78% | 0.63% | - |
| XYZ | 20.39 | 10.84 | 28.62 | - |
| YUV | 85.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 147 | 0 | 0.78 | 0.08 | 0.37 | 306.29 | 0.63 | 0.38 |
| Hex | A0 | 24 | 93 | 0 | 4E | 8 | 25 | 132 | 3F | 26 |
| Octal | 240 | 44 | 223 | 0 | 116 | 10 | 45 | 462 | 77 | 46 |
| Binary | 10100000 | 100100 | 10010011 | 0 | 1001110 | 1000 | 100101 | 100110010 | 111111 | 100110 |
Color Harmonies of #A02493
Complementary color
Monochromatic Colors of #A02493
Black with #A02493
Text Example
Text Example
White with #A02493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02493; }
p { color: rgb(160,36,147); }
H1.HeaderClassName
{
color: #A02493;
}
.AnyTagClassName
{
color: #A02493;
}
</style>
background-color css
<style>
a { background-color: #A02493; }
a { background-color: rgb(160,36,147); }
div.DivClassName
{
background-color: #A02493;
}
.BgClassName
{
background-color: #A02493;
}
</style>
border-color css
<style>
span { border-color: #A02493; }
span { border-color: rgb(160,36,147); }
td.TdClassName
{
border-color: #A02493;
}
.TagClassName
{
border-color: #A02493;
}
</style>