Shades of Dark Purple #A1218B
Tints of Dark Purple #A1218B
RGB
CMYK
RGB Variations
Color information
#A1218B (or 0xA1218B) is known color: Dark Purple. HEX triplet: A1, 21 and 8B. RGB value is (161,33,139). Sum of RGB (Red+Green+Blue) = 161+33+139=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1218B is #5EDE74. Grayscale: #535353. Windows color (decimal): -6217333 or 9118113. OLE color: 9118113.
HSL color Cylindrical-coordinate representation of color #A1218B: hue angle of 310.31º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1218B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 139 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.37 |
| HSL | 310.31º | 0.66% | 0.38% | - |
| HSV(B) | 310.31º | 0.8% | 0.63% | - |
| XYZ | 19.9 | 10.53 | 25.41 | - |
| YUV | 83.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 139 | 0 | 0.80 | 0.14 | 0.37 | 310.31 | 0.66 | 0.38 |
| Hex | A1 | 21 | 8B | 0 | 50 | E | 25 | 136 | 42 | 26 |
| Octal | 241 | 41 | 213 | 0 | 120 | 16 | 45 | 466 | 102 | 46 |
| Binary | 10100001 | 100001 | 10001011 | 0 | 1010000 | 1110 | 100101 | 100110110 | 1000010 | 100110 |
Color Harmonies of #A1218B
Complementary color
Monochromatic Colors of #A1218B
Black with #A1218B
Text Example
Text Example
White with #A1218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1218B; }
p { color: rgb(161,33,139); }
H1.HeaderClassName
{
color: #A1218B;
}
.AnyTagClassName
{
color: #A1218B;
}
</style>
background-color css
<style>
a { background-color: #A1218B; }
a { background-color: rgb(161,33,139); }
div.DivClassName
{
background-color: #A1218B;
}
.BgClassName
{
background-color: #A1218B;
}
</style>
border-color css
<style>
span { border-color: #A1218B; }
span { border-color: rgb(161,33,139); }
td.TdClassName
{
border-color: #A1218B;
}
.TagClassName
{
border-color: #A1218B;
}
</style>