Shades of Dark Orchid #A11DBB
Tints of Dark Orchid #A11DBB
RGB
CMYK
RGB Variations
Color information
#A11DBB (or 0xA11DBB) is known color: Dark Orchid. HEX triplet: A1, 1D and BB. RGB value is (161,29,187). Sum of RGB (Red+Green+Blue) = 161+29+187=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #A11DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DBB is #5EE244. Grayscale: #555555. Windows color (decimal): -6218309 or 12262817. OLE color: 12262817.
HSL color Cylindrical-coordinate representation of color #A11DBB: hue angle of 290.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DBB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 29 | 187 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.27 |
| HSL | 290.13º | 0.73% | 0.42% | - |
| HSV(B) | 290.13º | 0.84% | 0.73% | - |
| XYZ | 24.11 | 12.04 | 48.07 | - |
| YUV | 86.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 187 | 0.14 | 0.84 | 0 | 0.27 | 290.13 | 0.73 | 0.42 |
| Hex | A1 | 1D | BB | E | 54 | 0 | 1B | 122 | 49 | 2A |
| Octal | 241 | 35 | 273 | 16 | 124 | 0 | 33 | 442 | 111 | 52 |
| Binary | 10100001 | 11101 | 10111011 | 1110 | 1010100 | 0 | 11011 | 100100010 | 1001001 | 101010 |
Color Harmonies of #A11DBB
Complementary color
Monochromatic Colors of #A11DBB
Black with #A11DBB
Text Example
Text Example
White with #A11DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DBB; }
p { color: rgb(161,29,187); }
H1.HeaderClassName
{
color: #A11DBB;
}
.AnyTagClassName
{
color: #A11DBB;
}
</style>
background-color css
<style>
a { background-color: #A11DBB; }
a { background-color: rgb(161,29,187); }
div.DivClassName
{
background-color: #A11DBB;
}
.BgClassName
{
background-color: #A11DBB;
}
</style>
border-color css
<style>
span { border-color: #A11DBB; }
span { border-color: rgb(161,29,187); }
td.TdClassName
{
border-color: #A11DBB;
}
.TagClassName
{
border-color: #A11DBB;
}
</style>