Shades of Dark Purple #A11B8D
Tints of Dark Purple #A11B8D
RGB
CMYK
RGB Variations
Color information
#A11B8D (or 0xA11B8D) is known color: Dark Purple. HEX triplet: A1, 1B and 8D. RGB value is (161,27,141). Sum of RGB (Red+Green+Blue) = 161+27+141=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B8D is #5EE472. Grayscale: #4F4F4F. Windows color (decimal): -6218867 or 9247649. OLE color: 9247649.
HSL color Cylindrical-coordinate representation of color #A11B8D: hue angle of 308.96º 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 #A11B8D is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 141 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.37 |
| HSL | 308.96º | 0.71% | 0.37% | - |
| HSV(B) | 308.96º | 0.83% | 0.63% | - |
| XYZ | 19.9 | 10.28 | 26.14 | - |
| YUV | 80.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 141 | 0 | 0.83 | 0.12 | 0.37 | 308.96 | 0.71 | 0.37 |
| Hex | A1 | 1B | 8D | 0 | 53 | C | 25 | 135 | 47 | 25 |
| Octal | 241 | 33 | 215 | 0 | 123 | 14 | 45 | 465 | 107 | 45 |
| Binary | 10100001 | 11011 | 10001101 | 0 | 1010011 | 1100 | 100101 | 100110101 | 1000111 | 100101 |
Color Harmonies of #A11B8D
Complementary color
Monochromatic Colors of #A11B8D
Black with #A11B8D
Text Example
Text Example
White with #A11B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B8D; }
p { color: rgb(161,27,141); }
H1.HeaderClassName
{
color: #A11B8D;
}
.AnyTagClassName
{
color: #A11B8D;
}
</style>
background-color css
<style>
a { background-color: #A11B8D; }
a { background-color: rgb(161,27,141); }
div.DivClassName
{
background-color: #A11B8D;
}
.BgClassName
{
background-color: #A11B8D;
}
</style>
border-color css
<style>
span { border-color: #A11B8D; }
span { border-color: rgb(161,27,141); }
td.TdClassName
{
border-color: #A11B8D;
}
.TagClassName
{
border-color: #A11B8D;
}
</style>