Shades of Dark Purple #A0218C
Tints of Dark Purple #A0218C
RGB
CMYK
RGB Variations
Color information
#A0218C (or 0xA0218C) is known color: Dark Purple. HEX triplet: A0, 21 and 8C. RGB value is (160,33,140). Sum of RGB (Red+Green+Blue) = 160+33+140=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0218C is #5FDE73. Grayscale: #525252. Windows color (decimal): -6282868 or 9183648. OLE color: 9183648.
HSL color Cylindrical-coordinate representation of color #A0218C: hue angle of 309.45º 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 #A0218C is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 140 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.37 |
| HSL | 309.45º | 0.66% | 0.38% | - |
| HSV(B) | 309.45º | 0.79% | 0.63% | - |
| XYZ | 19.77 | 10.45 | 25.79 | - |
| YUV | 83.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 140 | 0 | 0.79 | 0.12 | 0.37 | 309.45 | 0.66 | 0.38 |
| Hex | A0 | 21 | 8C | 0 | 4F | C | 25 | 135 | 42 | 26 |
| Octal | 240 | 41 | 214 | 0 | 117 | 14 | 45 | 465 | 102 | 46 |
| Binary | 10100000 | 100001 | 10001100 | 0 | 1001111 | 1100 | 100101 | 100110101 | 1000010 | 100110 |
Color Harmonies of #A0218C
Complementary color
Monochromatic Colors of #A0218C
Black with #A0218C
Text Example
Text Example
White with #A0218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0218C; }
p { color: rgb(160,33,140); }
H1.HeaderClassName
{
color: #A0218C;
}
.AnyTagClassName
{
color: #A0218C;
}
</style>
background-color css
<style>
a { background-color: #A0218C; }
a { background-color: rgb(160,33,140); }
div.DivClassName
{
background-color: #A0218C;
}
.BgClassName
{
background-color: #A0218C;
}
</style>
border-color css
<style>
span { border-color: #A0218C; }
span { border-color: rgb(160,33,140); }
td.TdClassName
{
border-color: #A0218C;
}
.TagClassName
{
border-color: #A0218C;
}
</style>