Shades of Dark Purple #A21E89
Tints of Dark Purple #A21E89
RGB
CMYK
RGB Variations
Color information
#A21E89 (or 0xA21E89) is known color: Dark Purple. HEX triplet: A2, 1E and 89. RGB value is (162,30,137). Sum of RGB (Red+Green+Blue) = 162+30+137=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21E89 is #5DE176. Grayscale: #515151. Windows color (decimal): -6152567 or 8986274. OLE color: 8986274.
HSL color Cylindrical-coordinate representation of color #A21E89: hue angle of 311.36º 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 #A21E89 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 137 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.36 |
| HSL | 311.36º | 0.69% | 0.38% | - |
| HSV(B) | 311.36º | 0.81% | 0.64% | - |
| XYZ | 19.88 | 10.42 | 24.63 | - |
| YUV | 81.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 137 | 0 | 0.81 | 0.15 | 0.36 | 311.36 | 0.69 | 0.38 |
| Hex | A2 | 1E | 89 | 0 | 51 | F | 24 | 137 | 45 | 26 |
| Octal | 242 | 36 | 211 | 0 | 121 | 17 | 44 | 467 | 105 | 46 |
| Binary | 10100010 | 11110 | 10001001 | 0 | 1010001 | 1111 | 100100 | 100110111 | 1000101 | 100110 |
Color Harmonies of #A21E89
Complementary color
Monochromatic Colors of #A21E89
Black with #A21E89
Text Example
Text Example
White with #A21E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E89; }
p { color: rgb(162,30,137); }
H1.HeaderClassName
{
color: #A21E89;
}
.AnyTagClassName
{
color: #A21E89;
}
</style>
background-color css
<style>
a { background-color: #A21E89; }
a { background-color: rgb(162,30,137); }
div.DivClassName
{
background-color: #A21E89;
}
.BgClassName
{
background-color: #A21E89;
}
</style>
border-color css
<style>
span { border-color: #A21E89; }
span { border-color: rgb(162,30,137); }
td.TdClassName
{
border-color: #A21E89;
}
.TagClassName
{
border-color: #A21E89;
}
</style>