Shades of Dark Purple #A21B82
Tints of Dark Purple #A21B82
RGB
CMYK
RGB Variations
Color information
#A21B82 (or 0xA21B82) is known color: Dark Purple. HEX triplet: A2, 1B and 82. RGB value is (162,27,130). Sum of RGB (Red+Green+Blue) = 162+27+130=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B82 is #5DE47D. Grayscale: #4E4E4E. Windows color (decimal): -6153342 or 8526754. OLE color: 8526754.
HSL color Cylindrical-coordinate representation of color #A21B82: hue angle of 314.22º 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 #A21B82 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 130 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.36 |
| HSL | 314.22º | 0.71% | 0.37% | - |
| HSV(B) | 314.22º | 0.83% | 0.64% | - |
| XYZ | 19.32 | 10.08 | 22.05 | - |
| YUV | 79.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 130 | 0 | 0.83 | 0.20 | 0.36 | 314.22 | 0.71 | 0.37 |
| Hex | A2 | 1B | 82 | 0 | 53 | 14 | 24 | 13A | 47 | 25 |
| Octal | 242 | 33 | 202 | 0 | 123 | 24 | 44 | 472 | 107 | 45 |
| Binary | 10100010 | 11011 | 10000010 | 0 | 1010011 | 10100 | 100100 | 100111010 | 1000111 | 100101 |
Color Harmonies of #A21B82
Complementary color
Monochromatic Colors of #A21B82
Black with #A21B82
Text Example
Text Example
White with #A21B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B82; }
p { color: rgb(162,27,130); }
H1.HeaderClassName
{
color: #A21B82;
}
.AnyTagClassName
{
color: #A21B82;
}
</style>
background-color css
<style>
a { background-color: #A21B82; }
a { background-color: rgb(162,27,130); }
div.DivClassName
{
background-color: #A21B82;
}
.BgClassName
{
background-color: #A21B82;
}
</style>
border-color css
<style>
span { border-color: #A21B82; }
span { border-color: rgb(162,27,130); }
td.TdClassName
{
border-color: #A21B82;
}
.TagClassName
{
border-color: #A21B82;
}
</style>