Shades of Dark Orchid #A11DCC
Tints of Dark Orchid #A11DCC
RGB
CMYK
RGB Variations
Color information
#A11DCC (or 0xA11DCC) is known color: Dark Orchid. HEX triplet: A1, 1D and CC. RGB value is (161,29,204). Sum of RGB (Red+Green+Blue) = 161+29+204=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #A11DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DCC is #5EE233. Grayscale: #575757. Windows color (decimal): -6218292 or 13376929. OLE color: 13376929.
HSL color Cylindrical-coordinate representation of color #A11DCC: hue angle of 285.26º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11DCC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 29 | 204 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.2 |
| HSL | 285.26º | 0.75% | 0.46% | - |
| HSV(B) | 285.26º | 0.86% | 0.8% | - |
| XYZ | 26.04 | 12.82 | 58.23 | - |
| YUV | 88.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 204 | 0.21 | 0.86 | 0 | 0.2 | 285.26 | 0.75 | 0.46 |
| Hex | A1 | 1D | CC | 15 | 56 | 0 | 14 | 11D | 4B | 2E |
| Octal | 241 | 35 | 314 | 25 | 126 | 0 | 24 | 435 | 113 | 56 |
| Binary | 10100001 | 11101 | 11001100 | 10101 | 1010110 | 0 | 10100 | 100011101 | 1001011 | 101110 |
Color Harmonies of #A11DCC
Complementary color
Monochromatic Colors of #A11DCC
Black with #A11DCC
Text Example
Text Example
White with #A11DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DCC; }
p { color: rgb(161,29,204); }
H1.HeaderClassName
{
color: #A11DCC;
}
.AnyTagClassName
{
color: #A11DCC;
}
</style>
background-color css
<style>
a { background-color: #A11DCC; }
a { background-color: rgb(161,29,204); }
div.DivClassName
{
background-color: #A11DCC;
}
.BgClassName
{
background-color: #A11DCC;
}
</style>
border-color css
<style>
span { border-color: #A11DCC; }
span { border-color: rgb(161,29,204); }
td.TdClassName
{
border-color: #A11DCC;
}
.TagClassName
{
border-color: #A11DCC;
}
</style>