Shades of Dark Purple #A21A7E
Tints of Dark Purple #A21A7E
RGB
CMYK
RGB Variations
Color information
#A21A7E (or 0xA21A7E) is known color: Dark Purple. HEX triplet: A2, 1A and 7E. RGB value is (162,26,126). Sum of RGB (Red+Green+Blue) = 162+26+126=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7E is #5DE581. Grayscale: #4D4D4D. Windows color (decimal): -6153602 or 8264354. OLE color: 8264354.
HSL color Cylindrical-coordinate representation of color #A21A7E: hue angle of 315.88º 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 #A21A7E is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 126 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.36 |
| HSL | 315.88º | 0.72% | 0.37% | - |
| HSV(B) | 315.88º | 0.84% | 0.64% | - |
| XYZ | 19.04 | 9.93 | 20.65 | - |
| YUV | 78.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 126 | 0 | 0.84 | 0.22 | 0.36 | 315.88 | 0.72 | 0.37 |
| Hex | A2 | 1A | 7E | 0 | 54 | 16 | 24 | 13C | 48 | 25 |
| Octal | 242 | 32 | 176 | 0 | 124 | 26 | 44 | 474 | 110 | 45 |
| Binary | 10100010 | 11010 | 1111110 | 0 | 1010100 | 10110 | 100100 | 100111100 | 1001000 | 100101 |
Color Harmonies of #A21A7E
Complementary color
Monochromatic Colors of #A21A7E
Black with #A21A7E
Text Example
Text Example
White with #A21A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A7E; }
p { color: rgb(162,26,126); }
H1.HeaderClassName
{
color: #A21A7E;
}
.AnyTagClassName
{
color: #A21A7E;
}
</style>
background-color css
<style>
a { background-color: #A21A7E; }
a { background-color: rgb(162,26,126); }
div.DivClassName
{
background-color: #A21A7E;
}
.BgClassName
{
background-color: #A21A7E;
}
</style>
border-color css
<style>
span { border-color: #A21A7E; }
span { border-color: rgb(162,26,126); }
td.TdClassName
{
border-color: #A21A7E;
}
.TagClassName
{
border-color: #A21A7E;
}
</style>