Shades of Dark Purple #A1167C
Tints of Dark Purple #A1167C
RGB
CMYK
RGB Variations
Color information
#A1167C (or 0xA1167C) is known color: Dark Purple. HEX triplet: A1, 16 and 7C. RGB value is (161,22,124). Sum of RGB (Red+Green+Blue) = 161+22+124=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1167C is #5EE983. Grayscale: #4A4A4A. Windows color (decimal): -6220164 or 8132257. OLE color: 8132257.
HSL color Cylindrical-coordinate representation of color #A1167C: hue angle of 315.97º degrees, saturation: 0.76, 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 #A1167C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 124 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.37 |
| HSL | 315.97º | 0.76% | 0.36% | - |
| HSV(B) | 315.97º | 0.86% | 0.63% | - |
| XYZ | 18.62 | 9.61 | 19.94 | - |
| YUV | 75.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 124 | 0 | 0.86 | 0.23 | 0.37 | 315.97 | 0.76 | 0.36 |
| Hex | A1 | 16 | 7C | 0 | 56 | 17 | 25 | 13C | 4C | 24 |
| Octal | 241 | 26 | 174 | 0 | 126 | 27 | 45 | 474 | 114 | 44 |
| Binary | 10100001 | 10110 | 1111100 | 0 | 1010110 | 10111 | 100101 | 100111100 | 1001100 | 100100 |
Color Harmonies of #A1167C
Complementary color
Monochromatic Colors of #A1167C
Black with #A1167C
Text Example
Text Example
White with #A1167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1167C; }
p { color: rgb(161,22,124); }
H1.HeaderClassName
{
color: #A1167C;
}
.AnyTagClassName
{
color: #A1167C;
}
</style>
background-color css
<style>
a { background-color: #A1167C; }
a { background-color: rgb(161,22,124); }
div.DivClassName
{
background-color: #A1167C;
}
.BgClassName
{
background-color: #A1167C;
}
</style>
border-color css
<style>
span { border-color: #A1167C; }
span { border-color: rgb(161,22,124); }
td.TdClassName
{
border-color: #A1167C;
}
.TagClassName
{
border-color: #A1167C;
}
</style>