Shades of Dark Purple #A1177F
Tints of Dark Purple #A1177F
RGB
CMYK
RGB Variations
Color information
#A1177F (or 0xA1177F) is known color: Dark Purple. HEX triplet: A1, 17 and 7F. RGB value is (161,23,127). Sum of RGB (Red+Green+Blue) = 161+23+127=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1177F is #5EE880. Grayscale: #4B4B4B. Windows color (decimal): -6219905 or 8329121. OLE color: 8329121.
HSL color Cylindrical-coordinate representation of color #A1177F: hue angle of 314.78º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1177F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 127 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.37 |
| HSL | 314.78º | 0.75% | 0.36% | - |
| HSV(B) | 314.78º | 0.86% | 0.63% | - |
| XYZ | 18.84 | 9.72 | 20.96 | - |
| YUV | 76.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 127 | 0 | 0.86 | 0.21 | 0.37 | 314.78 | 0.75 | 0.36 |
| Hex | A1 | 17 | 7F | 0 | 56 | 15 | 25 | 13B | 4B | 24 |
| Octal | 241 | 27 | 177 | 0 | 126 | 25 | 45 | 473 | 113 | 44 |
| Binary | 10100001 | 10111 | 1111111 | 0 | 1010110 | 10101 | 100101 | 100111011 | 1001011 | 100100 |
Color Harmonies of #A1177F
Complementary color
Monochromatic Colors of #A1177F
Black with #A1177F
Text Example
Text Example
White with #A1177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1177F; }
p { color: rgb(161,23,127); }
H1.HeaderClassName
{
color: #A1177F;
}
.AnyTagClassName
{
color: #A1177F;
}
</style>
background-color css
<style>
a { background-color: #A1177F; }
a { background-color: rgb(161,23,127); }
div.DivClassName
{
background-color: #A1177F;
}
.BgClassName
{
background-color: #A1177F;
}
</style>
border-color css
<style>
span { border-color: #A1177F; }
span { border-color: rgb(161,23,127); }
td.TdClassName
{
border-color: #A1177F;
}
.TagClassName
{
border-color: #A1177F;
}
</style>