Shades of Dark Purple #A1278D
Tints of Dark Purple #A1278D
RGB
CMYK
RGB Variations
Color information
#A1278D (or 0xA1278D) is known color: Dark Purple. HEX triplet: A1, 27 and 8D. RGB value is (161,39,141). Sum of RGB (Red+Green+Blue) = 161+39+141=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1278D is #5ED872. Grayscale: #565656. Windows color (decimal): -6215795 or 9250721. OLE color: 9250721.
HSL color Cylindrical-coordinate representation of color #A1278D: hue angle of 309.84º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1278D is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 141 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.37 |
| HSL | 309.84º | 0.61% | 0.39% | - |
| HSV(B) | 309.84º | 0.76% | 0.63% | - |
| XYZ | 20.23 | 10.95 | 26.25 | - |
| YUV | 87.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 141 | 0 | 0.76 | 0.12 | 0.37 | 309.84 | 0.61 | 0.39 |
| Hex | A1 | 27 | 8D | 0 | 4C | C | 25 | 136 | 3D | 27 |
| Octal | 241 | 47 | 215 | 0 | 114 | 14 | 45 | 466 | 75 | 47 |
| Binary | 10100001 | 100111 | 10001101 | 0 | 1001100 | 1100 | 100101 | 100110110 | 111101 | 100111 |
Color Harmonies of #A1278D
Complementary color
Monochromatic Colors of #A1278D
Black with #A1278D
Text Example
Text Example
White with #A1278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1278D; }
p { color: rgb(161,39,141); }
H1.HeaderClassName
{
color: #A1278D;
}
.AnyTagClassName
{
color: #A1278D;
}
</style>
background-color css
<style>
a { background-color: #A1278D; }
a { background-color: rgb(161,39,141); }
div.DivClassName
{
background-color: #A1278D;
}
.BgClassName
{
background-color: #A1278D;
}
</style>
border-color css
<style>
span { border-color: #A1278D; }
span { border-color: rgb(161,39,141); }
td.TdClassName
{
border-color: #A1278D;
}
.TagClassName
{
border-color: #A1278D;
}
</style>