Shades of Dark Purple #A1248D
Tints of Dark Purple #A1248D
RGB
CMYK
RGB Variations
Color information
#A1248D (or 0xA1248D) is known color: Dark Purple. HEX triplet: A1, 24 and 8D. RGB value is (161,36,141). Sum of RGB (Red+Green+Blue) = 161+36+141=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1248D is #5EDB72. Grayscale: #555555. Windows color (decimal): -6216563 or 9249953. OLE color: 9249953.
HSL color Cylindrical-coordinate representation of color #A1248D: hue angle of 309.6º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1248D is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 141 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.37 |
| HSL | 309.6º | 0.63% | 0.39% | - |
| HSV(B) | 309.6º | 0.78% | 0.63% | - |
| XYZ | 20.14 | 10.76 | 26.22 | - |
| YUV | 85.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 141 | 0 | 0.78 | 0.12 | 0.37 | 309.6 | 0.63 | 0.39 |
| Hex | A1 | 24 | 8D | 0 | 4E | C | 25 | 136 | 3F | 27 |
| Octal | 241 | 44 | 215 | 0 | 116 | 14 | 45 | 466 | 77 | 47 |
| Binary | 10100001 | 100100 | 10001101 | 0 | 1001110 | 1100 | 100101 | 100110110 | 111111 | 100111 |
Color Harmonies of #A1248D
Complementary color
Monochromatic Colors of #A1248D
Black with #A1248D
Text Example
Text Example
White with #A1248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1248D; }
p { color: rgb(161,36,141); }
H1.HeaderClassName
{
color: #A1248D;
}
.AnyTagClassName
{
color: #A1248D;
}
</style>
background-color css
<style>
a { background-color: #A1248D; }
a { background-color: rgb(161,36,141); }
div.DivClassName
{
background-color: #A1248D;
}
.BgClassName
{
background-color: #A1248D;
}
</style>
border-color css
<style>
span { border-color: #A1248D; }
span { border-color: rgb(161,36,141); }
td.TdClassName
{
border-color: #A1248D;
}
.TagClassName
{
border-color: #A1248D;
}
</style>