Shades of Dark Purple #A11A7B
Tints of Dark Purple #A11A7B
RGB
CMYK
RGB Variations
Color information
#A11A7B (or 0xA11A7B) is known color: Dark Purple. HEX triplet: A1, 1A and 7B. RGB value is (161,26,123). Sum of RGB (Red+Green+Blue) = 161+26+123=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A7B is #5EE584. Grayscale: #4D4D4D. Windows color (decimal): -6219141 or 8067745. OLE color: 8067745.
HSL color Cylindrical-coordinate representation of color #A11A7B: hue angle of 316.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A7B is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 123 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.37 |
| HSL | 316.89º | 0.72% | 0.37% | - |
| HSV(B) | 316.89º | 0.84% | 0.63% | - |
| XYZ | 18.64 | 9.75 | 19.64 | - |
| YUV | 77.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 123 | 0 | 0.84 | 0.24 | 0.37 | 316.89 | 0.72 | 0.37 |
| Hex | A1 | 1A | 7B | 0 | 54 | 18 | 25 | 13D | 48 | 25 |
| Octal | 241 | 32 | 173 | 0 | 124 | 30 | 45 | 475 | 110 | 45 |
| Binary | 10100001 | 11010 | 1111011 | 0 | 1010100 | 11000 | 100101 | 100111101 | 1001000 | 100101 |
Color Harmonies of #A11A7B
Complementary color
Monochromatic Colors of #A11A7B
Black with #A11A7B
Text Example
Text Example
White with #A11A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A7B; }
p { color: rgb(161,26,123); }
H1.HeaderClassName
{
color: #A11A7B;
}
.AnyTagClassName
{
color: #A11A7B;
}
</style>
background-color css
<style>
a { background-color: #A11A7B; }
a { background-color: rgb(161,26,123); }
div.DivClassName
{
background-color: #A11A7B;
}
.BgClassName
{
background-color: #A11A7B;
}
</style>
border-color css
<style>
span { border-color: #A11A7B; }
span { border-color: rgb(161,26,123); }
td.TdClassName
{
border-color: #A11A7B;
}
.TagClassName
{
border-color: #A11A7B;
}
</style>