Shades of Dark Orchid #A11EDB
Tints of Dark Orchid #A11EDB
RGB
CMYK
RGB Variations
Color information
#A11EDB (or 0xA11EDB) is known color: Dark Orchid. HEX triplet: A1, 1E and DB. RGB value is (161,30,219). Sum of RGB (Red+Green+Blue) = 161+30+219=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #A11EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EDB is #5EE124. Grayscale: #5A5A5A. Windows color (decimal): -6218021 or 14360225. OLE color: 14360225.
HSL color Cylindrical-coordinate representation of color #A11EDB: hue angle of 281.59º 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 #A11EDB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 30 | 219 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.14 |
| HSL | 281.59º | 0.76% | 0.49% | - |
| HSV(B) | 281.59º | 0.86% | 0.86% | - |
| XYZ | 27.95 | 13.62 | 68.17 | - |
| YUV | 90.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 219 | 0.26 | 0.86 | 0 | 0.14 | 281.59 | 0.76 | 0.49 |
| Hex | A1 | 1E | DB | 1A | 56 | 0 | E | 11A | 4C | 31 |
| Octal | 241 | 36 | 333 | 32 | 126 | 0 | 16 | 432 | 114 | 61 |
| Binary | 10100001 | 11110 | 11011011 | 11010 | 1010110 | 0 | 1110 | 100011010 | 1001100 | 110001 |
Color Harmonies of #A11EDB
Complementary color
Monochromatic Colors of #A11EDB
Black with #A11EDB
Text Example
Text Example
White with #A11EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EDB; }
p { color: rgb(161,30,219); }
H1.HeaderClassName
{
color: #A11EDB;
}
.AnyTagClassName
{
color: #A11EDB;
}
</style>
background-color css
<style>
a { background-color: #A11EDB; }
a { background-color: rgb(161,30,219); }
div.DivClassName
{
background-color: #A11EDB;
}
.BgClassName
{
background-color: #A11EDB;
}
</style>
border-color css
<style>
span { border-color: #A11EDB; }
span { border-color: rgb(161,30,219); }
td.TdClassName
{
border-color: #A11EDB;
}
.TagClassName
{
border-color: #A11EDB;
}
</style>