Shades of Dark Purple #A11F91
Tints of Dark Purple #A11F91
RGB
CMYK
RGB Variations
Color information
#A11F91 (or 0xA11F91) is known color: Dark Purple. HEX triplet: A1, 1F and 91. RGB value is (161,31,145). Sum of RGB (Red+Green+Blue) = 161+31+145=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11F91 is #5EE06E. Grayscale: #525252. Windows color (decimal): -6217839 or 9510817. OLE color: 9510817.
HSL color Cylindrical-coordinate representation of color #A11F91: hue angle of 307.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F91 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 145 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.37 |
| HSL | 307.38º | 0.68% | 0.38% | - |
| HSV(B) | 307.38º | 0.81% | 0.63% | - |
| XYZ | 20.3 | 10.6 | 27.76 | - |
| YUV | 82.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 145 | 0 | 0.81 | 0.10 | 0.37 | 307.38 | 0.68 | 0.38 |
| Hex | A1 | 1F | 91 | 0 | 51 | A | 25 | 133 | 44 | 26 |
| Octal | 241 | 37 | 221 | 0 | 121 | 12 | 45 | 463 | 104 | 46 |
| Binary | 10100001 | 11111 | 10010001 | 0 | 1010001 | 1010 | 100101 | 100110011 | 1000100 | 100110 |
Color Harmonies of #A11F91
Complementary color
Monochromatic Colors of #A11F91
Black with #A11F91
Text Example
Text Example
White with #A11F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F91; }
p { color: rgb(161,31,145); }
H1.HeaderClassName
{
color: #A11F91;
}
.AnyTagClassName
{
color: #A11F91;
}
</style>
background-color css
<style>
a { background-color: #A11F91; }
a { background-color: rgb(161,31,145); }
div.DivClassName
{
background-color: #A11F91;
}
.BgClassName
{
background-color: #A11F91;
}
</style>
border-color css
<style>
span { border-color: #A11F91; }
span { border-color: rgb(161,31,145); }
td.TdClassName
{
border-color: #A11F91;
}
.TagClassName
{
border-color: #A11F91;
}
</style>