Shades of Dark Purple #A11B8B
Tints of Dark Purple #A11B8B
RGB
CMYK
RGB Variations
Color information
#A11B8B (or 0xA11B8B) is known color: Dark Purple. HEX triplet: A1, 1B and 8B. RGB value is (161,27,139). Sum of RGB (Red+Green+Blue) = 161+27+139=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11B8B is #5EE474. Grayscale: #4F4F4F. Windows color (decimal): -6218869 or 9116577. OLE color: 9116577.
HSL color Cylindrical-coordinate representation of color #A11B8B: hue angle of 309.85º 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 #A11B8B is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 139 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.37 |
| HSL | 309.85º | 0.71% | 0.37% | - |
| HSV(B) | 309.85º | 0.83% | 0.63% | - |
| XYZ | 19.75 | 10.23 | 25.36 | - |
| YUV | 79.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 139 | 0 | 0.83 | 0.14 | 0.37 | 309.85 | 0.71 | 0.37 |
| Hex | A1 | 1B | 8B | 0 | 53 | E | 25 | 136 | 47 | 25 |
| Octal | 241 | 33 | 213 | 0 | 123 | 16 | 45 | 466 | 107 | 45 |
| Binary | 10100001 | 11011 | 10001011 | 0 | 1010011 | 1110 | 100101 | 100110110 | 1000111 | 100101 |
Color Harmonies of #A11B8B
Complementary color
Monochromatic Colors of #A11B8B
Black with #A11B8B
Text Example
Text Example
White with #A11B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B8B; }
p { color: rgb(161,27,139); }
H1.HeaderClassName
{
color: #A11B8B;
}
.AnyTagClassName
{
color: #A11B8B;
}
</style>
background-color css
<style>
a { background-color: #A11B8B; }
a { background-color: rgb(161,27,139); }
div.DivClassName
{
background-color: #A11B8B;
}
.BgClassName
{
background-color: #A11B8B;
}
</style>
border-color css
<style>
span { border-color: #A11B8B; }
span { border-color: rgb(161,27,139); }
td.TdClassName
{
border-color: #A11B8B;
}
.TagClassName
{
border-color: #A11B8B;
}
</style>