Shades of Dark Purple #A1238B
Tints of Dark Purple #A1238B
RGB
CMYK
RGB Variations
Color information
#A1238B (or 0xA1238B) is known color: Dark Purple. HEX triplet: A1, 23 and 8B. RGB value is (161,35,139). Sum of RGB (Red+Green+Blue) = 161+35+139=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1238B is #5EDC74. Grayscale: #545454. Windows color (decimal): -6216821 or 9118625. OLE color: 9118625.
HSL color Cylindrical-coordinate representation of color #A1238B: hue angle of 310.48º 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 #A1238B is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 139 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.37 |
| HSL | 310.48º | 0.64% | 0.38% | - |
| HSV(B) | 310.48º | 0.78% | 0.63% | - |
| XYZ | 19.96 | 10.64 | 25.43 | - |
| YUV | 84.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 139 | 0 | 0.78 | 0.14 | 0.37 | 310.48 | 0.64 | 0.38 |
| Hex | A1 | 23 | 8B | 0 | 4E | E | 25 | 136 | 40 | 26 |
| Octal | 241 | 43 | 213 | 0 | 116 | 16 | 45 | 466 | 100 | 46 |
| Binary | 10100001 | 100011 | 10001011 | 0 | 1001110 | 1110 | 100101 | 100110110 | 1000000 | 100110 |
Color Harmonies of #A1238B
Complementary color
Monochromatic Colors of #A1238B
Black with #A1238B
Text Example
Text Example
White with #A1238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1238B; }
p { color: rgb(161,35,139); }
H1.HeaderClassName
{
color: #A1238B;
}
.AnyTagClassName
{
color: #A1238B;
}
</style>
background-color css
<style>
a { background-color: #A1238B; }
a { background-color: rgb(161,35,139); }
div.DivClassName
{
background-color: #A1238B;
}
.BgClassName
{
background-color: #A1238B;
}
</style>
border-color css
<style>
span { border-color: #A1238B; }
span { border-color: rgb(161,35,139); }
td.TdClassName
{
border-color: #A1238B;
}
.TagClassName
{
border-color: #A1238B;
}
</style>