Shades of Dark Purple #A21F7D
Tints of Dark Purple #A21F7D
RGB
CMYK
RGB Variations
Color information
#A21F7D (or 0xA21F7D) is known color: Dark Purple. HEX triplet: A2, 1F and 7D. RGB value is (162,31,125). Sum of RGB (Red+Green+Blue) = 162+31+125=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F7D is #5DE082. Grayscale: #505050. Windows color (decimal): -6152323 or 8200098. OLE color: 8200098.
HSL color Cylindrical-coordinate representation of color #A21F7D: hue angle of 316.95º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F7D is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 125 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.36 |
| HSL | 316.95º | 0.68% | 0.38% | - |
| HSV(B) | 316.95º | 0.81% | 0.64% | - |
| XYZ | 19.09 | 10.14 | 20.35 | - |
| YUV | 80.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 125 | 0 | 0.81 | 0.23 | 0.36 | 316.95 | 0.68 | 0.38 |
| Hex | A2 | 1F | 7D | 0 | 51 | 17 | 24 | 13D | 44 | 26 |
| Octal | 242 | 37 | 175 | 0 | 121 | 27 | 44 | 475 | 104 | 46 |
| Binary | 10100010 | 11111 | 1111101 | 0 | 1010001 | 10111 | 100100 | 100111101 | 1000100 | 100110 |
Color Harmonies of #A21F7D
Complementary color
Monochromatic Colors of #A21F7D
Black with #A21F7D
Text Example
Text Example
White with #A21F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F7D; }
p { color: rgb(162,31,125); }
H1.HeaderClassName
{
color: #A21F7D;
}
.AnyTagClassName
{
color: #A21F7D;
}
</style>
background-color css
<style>
a { background-color: #A21F7D; }
a { background-color: rgb(162,31,125); }
div.DivClassName
{
background-color: #A21F7D;
}
.BgClassName
{
background-color: #A21F7D;
}
</style>
border-color css
<style>
span { border-color: #A21F7D; }
span { border-color: rgb(162,31,125); }
td.TdClassName
{
border-color: #A21F7D;
}
.TagClassName
{
border-color: #A21F7D;
}
</style>