Shades of Dark Orchid #A11DBC
Tints of Dark Orchid #A11DBC
RGB
CMYK
RGB Variations
Color information
#A11DBC (or 0xA11DBC) is known color: Dark Orchid. HEX triplet: A1, 1D and BC. RGB value is (161,29,188). Sum of RGB (Red+Green+Blue) = 161+29+188=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A11DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DBC is #5EE243. Grayscale: #565656. Windows color (decimal): -6218308 or 12328353. OLE color: 12328353.
HSL color Cylindrical-coordinate representation of color #A11DBC: hue angle of 289.81º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11DBC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 29 | 188 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.26 |
| HSL | 289.81º | 0.73% | 0.43% | - |
| HSV(B) | 289.81º | 0.85% | 0.74% | - |
| XYZ | 24.21 | 12.09 | 48.63 | - |
| YUV | 86.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 188 | 0.14 | 0.85 | 0 | 0.26 | 289.81 | 0.73 | 0.43 |
| Hex | A1 | 1D | BC | E | 55 | 0 | 1A | 122 | 49 | 2B |
| Octal | 241 | 35 | 274 | 16 | 125 | 0 | 32 | 442 | 111 | 53 |
| Binary | 10100001 | 11101 | 10111100 | 1110 | 1010101 | 0 | 11010 | 100100010 | 1001001 | 101011 |
Color Harmonies of #A11DBC
Complementary color
Monochromatic Colors of #A11DBC
Black with #A11DBC
Text Example
Text Example
White with #A11DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DBC; }
p { color: rgb(161,29,188); }
H1.HeaderClassName
{
color: #A11DBC;
}
.AnyTagClassName
{
color: #A11DBC;
}
</style>
background-color css
<style>
a { background-color: #A11DBC; }
a { background-color: rgb(161,29,188); }
div.DivClassName
{
background-color: #A11DBC;
}
.BgClassName
{
background-color: #A11DBC;
}
</style>
border-color css
<style>
span { border-color: #A11DBC; }
span { border-color: rgb(161,29,188); }
td.TdClassName
{
border-color: #A11DBC;
}
.TagClassName
{
border-color: #A11DBC;
}
</style>