Shades of Dark Purple #A1208B
Tints of Dark Purple #A1208B
RGB
CMYK
RGB Variations
Color information
#A1208B (or 0xA1208B) is known color: Dark Purple. HEX triplet: A1, 20 and 8B. RGB value is (161,32,139). Sum of RGB (Red+Green+Blue) = 161+32+139=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1208B is #5EDF74. Grayscale: #525252. Windows color (decimal): -6217589 or 9117857. OLE color: 9117857.
HSL color Cylindrical-coordinate representation of color #A1208B: hue angle of 310.23º 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 #A1208B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 139 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.37 |
| HSL | 310.23º | 0.67% | 0.38% | - |
| HSV(B) | 310.23º | 0.8% | 0.63% | - |
| XYZ | 19.87 | 10.47 | 25.4 | - |
| YUV | 82.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 139 | 0 | 0.80 | 0.14 | 0.37 | 310.23 | 0.67 | 0.38 |
| Hex | A1 | 20 | 8B | 0 | 50 | E | 25 | 136 | 43 | 26 |
| Octal | 241 | 40 | 213 | 0 | 120 | 16 | 45 | 466 | 103 | 46 |
| Binary | 10100001 | 100000 | 10001011 | 0 | 1010000 | 1110 | 100101 | 100110110 | 1000011 | 100110 |
Color Harmonies of #A1208B
Complementary color
Monochromatic Colors of #A1208B
Black with #A1208B
Text Example
Text Example
White with #A1208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1208B; }
p { color: rgb(161,32,139); }
H1.HeaderClassName
{
color: #A1208B;
}
.AnyTagClassName
{
color: #A1208B;
}
</style>
background-color css
<style>
a { background-color: #A1208B; }
a { background-color: rgb(161,32,139); }
div.DivClassName
{
background-color: #A1208B;
}
.BgClassName
{
background-color: #A1208B;
}
</style>
border-color css
<style>
span { border-color: #A1208B; }
span { border-color: rgb(161,32,139); }
td.TdClassName
{
border-color: #A1208B;
}
.TagClassName
{
border-color: #A1208B;
}
</style>