Shades of Dark Purple #A11B7A
Tints of Dark Purple #A11B7A
RGB
CMYK
RGB Variations
Color information
#A11B7A (or 0xA11B7A) is known color: Dark Purple. HEX triplet: A1, 1B and 7A. RGB value is (161,27,122). Sum of RGB (Red+Green+Blue) = 161+27+122=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B7A is #5EE485. Grayscale: #4D4D4D. Windows color (decimal): -6218886 or 8002465. OLE color: 8002465.
HSL color Cylindrical-coordinate representation of color #A11B7A: hue angle of 317.46º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11B7A is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 122 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.37 |
| HSL | 317.46º | 0.71% | 0.37% | - |
| HSV(B) | 317.46º | 0.83% | 0.63% | - |
| XYZ | 18.6 | 9.77 | 19.32 | - |
| YUV | 77.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 122 | 0 | 0.83 | 0.24 | 0.37 | 317.46 | 0.71 | 0.37 |
| Hex | A1 | 1B | 7A | 0 | 53 | 18 | 25 | 13D | 47 | 25 |
| Octal | 241 | 33 | 172 | 0 | 123 | 30 | 45 | 475 | 107 | 45 |
| Binary | 10100001 | 11011 | 1111010 | 0 | 1010011 | 11000 | 100101 | 100111101 | 1000111 | 100101 |
Color Harmonies of #A11B7A
Complementary color
Monochromatic Colors of #A11B7A
Black with #A11B7A
Text Example
Text Example
White with #A11B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B7A; }
p { color: rgb(161,27,122); }
H1.HeaderClassName
{
color: #A11B7A;
}
.AnyTagClassName
{
color: #A11B7A;
}
</style>
background-color css
<style>
a { background-color: #A11B7A; }
a { background-color: rgb(161,27,122); }
div.DivClassName
{
background-color: #A11B7A;
}
.BgClassName
{
background-color: #A11B7A;
}
</style>
border-color css
<style>
span { border-color: #A11B7A; }
span { border-color: rgb(161,27,122); }
td.TdClassName
{
border-color: #A11B7A;
}
.TagClassName
{
border-color: #A11B7A;
}
</style>