Shades of Dark Orchid #A11DDF
Tints of Dark Orchid #A11DDF
RGB
CMYK
RGB Variations
Color information
#A11DDF (or 0xA11DDF) is known color: Dark Orchid. HEX triplet: A1, 1D and DF. RGB value is (161,29,223). Sum of RGB (Red+Green+Blue) = 161+29+223=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #A11DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DDF is #5EE220. Grayscale: #595959. Windows color (decimal): -6218273 or 14622113. OLE color: 14622113.
HSL color Cylindrical-coordinate representation of color #A11DDF: hue angle of 280.82º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11DDF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 29 | 223 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.13 |
| HSL | 280.82º | 0.77% | 0.49% | - |
| HSV(B) | 280.82º | 0.87% | 0.87% | - |
| XYZ | 28.46 | 13.78 | 70.97 | - |
| YUV | 90.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 223 | 0.28 | 0.87 | 0 | 0.13 | 280.82 | 0.77 | 0.49 |
| Hex | A1 | 1D | DF | 1C | 57 | 0 | D | 119 | 4D | 31 |
| Octal | 241 | 35 | 337 | 34 | 127 | 0 | 15 | 431 | 115 | 61 |
| Binary | 10100001 | 11101 | 11011111 | 11100 | 1010111 | 0 | 1101 | 100011001 | 1001101 | 110001 |
Color Harmonies of #A11DDF
Complementary color
Monochromatic Colors of #A11DDF
Black with #A11DDF
Text Example
Text Example
White with #A11DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DDF; }
p { color: rgb(161,29,223); }
H1.HeaderClassName
{
color: #A11DDF;
}
.AnyTagClassName
{
color: #A11DDF;
}
</style>
background-color css
<style>
a { background-color: #A11DDF; }
a { background-color: rgb(161,29,223); }
div.DivClassName
{
background-color: #A11DDF;
}
.BgClassName
{
background-color: #A11DDF;
}
</style>
border-color css
<style>
span { border-color: #A11DDF; }
span { border-color: rgb(161,29,223); }
td.TdClassName
{
border-color: #A11DDF;
}
.TagClassName
{
border-color: #A11DDF;
}
</style>