Shades of Dark Purple #A0208D
Tints of Dark Purple #A0208D
RGB
CMYK
RGB Variations
Color information
#A0208D (or 0xA0208D) is known color: Dark Purple. HEX triplet: A0, 20 and 8D. RGB value is (160,32,141). Sum of RGB (Red+Green+Blue) = 160+32+141=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0208D is #5FDF72. Grayscale: #525252. Windows color (decimal): -6283123 or 9248928. OLE color: 9248928.
HSL color Cylindrical-coordinate representation of color #A0208D: hue angle of 308.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0208D is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 141 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.37 |
| HSL | 308.91º | 0.67% | 0.38% | - |
| HSV(B) | 308.91º | 0.8% | 0.63% | - |
| XYZ | 19.82 | 10.43 | 26.17 | - |
| YUV | 82.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 141 | 0 | 0.80 | 0.12 | 0.37 | 308.91 | 0.67 | 0.38 |
| Hex | A0 | 20 | 8D | 0 | 50 | C | 25 | 135 | 43 | 26 |
| Octal | 240 | 40 | 215 | 0 | 120 | 14 | 45 | 465 | 103 | 46 |
| Binary | 10100000 | 100000 | 10001101 | 0 | 1010000 | 1100 | 100101 | 100110101 | 1000011 | 100110 |
Color Harmonies of #A0208D
Complementary color
Monochromatic Colors of #A0208D
Black with #A0208D
Text Example
Text Example
White with #A0208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0208D; }
p { color: rgb(160,32,141); }
H1.HeaderClassName
{
color: #A0208D;
}
.AnyTagClassName
{
color: #A0208D;
}
</style>
background-color css
<style>
a { background-color: #A0208D; }
a { background-color: rgb(160,32,141); }
div.DivClassName
{
background-color: #A0208D;
}
.BgClassName
{
background-color: #A0208D;
}
</style>
border-color css
<style>
span { border-color: #A0208D; }
span { border-color: rgb(160,32,141); }
td.TdClassName
{
border-color: #A0208D;
}
.TagClassName
{
border-color: #A0208D;
}
</style>