Shades of Dark Purple #A21880
Tints of Dark Purple #A21880
RGB
CMYK
RGB Variations
Color information
#A21880 (or 0xA21880) is known color: Dark Purple. HEX triplet: A2, 18 and 80. RGB value is (162,24,128). Sum of RGB (Red+Green+Blue) = 162+24+128=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21880 is #5DE77F. Grayscale: #4C4C4C. Windows color (decimal): -6154112 or 8394914. OLE color: 8394914.
HSL color Cylindrical-coordinate representation of color #A21880: hue angle of 314.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21880 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 128 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.36 |
| HSL | 314.78º | 0.74% | 0.36% | - |
| HSV(B) | 314.78º | 0.85% | 0.64% | - |
| XYZ | 19.12 | 9.89 | 21.32 | - |
| YUV | 77.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 128 | 0 | 0.85 | 0.21 | 0.36 | 314.78 | 0.74 | 0.36 |
| Hex | A2 | 18 | 80 | 0 | 55 | 15 | 24 | 13B | 4A | 24 |
| Octal | 242 | 30 | 200 | 0 | 125 | 25 | 44 | 473 | 112 | 44 |
| Binary | 10100010 | 11000 | 10000000 | 0 | 1010101 | 10101 | 100100 | 100111011 | 1001010 | 100100 |
Color Harmonies of #A21880
Complementary color
Monochromatic Colors of #A21880
Black with #A21880
Text Example
Text Example
White with #A21880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21880; }
p { color: rgb(162,24,128); }
H1.HeaderClassName
{
color: #A21880;
}
.AnyTagClassName
{
color: #A21880;
}
</style>
background-color css
<style>
a { background-color: #A21880; }
a { background-color: rgb(162,24,128); }
div.DivClassName
{
background-color: #A21880;
}
.BgClassName
{
background-color: #A21880;
}
</style>
border-color css
<style>
span { border-color: #A21880; }
span { border-color: rgb(162,24,128); }
td.TdClassName
{
border-color: #A21880;
}
.TagClassName
{
border-color: #A21880;
}
</style>