Shades of Dark Orchid #A11EDC
Tints of Dark Orchid #A11EDC
RGB
CMYK
RGB Variations
Color information
#A11EDC (or 0xA11EDC) is known color: Dark Orchid. HEX triplet: A1, 1E and DC. RGB value is (161,30,220). Sum of RGB (Red+Green+Blue) = 161+30+220=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #A11EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EDC is #5EE123. Grayscale: #5A5A5A. Windows color (decimal): -6218020 or 14425761. OLE color: 14425761.
HSL color Cylindrical-coordinate representation of color #A11EDC: hue angle of 281.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11EDC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 30 | 220 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.14 |
| HSL | 281.37º | 0.76% | 0.49% | - |
| HSV(B) | 281.37º | 0.86% | 0.86% | - |
| XYZ | 28.08 | 13.67 | 68.87 | - |
| YUV | 90.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 220 | 0.27 | 0.86 | 0 | 0.14 | 281.37 | 0.76 | 0.49 |
| Hex | A1 | 1E | DC | 1B | 56 | 0 | E | 119 | 4C | 31 |
| Octal | 241 | 36 | 334 | 33 | 126 | 0 | 16 | 431 | 114 | 61 |
| Binary | 10100001 | 11110 | 11011100 | 11011 | 1010110 | 0 | 1110 | 100011001 | 1001100 | 110001 |
Color Harmonies of #A11EDC
Complementary color
Monochromatic Colors of #A11EDC
Black with #A11EDC
Text Example
Text Example
White with #A11EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EDC; }
p { color: rgb(161,30,220); }
H1.HeaderClassName
{
color: #A11EDC;
}
.AnyTagClassName
{
color: #A11EDC;
}
</style>
background-color css
<style>
a { background-color: #A11EDC; }
a { background-color: rgb(161,30,220); }
div.DivClassName
{
background-color: #A11EDC;
}
.BgClassName
{
background-color: #A11EDC;
}
</style>
border-color css
<style>
span { border-color: #A11EDC; }
span { border-color: rgb(161,30,220); }
td.TdClassName
{
border-color: #A11EDC;
}
.TagClassName
{
border-color: #A11EDC;
}
</style>