Shades of Dark Orchid #A11DB6
Tints of Dark Orchid #A11DB6
RGB
CMYK
RGB Variations
Color information
#A11DB6 (or 0xA11DB6) is known color: Dark Orchid. HEX triplet: A1, 1D and B6. RGB value is (161,29,182). Sum of RGB (Red+Green+Blue) = 161+29+182=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #A11DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DB6 is #5EE249. Grayscale: #555555. Windows color (decimal): -6218314 or 11935137. OLE color: 11935137.
HSL color Cylindrical-coordinate representation of color #A11DB6: hue angle of 291.76º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DB6 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 29 | 182 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.29 |
| HSL | 291.76º | 0.73% | 0.41% | - |
| HSV(B) | 291.76º | 0.84% | 0.71% | - |
| XYZ | 23.58 | 11.83 | 45.3 | - |
| YUV | 85.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 182 | 0.12 | 0.84 | 0 | 0.29 | 291.76 | 0.73 | 0.41 |
| Hex | A1 | 1D | B6 | C | 54 | 0 | 1D | 124 | 49 | 29 |
| Octal | 241 | 35 | 266 | 14 | 124 | 0 | 35 | 444 | 111 | 51 |
| Binary | 10100001 | 11101 | 10110110 | 1100 | 1010100 | 0 | 11101 | 100100100 | 1001001 | 101001 |
Color Harmonies of #A11DB6
Complementary color
Monochromatic Colors of #A11DB6
Black with #A11DB6
Text Example
Text Example
White with #A11DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DB6; }
p { color: rgb(161,29,182); }
H1.HeaderClassName
{
color: #A11DB6;
}
.AnyTagClassName
{
color: #A11DB6;
}
</style>
background-color css
<style>
a { background-color: #A11DB6; }
a { background-color: rgb(161,29,182); }
div.DivClassName
{
background-color: #A11DB6;
}
.BgClassName
{
background-color: #A11DB6;
}
</style>
border-color css
<style>
span { border-color: #A11DB6; }
span { border-color: rgb(161,29,182); }
td.TdClassName
{
border-color: #A11DB6;
}
.TagClassName
{
border-color: #A11DB6;
}
</style>