Shades of Dark Purple #A21D8B
Tints of Dark Purple #A21D8B
RGB
CMYK
RGB Variations
Color information
#A21D8B (or 0xA21D8B) is known color: Dark Purple. HEX triplet: A2, 1D and 8B. RGB value is (162,29,139). Sum of RGB (Red+Green+Blue) = 162+29+139=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21D8B is #5DE274. Grayscale: #515151. Windows color (decimal): -6152821 or 9117090. OLE color: 9117090.
HSL color Cylindrical-coordinate representation of color #A21D8B: hue angle of 310.38º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21D8B is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 139 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.36 |
| HSL | 310.38º | 0.7% | 0.37% | - |
| HSV(B) | 310.38º | 0.82% | 0.64% | - |
| XYZ | 20 | 10.42 | 25.38 | - |
| YUV | 81.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 139 | 0 | 0.82 | 0.14 | 0.36 | 310.38 | 0.7 | 0.37 |
| Hex | A2 | 1D | 8B | 0 | 52 | E | 24 | 136 | 46 | 25 |
| Octal | 242 | 35 | 213 | 0 | 122 | 16 | 44 | 466 | 106 | 45 |
| Binary | 10100010 | 11101 | 10001011 | 0 | 1010010 | 1110 | 100100 | 100110110 | 1000110 | 100101 |
Color Harmonies of #A21D8B
Complementary color
Monochromatic Colors of #A21D8B
Black with #A21D8B
Text Example
Text Example
White with #A21D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D8B; }
p { color: rgb(162,29,139); }
H1.HeaderClassName
{
color: #A21D8B;
}
.AnyTagClassName
{
color: #A21D8B;
}
</style>
background-color css
<style>
a { background-color: #A21D8B; }
a { background-color: rgb(162,29,139); }
div.DivClassName
{
background-color: #A21D8B;
}
.BgClassName
{
background-color: #A21D8B;
}
</style>
border-color css
<style>
span { border-color: #A21D8B; }
span { border-color: rgb(162,29,139); }
td.TdClassName
{
border-color: #A21D8B;
}
.TagClassName
{
border-color: #A21D8B;
}
</style>