Shades of Dark Purple #A1167B
Tints of Dark Purple #A1167B
RGB
CMYK
RGB Variations
Color information
#A1167B (or 0xA1167B) is known color: Dark Purple. HEX triplet: A1, 16 and 7B. RGB value is (161,22,123). Sum of RGB (Red+Green+Blue) = 161+22+123=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1167B is #5EE984. Grayscale: #4A4A4A. Windows color (decimal): -6220165 or 8066721. OLE color: 8066721.
HSL color Cylindrical-coordinate representation of color #A1167B: hue angle of 316.4º 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 #A1167B is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 123 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.37 |
| HSL | 316.4º | 0.76% | 0.36% | - |
| HSV(B) | 316.4º | 0.86% | 0.63% | - |
| XYZ | 18.56 | 9.58 | 19.61 | - |
| YUV | 75.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 123 | 0 | 0.86 | 0.24 | 0.37 | 316.4 | 0.76 | 0.36 |
| Hex | A1 | 16 | 7B | 0 | 56 | 18 | 25 | 13C | 4C | 24 |
| Octal | 241 | 26 | 173 | 0 | 126 | 30 | 45 | 474 | 114 | 44 |
| Binary | 10100001 | 10110 | 1111011 | 0 | 1010110 | 11000 | 100101 | 100111100 | 1001100 | 100100 |
Color Harmonies of #A1167B
Complementary color
Monochromatic Colors of #A1167B
Black with #A1167B
Text Example
Text Example
White with #A1167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1167B; }
p { color: rgb(161,22,123); }
H1.HeaderClassName
{
color: #A1167B;
}
.AnyTagClassName
{
color: #A1167B;
}
</style>
background-color css
<style>
a { background-color: #A1167B; }
a { background-color: rgb(161,22,123); }
div.DivClassName
{
background-color: #A1167B;
}
.BgClassName
{
background-color: #A1167B;
}
</style>
border-color css
<style>
span { border-color: #A1167B; }
span { border-color: rgb(161,22,123); }
td.TdClassName
{
border-color: #A1167B;
}
.TagClassName
{
border-color: #A1167B;
}
</style>