Shades of Dark Purple #A21F7B
Tints of Dark Purple #A21F7B
RGB
CMYK
RGB Variations
Color information
#A21F7B (or 0xA21F7B) is known color: Dark Purple. HEX triplet: A2, 1F and 7B. RGB value is (162,31,123). Sum of RGB (Red+Green+Blue) = 162+31+123=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F7B is #5DE084. Grayscale: #505050. Windows color (decimal): -6152325 or 8069026. OLE color: 8069026.
HSL color Cylindrical-coordinate representation of color #A21F7B: hue angle of 317.86º 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 #A21F7B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 123 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.36 |
| HSL | 317.86º | 0.68% | 0.38% | - |
| HSV(B) | 317.86º | 0.81% | 0.64% | - |
| XYZ | 18.97 | 10.09 | 19.69 | - |
| YUV | 80.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 123 | 0 | 0.81 | 0.24 | 0.36 | 317.86 | 0.68 | 0.38 |
| Hex | A2 | 1F | 7B | 0 | 51 | 18 | 24 | 13E | 44 | 26 |
| Octal | 242 | 37 | 173 | 0 | 121 | 30 | 44 | 476 | 104 | 46 |
| Binary | 10100010 | 11111 | 1111011 | 0 | 1010001 | 11000 | 100100 | 100111110 | 1000100 | 100110 |
Color Harmonies of #A21F7B
Complementary color
Monochromatic Colors of #A21F7B
Black with #A21F7B
Text Example
Text Example
White with #A21F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F7B; }
p { color: rgb(162,31,123); }
H1.HeaderClassName
{
color: #A21F7B;
}
.AnyTagClassName
{
color: #A21F7B;
}
</style>
background-color css
<style>
a { background-color: #A21F7B; }
a { background-color: rgb(162,31,123); }
div.DivClassName
{
background-color: #A21F7B;
}
.BgClassName
{
background-color: #A21F7B;
}
</style>
border-color css
<style>
span { border-color: #A21F7B; }
span { border-color: rgb(162,31,123); }
td.TdClassName
{
border-color: #A21F7B;
}
.TagClassName
{
border-color: #A21F7B;
}
</style>