Shades of Dark Orchid #A11DCE
Tints of Dark Orchid #A11DCE
RGB
CMYK
RGB Variations
Color information
#A11DCE (or 0xA11DCE) is known color: Dark Orchid. HEX triplet: A1, 1D and CE. RGB value is (161,29,206). Sum of RGB (Red+Green+Blue) = 161+29+206=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A11DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DCE is #5EE231. Grayscale: #585858. Windows color (decimal): -6218290 or 13508001. OLE color: 13508001.
HSL color Cylindrical-coordinate representation of color #A11DCE: hue angle of 284.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11DCE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 29 | 206 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.19 |
| HSL | 284.75º | 0.75% | 0.46% | - |
| HSV(B) | 284.75º | 0.86% | 0.81% | - |
| XYZ | 26.28 | 12.91 | 59.5 | - |
| YUV | 88.65 | 194.23 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 206 | 0.22 | 0.86 | 0 | 0.19 | 284.75 | 0.75 | 0.46 |
| Hex | A1 | 1D | CE | 16 | 56 | 0 | 13 | 11D | 4B | 2E |
| Octal | 241 | 35 | 316 | 26 | 126 | 0 | 23 | 435 | 113 | 56 |
| Binary | 10100001 | 11101 | 11001110 | 10110 | 1010110 | 0 | 10011 | 100011101 | 1001011 | 101110 |
Color Harmonies of #A11DCE
Complementary color
Monochromatic Colors of #A11DCE
Black with #A11DCE
Text Example
Text Example
White with #A11DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DCE; }
p { color: rgb(161,29,206); }
H1.HeaderClassName
{
color: #A11DCE;
}
.AnyTagClassName
{
color: #A11DCE;
}
</style>
background-color css
<style>
a { background-color: #A11DCE; }
a { background-color: rgb(161,29,206); }
div.DivClassName
{
background-color: #A11DCE;
}
.BgClassName
{
background-color: #A11DCE;
}
</style>
border-color css
<style>
span { border-color: #A11DCE; }
span { border-color: rgb(161,29,206); }
td.TdClassName
{
border-color: #A11DCE;
}
.TagClassName
{
border-color: #A11DCE;
}
</style>