Shades of Dark Purple #A21F8C
Tints of Dark Purple #A21F8C
RGB
CMYK
RGB Variations
Color information
#A21F8C (or 0xA21F8C) is known color: Dark Purple. HEX triplet: A2, 1F and 8C. RGB value is (162,31,140). Sum of RGB (Red+Green+Blue) = 162+31+140=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F8C is #5DE073. Grayscale: #525252. Windows color (decimal): -6152308 or 9183138. OLE color: 9183138.
HSL color Cylindrical-coordinate representation of color #A21F8C: hue angle of 310.08º 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 #A21F8C is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 140 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.36 |
| HSL | 310.08º | 0.68% | 0.38% | - |
| HSV(B) | 310.08º | 0.81% | 0.64% | - |
| XYZ | 20.12 | 10.55 | 25.79 | - |
| YUV | 82.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 140 | 0 | 0.81 | 0.14 | 0.36 | 310.08 | 0.68 | 0.38 |
| Hex | A2 | 1F | 8C | 0 | 51 | E | 24 | 136 | 44 | 26 |
| Octal | 242 | 37 | 214 | 0 | 121 | 16 | 44 | 466 | 104 | 46 |
| Binary | 10100010 | 11111 | 10001100 | 0 | 1010001 | 1110 | 100100 | 100110110 | 1000100 | 100110 |
Color Harmonies of #A21F8C
Complementary color
Monochromatic Colors of #A21F8C
Black with #A21F8C
Text Example
Text Example
White with #A21F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F8C; }
p { color: rgb(162,31,140); }
H1.HeaderClassName
{
color: #A21F8C;
}
.AnyTagClassName
{
color: #A21F8C;
}
</style>
background-color css
<style>
a { background-color: #A21F8C; }
a { background-color: rgb(162,31,140); }
div.DivClassName
{
background-color: #A21F8C;
}
.BgClassName
{
background-color: #A21F8C;
}
</style>
border-color css
<style>
span { border-color: #A21F8C; }
span { border-color: rgb(162,31,140); }
td.TdClassName
{
border-color: #A21F8C;
}
.TagClassName
{
border-color: #A21F8C;
}
</style>