Shades of Dark Purple #A1258C
Tints of Dark Purple #A1258C
RGB
CMYK
RGB Variations
Color information
#A1258C (or 0xA1258C) is known color: Dark Purple. HEX triplet: A1, 25 and 8C. RGB value is (161,37,140). Sum of RGB (Red+Green+Blue) = 161+37+140=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1258C is #5EDA73. Grayscale: #555555. Windows color (decimal): -6216308 or 9184673. OLE color: 9184673.
HSL color Cylindrical-coordinate representation of color #A1258C: hue angle of 310.16º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1258C is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 140 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.37 |
| HSL | 310.16º | 0.63% | 0.39% | - |
| HSV(B) | 310.16º | 0.77% | 0.63% | - |
| XYZ | 20.09 | 10.79 | 25.84 | - |
| YUV | 85.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 140 | 0 | 0.77 | 0.13 | 0.37 | 310.16 | 0.63 | 0.39 |
| Hex | A1 | 25 | 8C | 0 | 4D | D | 25 | 136 | 3F | 27 |
| Octal | 241 | 45 | 214 | 0 | 115 | 15 | 45 | 466 | 77 | 47 |
| Binary | 10100001 | 100101 | 10001100 | 0 | 1001101 | 1101 | 100101 | 100110110 | 111111 | 100111 |
Color Harmonies of #A1258C
Complementary color
Monochromatic Colors of #A1258C
Black with #A1258C
Text Example
Text Example
White with #A1258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1258C; }
p { color: rgb(161,37,140); }
H1.HeaderClassName
{
color: #A1258C;
}
.AnyTagClassName
{
color: #A1258C;
}
</style>
background-color css
<style>
a { background-color: #A1258C; }
a { background-color: rgb(161,37,140); }
div.DivClassName
{
background-color: #A1258C;
}
.BgClassName
{
background-color: #A1258C;
}
</style>
border-color css
<style>
span { border-color: #A1258C; }
span { border-color: rgb(161,37,140); }
td.TdClassName
{
border-color: #A1258C;
}
.TagClassName
{
border-color: #A1258C;
}
</style>