Shades of Dark Purple #A1258D
Tints of Dark Purple #A1258D
RGB
CMYK
RGB Variations
Color information
#A1258D (or 0xA1258D) is known color: Dark Purple. HEX triplet: A1, 25 and 8D. RGB value is (161,37,141). Sum of RGB (Red+Green+Blue) = 161+37+141=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1258D is #5EDA72. Grayscale: #555555. Windows color (decimal): -6216307 or 9250209. OLE color: 9250209.
HSL color Cylindrical-coordinate representation of color #A1258D: hue angle of 309.68º 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 #A1258D is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 141 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.37 |
| HSL | 309.68º | 0.63% | 0.39% | - |
| HSV(B) | 309.68º | 0.77% | 0.63% | - |
| XYZ | 20.17 | 10.82 | 26.23 | - |
| YUV | 85.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 141 | 0 | 0.77 | 0.12 | 0.37 | 309.68 | 0.63 | 0.39 |
| Hex | A1 | 25 | 8D | 0 | 4D | C | 25 | 136 | 3F | 27 |
| Octal | 241 | 45 | 215 | 0 | 115 | 14 | 45 | 466 | 77 | 47 |
| Binary | 10100001 | 100101 | 10001101 | 0 | 1001101 | 1100 | 100101 | 100110110 | 111111 | 100111 |
Color Harmonies of #A1258D
Complementary color
Monochromatic Colors of #A1258D
Black with #A1258D
Text Example
Text Example
White with #A1258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1258D; }
p { color: rgb(161,37,141); }
H1.HeaderClassName
{
color: #A1258D;
}
.AnyTagClassName
{
color: #A1258D;
}
</style>
background-color css
<style>
a { background-color: #A1258D; }
a { background-color: rgb(161,37,141); }
div.DivClassName
{
background-color: #A1258D;
}
.BgClassName
{
background-color: #A1258D;
}
</style>
border-color css
<style>
span { border-color: #A1258D; }
span { border-color: rgb(161,37,141); }
td.TdClassName
{
border-color: #A1258D;
}
.TagClassName
{
border-color: #A1258D;
}
</style>