Shades of Dark Purple #A0218D
Tints of Dark Purple #A0218D
RGB
CMYK
RGB Variations
Color information
#A0218D (or 0xA0218D) is known color: Dark Purple. HEX triplet: A0, 21 and 8D. RGB value is (160,33,141). Sum of RGB (Red+Green+Blue) = 160+33+141=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0218D is #5FDE72. Grayscale: #525252. Windows color (decimal): -6282867 or 9249184. OLE color: 9249184.
HSL color Cylindrical-coordinate representation of color #A0218D: hue angle of 308.98º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0218D is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 141 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.37 |
| HSL | 308.98º | 0.66% | 0.38% | - |
| HSV(B) | 308.98º | 0.79% | 0.63% | - |
| XYZ | 19.85 | 10.48 | 26.18 | - |
| YUV | 83.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 141 | 0 | 0.79 | 0.12 | 0.37 | 308.98 | 0.66 | 0.38 |
| Hex | A0 | 21 | 8D | 0 | 4F | C | 25 | 135 | 42 | 26 |
| Octal | 240 | 41 | 215 | 0 | 117 | 14 | 45 | 465 | 102 | 46 |
| Binary | 10100000 | 100001 | 10001101 | 0 | 1001111 | 1100 | 100101 | 100110101 | 1000010 | 100110 |
Color Harmonies of #A0218D
Complementary color
Monochromatic Colors of #A0218D
Black with #A0218D
Text Example
Text Example
White with #A0218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0218D; }
p { color: rgb(160,33,141); }
H1.HeaderClassName
{
color: #A0218D;
}
.AnyTagClassName
{
color: #A0218D;
}
</style>
background-color css
<style>
a { background-color: #A0218D; }
a { background-color: rgb(160,33,141); }
div.DivClassName
{
background-color: #A0218D;
}
.BgClassName
{
background-color: #A0218D;
}
</style>
border-color css
<style>
span { border-color: #A0218D; }
span { border-color: rgb(160,33,141); }
td.TdClassName
{
border-color: #A0218D;
}
.TagClassName
{
border-color: #A0218D;
}
</style>