Shades of Dark Purple #A21B79
Tints of Dark Purple #A21B79
RGB
CMYK
RGB Variations
Color information
#A21B79 (or 0xA21B79) is known color: Dark Purple. HEX triplet: A2, 1B and 79. RGB value is (162,27,121). Sum of RGB (Red+Green+Blue) = 162+27+121=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B79 is #5DE486. Grayscale: #4D4D4D. Windows color (decimal): -6153351 or 7936930. OLE color: 7936930.
HSL color Cylindrical-coordinate representation of color #A21B79: hue angle of 318.22º 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 #A21B79 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 121 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.36 |
| HSL | 318.22º | 0.71% | 0.37% | - |
| HSV(B) | 318.22º | 0.83% | 0.64% | - |
| XYZ | 18.74 | 9.85 | 19 | - |
| YUV | 78.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 121 | 0 | 0.83 | 0.25 | 0.36 | 318.22 | 0.71 | 0.37 |
| Hex | A2 | 1B | 79 | 0 | 53 | 19 | 24 | 13E | 47 | 25 |
| Octal | 242 | 33 | 171 | 0 | 123 | 31 | 44 | 476 | 107 | 45 |
| Binary | 10100010 | 11011 | 1111001 | 0 | 1010011 | 11001 | 100100 | 100111110 | 1000111 | 100101 |
Color Harmonies of #A21B79
Complementary color
Monochromatic Colors of #A21B79
Black with #A21B79
Text Example
Text Example
White with #A21B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B79; }
p { color: rgb(162,27,121); }
H1.HeaderClassName
{
color: #A21B79;
}
.AnyTagClassName
{
color: #A21B79;
}
</style>
background-color css
<style>
a { background-color: #A21B79; }
a { background-color: rgb(162,27,121); }
div.DivClassName
{
background-color: #A21B79;
}
.BgClassName
{
background-color: #A21B79;
}
</style>
border-color css
<style>
span { border-color: #A21B79; }
span { border-color: rgb(162,27,121); }
td.TdClassName
{
border-color: #A21B79;
}
.TagClassName
{
border-color: #A21B79;
}
</style>