Shades of Dark Orchid #A11FDB
Tints of Dark Orchid #A11FDB
RGB
CMYK
RGB Variations
Color information
#A11FDB (or 0xA11FDB) is known color: Dark Orchid. HEX triplet: A1, 1F and DB. RGB value is (161,31,219). Sum of RGB (Red+Green+Blue) = 161+31+219=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #A11FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FDB is #5EE024. Grayscale: #5A5A5A. Windows color (decimal): -6217765 or 14360481. OLE color: 14360481.
HSL color Cylindrical-coordinate representation of color #A11FDB: hue angle of 281.49º degrees, saturation: 0.75, 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 #A11FDB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 31 | 219 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.14 |
| HSL | 281.49º | 0.75% | 0.49% | - |
| HSV(B) | 281.49º | 0.86% | 0.86% | - |
| XYZ | 27.97 | 13.67 | 68.18 | - |
| YUV | 91.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 219 | 0.26 | 0.86 | 0 | 0.14 | 281.49 | 0.75 | 0.49 |
| Hex | A1 | 1F | DB | 1A | 56 | 0 | E | 119 | 4B | 31 |
| Octal | 241 | 37 | 333 | 32 | 126 | 0 | 16 | 431 | 113 | 61 |
| Binary | 10100001 | 11111 | 11011011 | 11010 | 1010110 | 0 | 1110 | 100011001 | 1001011 | 110001 |
Color Harmonies of #A11FDB
Complementary color
Monochromatic Colors of #A11FDB
Black with #A11FDB
Text Example
Text Example
White with #A11FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FDB; }
p { color: rgb(161,31,219); }
H1.HeaderClassName
{
color: #A11FDB;
}
.AnyTagClassName
{
color: #A11FDB;
}
</style>
background-color css
<style>
a { background-color: #A11FDB; }
a { background-color: rgb(161,31,219); }
div.DivClassName
{
background-color: #A11FDB;
}
.BgClassName
{
background-color: #A11FDB;
}
</style>
border-color css
<style>
span { border-color: #A11FDB; }
span { border-color: rgb(161,31,219); }
td.TdClassName
{
border-color: #A11FDB;
}
.TagClassName
{
border-color: #A11FDB;
}
</style>