Shades of Dark Purple #A21E85
Tints of Dark Purple #A21E85
RGB
CMYK
RGB Variations
Color information
#A21E85 (or 0xA21E85) is known color: Dark Purple. HEX triplet: A2, 1E and 85. RGB value is (162,30,133). Sum of RGB (Red+Green+Blue) = 162+30+133=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E85 is #5DE17A. Grayscale: #505050. Windows color (decimal): -6152571 or 8724130. OLE color: 8724130.
HSL color Cylindrical-coordinate representation of color #A21E85: hue angle of 313.18º 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 #A21E85 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 133 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.36 |
| HSL | 313.18º | 0.69% | 0.38% | - |
| HSV(B) | 313.18º | 0.81% | 0.64% | - |
| XYZ | 19.6 | 10.3 | 23.15 | - |
| YUV | 81.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 133 | 0 | 0.81 | 0.18 | 0.36 | 313.18 | 0.69 | 0.38 |
| Hex | A2 | 1E | 85 | 0 | 51 | 12 | 24 | 139 | 45 | 26 |
| Octal | 242 | 36 | 205 | 0 | 121 | 22 | 44 | 471 | 105 | 46 |
| Binary | 10100010 | 11110 | 10000101 | 0 | 1010001 | 10010 | 100100 | 100111001 | 1000101 | 100110 |
Color Harmonies of #A21E85
Complementary color
Monochromatic Colors of #A21E85
Black with #A21E85
Text Example
Text Example
White with #A21E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E85; }
p { color: rgb(162,30,133); }
H1.HeaderClassName
{
color: #A21E85;
}
.AnyTagClassName
{
color: #A21E85;
}
</style>
background-color css
<style>
a { background-color: #A21E85; }
a { background-color: rgb(162,30,133); }
div.DivClassName
{
background-color: #A21E85;
}
.BgClassName
{
background-color: #A21E85;
}
</style>
border-color css
<style>
span { border-color: #A21E85; }
span { border-color: rgb(162,30,133); }
td.TdClassName
{
border-color: #A21E85;
}
.TagClassName
{
border-color: #A21E85;
}
</style>