Shades of Dark Purple #A1208D
Tints of Dark Purple #A1208D
RGB
CMYK
RGB Variations
Color information
#A1208D (or 0xA1208D) is known color: Dark Purple. HEX triplet: A1, 20 and 8D. RGB value is (161,32,141). Sum of RGB (Red+Green+Blue) = 161+32+141=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A1208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1208D is #5EDF72. Grayscale: #525252. Windows color (decimal): -6217587 or 9248929. OLE color: 9248929.
HSL color Cylindrical-coordinate representation of color #A1208D: hue angle of 309.3º degrees, saturation: 0.67, 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 #A1208D is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 141 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.37 |
| HSL | 309.3º | 0.67% | 0.38% | - |
| HSV(B) | 309.3º | 0.8% | 0.63% | - |
| XYZ | 20.02 | 10.53 | 26.18 | - |
| YUV | 83 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 141 | 0 | 0.80 | 0.12 | 0.37 | 309.3 | 0.67 | 0.38 |
| Hex | A1 | 20 | 8D | 0 | 50 | C | 25 | 135 | 43 | 26 |
| Octal | 241 | 40 | 215 | 0 | 120 | 14 | 45 | 465 | 103 | 46 |
| Binary | 10100001 | 100000 | 10001101 | 0 | 1010000 | 1100 | 100101 | 100110101 | 1000011 | 100110 |
Color Harmonies of #A1208D
Complementary color
Monochromatic Colors of #A1208D
Black with #A1208D
Text Example
Text Example
White with #A1208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1208D; }
p { color: rgb(161,32,141); }
H1.HeaderClassName
{
color: #A1208D;
}
.AnyTagClassName
{
color: #A1208D;
}
</style>
background-color css
<style>
a { background-color: #A1208D; }
a { background-color: rgb(161,32,141); }
div.DivClassName
{
background-color: #A1208D;
}
.BgClassName
{
background-color: #A1208D;
}
</style>
border-color css
<style>
span { border-color: #A1208D; }
span { border-color: rgb(161,32,141); }
td.TdClassName
{
border-color: #A1208D;
}
.TagClassName
{
border-color: #A1208D;
}
</style>