Shades of Dark Purple #A21A82
Tints of Dark Purple #A21A82
RGB
CMYK
RGB Variations
Color information
#A21A82 (or 0xA21A82) is known color: Dark Purple. HEX triplet: A2, 1A and 82. RGB value is (162,26,130). Sum of RGB (Red+Green+Blue) = 162+26+130=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A82 is #5DE57D. Grayscale: #4E4E4E. Windows color (decimal): -6153598 or 8526498. OLE color: 8526498.
HSL color Cylindrical-coordinate representation of color #A21A82: hue angle of 314.12º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A82 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 130 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.36 |
| HSL | 314.12º | 0.72% | 0.37% | - |
| HSV(B) | 314.12º | 0.84% | 0.64% | - |
| XYZ | 19.3 | 10.03 | 22.04 | - |
| YUV | 78.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 130 | 0 | 0.84 | 0.20 | 0.36 | 314.12 | 0.72 | 0.37 |
| Hex | A2 | 1A | 82 | 0 | 54 | 14 | 24 | 13A | 48 | 25 |
| Octal | 242 | 32 | 202 | 0 | 124 | 24 | 44 | 472 | 110 | 45 |
| Binary | 10100010 | 11010 | 10000010 | 0 | 1010100 | 10100 | 100100 | 100111010 | 1001000 | 100101 |
Color Harmonies of #A21A82
Complementary color
Monochromatic Colors of #A21A82
Black with #A21A82
Text Example
Text Example
White with #A21A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A82; }
p { color: rgb(162,26,130); }
H1.HeaderClassName
{
color: #A21A82;
}
.AnyTagClassName
{
color: #A21A82;
}
</style>
background-color css
<style>
a { background-color: #A21A82; }
a { background-color: rgb(162,26,130); }
div.DivClassName
{
background-color: #A21A82;
}
.BgClassName
{
background-color: #A21A82;
}
</style>
border-color css
<style>
span { border-color: #A21A82; }
span { border-color: rgb(162,26,130); }
td.TdClassName
{
border-color: #A21A82;
}
.TagClassName
{
border-color: #A21A82;
}
</style>