Shades of Dark Purple #A21E79
Tints of Dark Purple #A21E79
RGB
CMYK
RGB Variations
Color information
#A21E79 (or 0xA21E79) is known color: Dark Purple. HEX triplet: A2, 1E and 79. RGB value is (162,30,121). Sum of RGB (Red+Green+Blue) = 162+30+121=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E79 is #5DE186. Grayscale: #4F4F4F. Windows color (decimal): -6152583 or 7937698. OLE color: 7937698.
HSL color Cylindrical-coordinate representation of color #A21E79: hue angle of 318.64º degrees, saturation: 0.69, 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 #A21E79 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 121 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.36 |
| HSL | 318.64º | 0.69% | 0.38% | - |
| HSV(B) | 318.64º | 0.81% | 0.64% | - |
| XYZ | 18.82 | 9.99 | 19.03 | - |
| YUV | 79.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 121 | 0 | 0.81 | 0.25 | 0.36 | 318.64 | 0.69 | 0.38 |
| Hex | A2 | 1E | 79 | 0 | 51 | 19 | 24 | 13F | 45 | 26 |
| Octal | 242 | 36 | 171 | 0 | 121 | 31 | 44 | 477 | 105 | 46 |
| Binary | 10100010 | 11110 | 1111001 | 0 | 1010001 | 11001 | 100100 | 100111111 | 1000101 | 100110 |
Color Harmonies of #A21E79
Complementary color
Monochromatic Colors of #A21E79
Black with #A21E79
Text Example
Text Example
White with #A21E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E79; }
p { color: rgb(162,30,121); }
H1.HeaderClassName
{
color: #A21E79;
}
.AnyTagClassName
{
color: #A21E79;
}
</style>
background-color css
<style>
a { background-color: #A21E79; }
a { background-color: rgb(162,30,121); }
div.DivClassName
{
background-color: #A21E79;
}
.BgClassName
{
background-color: #A21E79;
}
</style>
border-color css
<style>
span { border-color: #A21E79; }
span { border-color: rgb(162,30,121); }
td.TdClassName
{
border-color: #A21E79;
}
.TagClassName
{
border-color: #A21E79;
}
</style>