Shades of Dark Orchid #A11DDC
Tints of Dark Orchid #A11DDC
RGB
CMYK
RGB Variations
Color information
#A11DDC (or 0xA11DDC) is known color: Dark Orchid. HEX triplet: A1, 1D and DC. RGB value is (161,29,220). Sum of RGB (Red+Green+Blue) = 161+29+220=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #A11DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DDC is #5EE223. Grayscale: #595959. Windows color (decimal): -6218276 or 14425505. OLE color: 14425505.
HSL color Cylindrical-coordinate representation of color #A11DDC: hue angle of 281.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11DDC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 29 | 220 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.14 |
| HSL | 281.47º | 0.77% | 0.49% | - |
| HSV(B) | 281.47º | 0.87% | 0.86% | - |
| XYZ | 28.06 | 13.62 | 68.86 | - |
| YUV | 90.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 220 | 0.27 | 0.87 | 0 | 0.14 | 281.47 | 0.77 | 0.49 |
| Hex | A1 | 1D | DC | 1B | 57 | 0 | E | 119 | 4D | 31 |
| Octal | 241 | 35 | 334 | 33 | 127 | 0 | 16 | 431 | 115 | 61 |
| Binary | 10100001 | 11101 | 11011100 | 11011 | 1010111 | 0 | 1110 | 100011001 | 1001101 | 110001 |
Color Harmonies of #A11DDC
Complementary color
Monochromatic Colors of #A11DDC
Black with #A11DDC
Text Example
Text Example
White with #A11DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DDC; }
p { color: rgb(161,29,220); }
H1.HeaderClassName
{
color: #A11DDC;
}
.AnyTagClassName
{
color: #A11DDC;
}
</style>
background-color css
<style>
a { background-color: #A11DDC; }
a { background-color: rgb(161,29,220); }
div.DivClassName
{
background-color: #A11DDC;
}
.BgClassName
{
background-color: #A11DDC;
}
</style>
border-color css
<style>
span { border-color: #A11DDC; }
span { border-color: rgb(161,29,220); }
td.TdClassName
{
border-color: #A11DDC;
}
.TagClassName
{
border-color: #A11DDC;
}
</style>