Shades of Dark Purple #A21F89
Tints of Dark Purple #A21F89
RGB
CMYK
RGB Variations
Color information
#A21F89 (or 0xA21F89) is known color: Dark Purple. HEX triplet: A2, 1F and 89. RGB value is (162,31,137). Sum of RGB (Red+Green+Blue) = 162+31+137=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21F89 is #5DE076. Grayscale: #515151. Windows color (decimal): -6152311 or 8986530. OLE color: 8986530.
HSL color Cylindrical-coordinate representation of color #A21F89: hue angle of 311.45º degrees, saturation: 0.68, 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 #A21F89 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 137 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.36 |
| HSL | 311.45º | 0.68% | 0.38% | - |
| HSV(B) | 311.45º | 0.81% | 0.64% | - |
| XYZ | 19.91 | 10.47 | 24.64 | - |
| YUV | 82.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 137 | 0 | 0.81 | 0.15 | 0.36 | 311.45 | 0.68 | 0.38 |
| Hex | A2 | 1F | 89 | 0 | 51 | F | 24 | 137 | 44 | 26 |
| Octal | 242 | 37 | 211 | 0 | 121 | 17 | 44 | 467 | 104 | 46 |
| Binary | 10100010 | 11111 | 10001001 | 0 | 1010001 | 1111 | 100100 | 100110111 | 1000100 | 100110 |
Color Harmonies of #A21F89
Complementary color
Monochromatic Colors of #A21F89
Black with #A21F89
Text Example
Text Example
White with #A21F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F89; }
p { color: rgb(162,31,137); }
H1.HeaderClassName
{
color: #A21F89;
}
.AnyTagClassName
{
color: #A21F89;
}
</style>
background-color css
<style>
a { background-color: #A21F89; }
a { background-color: rgb(162,31,137); }
div.DivClassName
{
background-color: #A21F89;
}
.BgClassName
{
background-color: #A21F89;
}
</style>
border-color css
<style>
span { border-color: #A21F89; }
span { border-color: rgb(162,31,137); }
td.TdClassName
{
border-color: #A21F89;
}
.TagClassName
{
border-color: #A21F89;
}
</style>