Shades of Dark Purple #A1238C
Tints of Dark Purple #A1238C
RGB
CMYK
RGB Variations
Color information
#A1238C (or 0xA1238C) is known color: Dark Purple. HEX triplet: A1, 23 and 8C. RGB value is (161,35,140). Sum of RGB (Red+Green+Blue) = 161+35+140=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1238C is #5EDC73. Grayscale: #545454. Windows color (decimal): -6216820 or 9184161. OLE color: 9184161.
HSL color Cylindrical-coordinate representation of color #A1238C: hue angle of 310º 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 #A1238C is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 140 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.37 |
| HSL | 310º | 0.64% | 0.38% | - |
| HSV(B) | 310º | 0.78% | 0.63% | - |
| XYZ | 20.03 | 10.67 | 25.82 | - |
| YUV | 84.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 140 | 0 | 0.78 | 0.13 | 0.37 | 310 | 0.64 | 0.38 |
| Hex | A1 | 23 | 8C | 0 | 4E | D | 25 | 136 | 40 | 26 |
| Octal | 241 | 43 | 214 | 0 | 116 | 15 | 45 | 466 | 100 | 46 |
| Binary | 10100001 | 100011 | 10001100 | 0 | 1001110 | 1101 | 100101 | 100110110 | 1000000 | 100110 |
Color Harmonies of #A1238C
Complementary color
Monochromatic Colors of #A1238C
Black with #A1238C
Text Example
Text Example
White with #A1238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1238C; }
p { color: rgb(161,35,140); }
H1.HeaderClassName
{
color: #A1238C;
}
.AnyTagClassName
{
color: #A1238C;
}
</style>
background-color css
<style>
a { background-color: #A1238C; }
a { background-color: rgb(161,35,140); }
div.DivClassName
{
background-color: #A1238C;
}
.BgClassName
{
background-color: #A1238C;
}
</style>
border-color css
<style>
span { border-color: #A1238C; }
span { border-color: rgb(161,35,140); }
td.TdClassName
{
border-color: #A1238C;
}
.TagClassName
{
border-color: #A1238C;
}
</style>