Shades of Dark Purple #A21F8D
Tints of Dark Purple #A21F8D
RGB
CMYK
RGB Variations
Color information
#A21F8D (or 0xA21F8D) is known color: Dark Purple. HEX triplet: A2, 1F and 8D. RGB value is (162,31,141). Sum of RGB (Red+Green+Blue) = 162+31+141=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F8D is #5DE072. Grayscale: #525252. Windows color (decimal): -6152307 or 9248674. OLE color: 9248674.
HSL color Cylindrical-coordinate representation of color #A21F8D: hue angle of 309.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F8D is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 141 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.36 |
| HSL | 309.62º | 0.68% | 0.38% | - |
| HSV(B) | 309.62º | 0.81% | 0.64% | - |
| XYZ | 20.2 | 10.58 | 26.18 | - |
| YUV | 82.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 141 | 0 | 0.81 | 0.13 | 0.36 | 309.62 | 0.68 | 0.38 |
| Hex | A2 | 1F | 8D | 0 | 51 | D | 24 | 136 | 44 | 26 |
| Octal | 242 | 37 | 215 | 0 | 121 | 15 | 44 | 466 | 104 | 46 |
| Binary | 10100010 | 11111 | 10001101 | 0 | 1010001 | 1101 | 100100 | 100110110 | 1000100 | 100110 |
Color Harmonies of #A21F8D
Complementary color
Monochromatic Colors of #A21F8D
Black with #A21F8D
Text Example
Text Example
White with #A21F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F8D; }
p { color: rgb(162,31,141); }
H1.HeaderClassName
{
color: #A21F8D;
}
.AnyTagClassName
{
color: #A21F8D;
}
</style>
background-color css
<style>
a { background-color: #A21F8D; }
a { background-color: rgb(162,31,141); }
div.DivClassName
{
background-color: #A21F8D;
}
.BgClassName
{
background-color: #A21F8D;
}
</style>
border-color css
<style>
span { border-color: #A21F8D; }
span { border-color: rgb(162,31,141); }
td.TdClassName
{
border-color: #A21F8D;
}
.TagClassName
{
border-color: #A21F8D;
}
</style>