Shades of Dark Orchid #A11DDD
Tints of Dark Orchid #A11DDD
RGB
CMYK
RGB Variations
Color information
#A11DDD (or 0xA11DDD) is known color: Dark Orchid. HEX triplet: A1, 1D and DD. RGB value is (161,29,221). Sum of RGB (Red+Green+Blue) = 161+29+221=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #A11DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DDD is #5EE222. Grayscale: #595959. Windows color (decimal): -6218275 or 14491041. OLE color: 14491041.
HSL color Cylindrical-coordinate representation of color #A11DDD: hue angle of 281.25º 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 #A11DDD is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 29 | 221 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.13 |
| HSL | 281.25º | 0.77% | 0.49% | - |
| HSV(B) | 281.25º | 0.87% | 0.87% | - |
| XYZ | 28.19 | 13.68 | 69.56 | - |
| YUV | 90.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 221 | 0.27 | 0.87 | 0 | 0.13 | 281.25 | 0.77 | 0.49 |
| Hex | A1 | 1D | DD | 1B | 57 | 0 | D | 119 | 4D | 31 |
| Octal | 241 | 35 | 335 | 33 | 127 | 0 | 15 | 431 | 115 | 61 |
| Binary | 10100001 | 11101 | 11011101 | 11011 | 1010111 | 0 | 1101 | 100011001 | 1001101 | 110001 |
Color Harmonies of #A11DDD
Complementary color
Monochromatic Colors of #A11DDD
Black with #A11DDD
Text Example
Text Example
White with #A11DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DDD; }
p { color: rgb(161,29,221); }
H1.HeaderClassName
{
color: #A11DDD;
}
.AnyTagClassName
{
color: #A11DDD;
}
</style>
background-color css
<style>
a { background-color: #A11DDD; }
a { background-color: rgb(161,29,221); }
div.DivClassName
{
background-color: #A11DDD;
}
.BgClassName
{
background-color: #A11DDD;
}
</style>
border-color css
<style>
span { border-color: #A11DDD; }
span { border-color: rgb(161,29,221); }
td.TdClassName
{
border-color: #A11DDD;
}
.TagClassName
{
border-color: #A11DDD;
}
</style>