Shades of Dark Purple #A11D75
Tints of Dark Purple #A11D75
RGB
CMYK
RGB Variations
Color information
#A11D75 (or 0xA11D75) is known color: Dark Purple. HEX triplet: A1, 1D and 75. RGB value is (161,29,117). Sum of RGB (Red+Green+Blue) = 161+29+117=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D75 is #5EE28A. Grayscale: #4E4E4E. Windows color (decimal): -6218379 or 7675297. OLE color: 7675297.
HSL color Cylindrical-coordinate representation of color #A11D75: hue angle of 320º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D75 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 117 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.37 |
| HSL | 320º | 0.69% | 0.37% | - |
| HSV(B) | 320º | 0.82% | 0.63% | - |
| XYZ | 18.35 | 9.74 | 17.74 | - |
| YUV | 78.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 117 | 0 | 0.82 | 0.27 | 0.37 | 320 | 0.69 | 0.37 |
| Hex | A1 | 1D | 75 | 0 | 52 | 1B | 25 | 140 | 45 | 25 |
| Octal | 241 | 35 | 165 | 0 | 122 | 33 | 45 | 500 | 105 | 45 |
| Binary | 10100001 | 11101 | 1110101 | 0 | 1010010 | 11011 | 100101 | 101000000 | 1000101 | 100101 |
Color Harmonies of #A11D75
Complementary color
Monochromatic Colors of #A11D75
Black with #A11D75
Text Example
Text Example
White with #A11D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D75; }
p { color: rgb(161,29,117); }
H1.HeaderClassName
{
color: #A11D75;
}
.AnyTagClassName
{
color: #A11D75;
}
</style>
background-color css
<style>
a { background-color: #A11D75; }
a { background-color: rgb(161,29,117); }
div.DivClassName
{
background-color: #A11D75;
}
.BgClassName
{
background-color: #A11D75;
}
</style>
border-color css
<style>
span { border-color: #A11D75; }
span { border-color: rgb(161,29,117); }
td.TdClassName
{
border-color: #A11D75;
}
.TagClassName
{
border-color: #A11D75;
}
</style>