Shades of Dark Purple #A21E7B
Tints of Dark Purple #A21E7B
RGB
CMYK
RGB Variations
Color information
#A21E7B (or 0xA21E7B) is known color: Dark Purple. HEX triplet: A2, 1E and 7B. RGB value is (162,30,123). Sum of RGB (Red+Green+Blue) = 162+30+123=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21E7B is #5DE184. Grayscale: #4F4F4F. Windows color (decimal): -6152581 or 8068770. OLE color: 8068770.
HSL color Cylindrical-coordinate representation of color #A21E7B: hue angle of 317.73º degrees, saturation: 0.69, 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 #A21E7B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 123 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.36 |
| HSL | 317.73º | 0.69% | 0.38% | - |
| HSV(B) | 317.73º | 0.81% | 0.64% | - |
| XYZ | 18.94 | 10.04 | 19.68 | - |
| YUV | 80.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 123 | 0 | 0.81 | 0.24 | 0.36 | 317.73 | 0.69 | 0.38 |
| Hex | A2 | 1E | 7B | 0 | 51 | 18 | 24 | 13E | 45 | 26 |
| Octal | 242 | 36 | 173 | 0 | 121 | 30 | 44 | 476 | 105 | 46 |
| Binary | 10100010 | 11110 | 1111011 | 0 | 1010001 | 11000 | 100100 | 100111110 | 1000101 | 100110 |
Color Harmonies of #A21E7B
Complementary color
Monochromatic Colors of #A21E7B
Black with #A21E7B
Text Example
Text Example
White with #A21E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E7B; }
p { color: rgb(162,30,123); }
H1.HeaderClassName
{
color: #A21E7B;
}
.AnyTagClassName
{
color: #A21E7B;
}
</style>
background-color css
<style>
a { background-color: #A21E7B; }
a { background-color: rgb(162,30,123); }
div.DivClassName
{
background-color: #A21E7B;
}
.BgClassName
{
background-color: #A21E7B;
}
</style>
border-color css
<style>
span { border-color: #A21E7B; }
span { border-color: rgb(162,30,123); }
td.TdClassName
{
border-color: #A21E7B;
}
.TagClassName
{
border-color: #A21E7B;
}
</style>