Shades of Dark Purple #A21C81
Tints of Dark Purple #A21C81
RGB
CMYK
RGB Variations
Color information
#A21C81 (or 0xA21C81) is known color: Dark Purple. HEX triplet: A2, 1C and 81. RGB value is (162,28,129). Sum of RGB (Red+Green+Blue) = 162+28+129=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C81 is #5DE37E. Grayscale: #4F4F4F. Windows color (decimal): -6153087 or 8461474. OLE color: 8461474.
HSL color Cylindrical-coordinate representation of color #A21C81: hue angle of 314.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C81 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 28 | 129 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.36 |
| HSL | 314.78º | 0.71% | 0.37% | - |
| HSV(B) | 314.78º | 0.83% | 0.64% | - |
| XYZ | 19.28 | 10.1 | 21.7 | - |
| YUV | 79.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 129 | 0 | 0.83 | 0.20 | 0.36 | 314.78 | 0.71 | 0.37 |
| Hex | A2 | 1C | 81 | 0 | 53 | 14 | 24 | 13B | 47 | 25 |
| Octal | 242 | 34 | 201 | 0 | 123 | 24 | 44 | 473 | 107 | 45 |
| Binary | 10100010 | 11100 | 10000001 | 0 | 1010011 | 10100 | 100100 | 100111011 | 1000111 | 100101 |
Color Harmonies of #A21C81
Complementary color
Monochromatic Colors of #A21C81
Black with #A21C81
Text Example
Text Example
White with #A21C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21C81; }
p { color: rgb(162,28,129); }
H1.HeaderClassName
{
color: #A21C81;
}
.AnyTagClassName
{
color: #A21C81;
}
</style>
background-color css
<style>
a { background-color: #A21C81; }
a { background-color: rgb(162,28,129); }
div.DivClassName
{
background-color: #A21C81;
}
.BgClassName
{
background-color: #A21C81;
}
</style>
border-color css
<style>
span { border-color: #A21C81; }
span { border-color: rgb(162,28,129); }
td.TdClassName
{
border-color: #A21C81;
}
.TagClassName
{
border-color: #A21C81;
}
</style>