Shades of Dark Purple #A21A7C
Tints of Dark Purple #A21A7C
RGB
CMYK
RGB Variations
Color information
#A21A7C (or 0xA21A7C) is known color: Dark Purple. HEX triplet: A2, 1A and 7C. RGB value is (162,26,124). Sum of RGB (Red+Green+Blue) = 162+26+124=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7C is #5DE583. Grayscale: #4D4D4D. Windows color (decimal): -6153604 or 8133282. OLE color: 8133282.
HSL color Cylindrical-coordinate representation of color #A21A7C: hue angle of 316.76º 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 #A21A7C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 124 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.36 |
| HSL | 316.76º | 0.72% | 0.37% | - |
| HSV(B) | 316.76º | 0.84% | 0.64% | - |
| XYZ | 18.91 | 9.88 | 19.98 | - |
| YUV | 77.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 124 | 0 | 0.84 | 0.23 | 0.36 | 316.76 | 0.72 | 0.37 |
| Hex | A2 | 1A | 7C | 0 | 54 | 17 | 24 | 13D | 48 | 25 |
| Octal | 242 | 32 | 174 | 0 | 124 | 27 | 44 | 475 | 110 | 45 |
| Binary | 10100010 | 11010 | 1111100 | 0 | 1010100 | 10111 | 100100 | 100111101 | 1001000 | 100101 |
Color Harmonies of #A21A7C
Complementary color
Monochromatic Colors of #A21A7C
Black with #A21A7C
Text Example
Text Example
White with #A21A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A7C; }
p { color: rgb(162,26,124); }
H1.HeaderClassName
{
color: #A21A7C;
}
.AnyTagClassName
{
color: #A21A7C;
}
</style>
background-color css
<style>
a { background-color: #A21A7C; }
a { background-color: rgb(162,26,124); }
div.DivClassName
{
background-color: #A21A7C;
}
.BgClassName
{
background-color: #A21A7C;
}
</style>
border-color css
<style>
span { border-color: #A21A7C; }
span { border-color: rgb(162,26,124); }
td.TdClassName
{
border-color: #A21A7C;
}
.TagClassName
{
border-color: #A21A7C;
}
</style>