Shades of Dark Purple #A1278C
Tints of Dark Purple #A1278C
RGB
CMYK
RGB Variations
Color information
#A1278C (or 0xA1278C) is known color: Dark Purple. HEX triplet: A1, 27 and 8C. RGB value is (161,39,140). Sum of RGB (Red+Green+Blue) = 161+39+140=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A1278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1278C is #5ED873. Grayscale: #565656. Windows color (decimal): -6215796 or 9185185. OLE color: 9185185.
HSL color Cylindrical-coordinate representation of color #A1278C: hue angle of 310.33º 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 #A1278C is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 140 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.37 |
| HSL | 310.33º | 0.61% | 0.39% | - |
| HSV(B) | 310.33º | 0.76% | 0.63% | - |
| XYZ | 20.16 | 10.92 | 25.86 | - |
| YUV | 86.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 140 | 0 | 0.76 | 0.13 | 0.37 | 310.33 | 0.61 | 0.39 |
| Hex | A1 | 27 | 8C | 0 | 4C | D | 25 | 136 | 3D | 27 |
| Octal | 241 | 47 | 214 | 0 | 114 | 15 | 45 | 466 | 75 | 47 |
| Binary | 10100001 | 100111 | 10001100 | 0 | 1001100 | 1101 | 100101 | 100110110 | 111101 | 100111 |
Color Harmonies of #A1278C
Complementary color
Monochromatic Colors of #A1278C
Black with #A1278C
Text Example
Text Example
White with #A1278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1278C; }
p { color: rgb(161,39,140); }
H1.HeaderClassName
{
color: #A1278C;
}
.AnyTagClassName
{
color: #A1278C;
}
</style>
background-color css
<style>
a { background-color: #A1278C; }
a { background-color: rgb(161,39,140); }
div.DivClassName
{
background-color: #A1278C;
}
.BgClassName
{
background-color: #A1278C;
}
</style>
border-color css
<style>
span { border-color: #A1278C; }
span { border-color: rgb(161,39,140); }
td.TdClassName
{
border-color: #A1278C;
}
.TagClassName
{
border-color: #A1278C;
}
</style>