Shades of Dark Purple #A21A8A
Tints of Dark Purple #A21A8A
RGB
CMYK
RGB Variations
Color information
#A21A8A (or 0xA21A8A) is known color: Dark Purple. HEX triplet: A2, 1A and 8A. RGB value is (162,26,138). Sum of RGB (Red+Green+Blue) = 162+26+138=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A8A is #5DE575. Grayscale: #4F4F4F. Windows color (decimal): -6153590 or 9050786. OLE color: 9050786.
HSL color Cylindrical-coordinate representation of color #A21A8A: hue angle of 310.59º 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 #A21A8A is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 138 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.36 |
| HSL | 310.59º | 0.72% | 0.37% | - |
| HSV(B) | 310.59º | 0.84% | 0.64% | - |
| XYZ | 19.86 | 10.26 | 24.98 | - |
| YUV | 79.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 138 | 0 | 0.84 | 0.15 | 0.36 | 310.59 | 0.72 | 0.37 |
| Hex | A2 | 1A | 8A | 0 | 54 | F | 24 | 137 | 48 | 25 |
| Octal | 242 | 32 | 212 | 0 | 124 | 17 | 44 | 467 | 110 | 45 |
| Binary | 10100010 | 11010 | 10001010 | 0 | 1010100 | 1111 | 100100 | 100110111 | 1001000 | 100101 |
Color Harmonies of #A21A8A
Complementary color
Monochromatic Colors of #A21A8A
Black with #A21A8A
Text Example
Text Example
White with #A21A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A8A; }
p { color: rgb(162,26,138); }
H1.HeaderClassName
{
color: #A21A8A;
}
.AnyTagClassName
{
color: #A21A8A;
}
</style>
background-color css
<style>
a { background-color: #A21A8A; }
a { background-color: rgb(162,26,138); }
div.DivClassName
{
background-color: #A21A8A;
}
.BgClassName
{
background-color: #A21A8A;
}
</style>
border-color css
<style>
span { border-color: #A21A8A; }
span { border-color: rgb(162,26,138); }
td.TdClassName
{
border-color: #A21A8A;
}
.TagClassName
{
border-color: #A21A8A;
}
</style>