Shades of Dark Purple #A21B84
Tints of Dark Purple #A21B84
RGB
CMYK
RGB Variations
Color information
#A21B84 (or 0xA21B84) is known color: Dark Purple. HEX triplet: A2, 1B and 84. RGB value is (162,27,132). Sum of RGB (Red+Green+Blue) = 162+27+132=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B84 is #5DE47B. Grayscale: #4F4F4F. Windows color (decimal): -6153340 or 8657826. OLE color: 8657826.
HSL color Cylindrical-coordinate representation of color #A21B84: hue angle of 313.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B84 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 132 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.36 |
| HSL | 313.33º | 0.71% | 0.37% | - |
| HSV(B) | 313.33º | 0.83% | 0.64% | - |
| XYZ | 19.46 | 10.13 | 22.76 | - |
| YUV | 79.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 132 | 0 | 0.83 | 0.19 | 0.36 | 313.33 | 0.71 | 0.37 |
| Hex | A2 | 1B | 84 | 0 | 53 | 13 | 24 | 139 | 47 | 25 |
| Octal | 242 | 33 | 204 | 0 | 123 | 23 | 44 | 471 | 107 | 45 |
| Binary | 10100010 | 11011 | 10000100 | 0 | 1010011 | 10011 | 100100 | 100111001 | 1000111 | 100101 |
Color Harmonies of #A21B84
Complementary color
Monochromatic Colors of #A21B84
Black with #A21B84
Text Example
Text Example
White with #A21B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B84; }
p { color: rgb(162,27,132); }
H1.HeaderClassName
{
color: #A21B84;
}
.AnyTagClassName
{
color: #A21B84;
}
</style>
background-color css
<style>
a { background-color: #A21B84; }
a { background-color: rgb(162,27,132); }
div.DivClassName
{
background-color: #A21B84;
}
.BgClassName
{
background-color: #A21B84;
}
</style>
border-color css
<style>
span { border-color: #A21B84; }
span { border-color: rgb(162,27,132); }
td.TdClassName
{
border-color: #A21B84;
}
.TagClassName
{
border-color: #A21B84;
}
</style>