Shades of Dark Orchid #A11EC9
Tints of Dark Orchid #A11EC9
RGB
CMYK
RGB Variations
Color information
#A11EC9 (or 0xA11EC9) is known color: Dark Orchid. HEX triplet: A1, 1E and C9. RGB value is (161,30,201). Sum of RGB (Red+Green+Blue) = 161+30+201=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #A11EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EC9 is #5EE136. Grayscale: #585858. Windows color (decimal): -6218039 or 13180577. OLE color: 13180577.
HSL color Cylindrical-coordinate representation of color #A11EC9: hue angle of 285.96º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11EC9 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 30 | 201 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.21 |
| HSL | 285.96º | 0.74% | 0.45% | - |
| HSV(B) | 285.96º | 0.85% | 0.79% | - |
| XYZ | 25.7 | 12.72 | 56.36 | - |
| YUV | 88.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 201 | 0.20 | 0.85 | 0 | 0.21 | 285.96 | 0.74 | 0.45 |
| Hex | A1 | 1E | C9 | 14 | 55 | 0 | 15 | 11E | 4A | 2D |
| Octal | 241 | 36 | 311 | 24 | 125 | 0 | 25 | 436 | 112 | 55 |
| Binary | 10100001 | 11110 | 11001001 | 10100 | 1010101 | 0 | 10101 | 100011110 | 1001010 | 101101 |
Color Harmonies of #A11EC9
Complementary color
Monochromatic Colors of #A11EC9
Black with #A11EC9
Text Example
Text Example
White with #A11EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EC9; }
p { color: rgb(161,30,201); }
H1.HeaderClassName
{
color: #A11EC9;
}
.AnyTagClassName
{
color: #A11EC9;
}
</style>
background-color css
<style>
a { background-color: #A11EC9; }
a { background-color: rgb(161,30,201); }
div.DivClassName
{
background-color: #A11EC9;
}
.BgClassName
{
background-color: #A11EC9;
}
</style>
border-color css
<style>
span { border-color: #A11EC9; }
span { border-color: rgb(161,30,201); }
td.TdClassName
{
border-color: #A11EC9;
}
.TagClassName
{
border-color: #A11EC9;
}
</style>