Shades of Dark Purple #A1277B
Tints of Dark Purple #A1277B
RGB
CMYK
RGB Variations
Color information
#A1277B (or 0xA1277B) is known color: Dark Purple. HEX triplet: A1, 27 and 7B. RGB value is (161,39,123). Sum of RGB (Red+Green+Blue) = 161+39+123=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1277B is #5ED884. Grayscale: #545454. Windows color (decimal): -6215813 or 8071073. OLE color: 8071073.
HSL color Cylindrical-coordinate representation of color #A1277B: hue angle of 318.69º 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 #A1277B is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 123 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.37 |
| HSL | 318.69º | 0.61% | 0.39% | - |
| HSV(B) | 318.69º | 0.76% | 0.63% | - |
| XYZ | 19 | 10.46 | 19.76 | - |
| YUV | 85.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 123 | 0 | 0.76 | 0.24 | 0.37 | 318.69 | 0.61 | 0.39 |
| Hex | A1 | 27 | 7B | 0 | 4C | 18 | 25 | 13F | 3D | 27 |
| Octal | 241 | 47 | 173 | 0 | 114 | 30 | 45 | 477 | 75 | 47 |
| Binary | 10100001 | 100111 | 1111011 | 0 | 1001100 | 11000 | 100101 | 100111111 | 111101 | 100111 |
Color Harmonies of #A1277B
Complementary color
Monochromatic Colors of #A1277B
Black with #A1277B
Text Example
Text Example
White with #A1277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1277B; }
p { color: rgb(161,39,123); }
H1.HeaderClassName
{
color: #A1277B;
}
.AnyTagClassName
{
color: #A1277B;
}
</style>
background-color css
<style>
a { background-color: #A1277B; }
a { background-color: rgb(161,39,123); }
div.DivClassName
{
background-color: #A1277B;
}
.BgClassName
{
background-color: #A1277B;
}
</style>
border-color css
<style>
span { border-color: #A1277B; }
span { border-color: rgb(161,39,123); }
td.TdClassName
{
border-color: #A1277B;
}
.TagClassName
{
border-color: #A1277B;
}
</style>