Shades of Dark Orchid #A11EC0
Tints of Dark Orchid #A11EC0
RGB
CMYK
RGB Variations
Color information
#A11EC0 (or 0xA11EC0) is known color: Dark Orchid. HEX triplet: A1, 1E and C0. RGB value is (161,30,192). Sum of RGB (Red+Green+Blue) = 161+30+192=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #A11EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EC0 is #5EE13F. Grayscale: #575757. Windows color (decimal): -6218048 or 12590753. OLE color: 12590753.
HSL color Cylindrical-coordinate representation of color #A11EC0: hue angle of 288.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11EC0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 30 | 192 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.25 |
| HSL | 288.52º | 0.73% | 0.44% | - |
| HSV(B) | 288.52º | 0.84% | 0.75% | - |
| XYZ | 24.68 | 12.31 | 50.94 | - |
| YUV | 87.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 192 | 0.16 | 0.84 | 0 | 0.25 | 288.52 | 0.73 | 0.44 |
| Hex | A1 | 1E | C0 | 10 | 54 | 0 | 19 | 121 | 49 | 2C |
| Octal | 241 | 36 | 300 | 20 | 124 | 0 | 31 | 441 | 111 | 54 |
| Binary | 10100001 | 11110 | 11000000 | 10000 | 1010100 | 0 | 11001 | 100100001 | 1001001 | 101100 |
Color Harmonies of #A11EC0
Complementary color
Monochromatic Colors of #A11EC0
Black with #A11EC0
Text Example
Text Example
White with #A11EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EC0; }
p { color: rgb(161,30,192); }
H1.HeaderClassName
{
color: #A11EC0;
}
.AnyTagClassName
{
color: #A11EC0;
}
</style>
background-color css
<style>
a { background-color: #A11EC0; }
a { background-color: rgb(161,30,192); }
div.DivClassName
{
background-color: #A11EC0;
}
.BgClassName
{
background-color: #A11EC0;
}
</style>
border-color css
<style>
span { border-color: #A11EC0; }
span { border-color: rgb(161,30,192); }
td.TdClassName
{
border-color: #A11EC0;
}
.TagClassName
{
border-color: #A11EC0;
}
</style>