Shades of Dark Purple #A1238D
Tints of Dark Purple #A1238D
RGB
CMYK
RGB Variations
Color information
#A1238D (or 0xA1238D) is known color: Dark Purple. HEX triplet: A1, 23 and 8D. RGB value is (161,35,141). Sum of RGB (Red+Green+Blue) = 161+35+141=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1238D is #5EDC72. Grayscale: #545454. Windows color (decimal): -6216819 or 9249697. OLE color: 9249697.
HSL color Cylindrical-coordinate representation of color #A1238D: hue angle of 309.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1238D is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 141 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.37 |
| HSL | 309.52º | 0.64% | 0.38% | - |
| HSV(B) | 309.52º | 0.78% | 0.63% | - |
| XYZ | 20.11 | 10.7 | 26.21 | - |
| YUV | 84.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 141 | 0 | 0.78 | 0.12 | 0.37 | 309.52 | 0.64 | 0.38 |
| Hex | A1 | 23 | 8D | 0 | 4E | C | 25 | 136 | 40 | 26 |
| Octal | 241 | 43 | 215 | 0 | 116 | 14 | 45 | 466 | 100 | 46 |
| Binary | 10100001 | 100011 | 10001101 | 0 | 1001110 | 1100 | 100101 | 100110110 | 1000000 | 100110 |
Color Harmonies of #A1238D
Complementary color
Monochromatic Colors of #A1238D
Black with #A1238D
Text Example
Text Example
White with #A1238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1238D; }
p { color: rgb(161,35,141); }
H1.HeaderClassName
{
color: #A1238D;
}
.AnyTagClassName
{
color: #A1238D;
}
</style>
background-color css
<style>
a { background-color: #A1238D; }
a { background-color: rgb(161,35,141); }
div.DivClassName
{
background-color: #A1238D;
}
.BgClassName
{
background-color: #A1238D;
}
</style>
border-color css
<style>
span { border-color: #A1238D; }
span { border-color: rgb(161,35,141); }
td.TdClassName
{
border-color: #A1238D;
}
.TagClassName
{
border-color: #A1238D;
}
</style>