Shades of Dark Purple #A21E92
Tints of Dark Purple #A21E92
RGB
CMYK
RGB Variations
Color information
#A21E92 (or 0xA21E92) is known color: Dark Purple. HEX triplet: A2, 1E and 92. RGB value is (162,30,146). Sum of RGB (Red+Green+Blue) = 162+30+146=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E92 is #5DE16D. Grayscale: #525252. Windows color (decimal): -6152558 or 9576098. OLE color: 9576098.
HSL color Cylindrical-coordinate representation of color #A21E92: hue angle of 307.27º 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 #A21E92 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 146 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.36 |
| HSL | 307.27º | 0.69% | 0.38% | - |
| HSV(B) | 307.27º | 0.81% | 0.64% | - |
| XYZ | 20.55 | 10.69 | 28.17 | - |
| YUV | 82.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 146 | 0 | 0.81 | 0.10 | 0.36 | 307.27 | 0.69 | 0.38 |
| Hex | A2 | 1E | 92 | 0 | 51 | A | 24 | 133 | 45 | 26 |
| Octal | 242 | 36 | 222 | 0 | 121 | 12 | 44 | 463 | 105 | 46 |
| Binary | 10100010 | 11110 | 10010010 | 0 | 1010001 | 1010 | 100100 | 100110011 | 1000101 | 100110 |
Color Harmonies of #A21E92
Complementary color
Monochromatic Colors of #A21E92
Black with #A21E92
Text Example
Text Example
White with #A21E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E92; }
p { color: rgb(162,30,146); }
H1.HeaderClassName
{
color: #A21E92;
}
.AnyTagClassName
{
color: #A21E92;
}
</style>
background-color css
<style>
a { background-color: #A21E92; }
a { background-color: rgb(162,30,146); }
div.DivClassName
{
background-color: #A21E92;
}
.BgClassName
{
background-color: #A21E92;
}
</style>
border-color css
<style>
span { border-color: #A21E92; }
span { border-color: rgb(162,30,146); }
td.TdClassName
{
border-color: #A21E92;
}
.TagClassName
{
border-color: #A21E92;
}
</style>