Shades of Dark Orchid #A11BDD
Tints of Dark Orchid #A11BDD
RGB
CMYK
RGB Variations
Color information
#A11BDD (or 0xA11BDD) is known color: Dark Orchid. HEX triplet: A1, 1B and DD. RGB value is (161,27,221). Sum of RGB (Red+Green+Blue) = 161+27+221=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #A11BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BDD is #5EE422. Grayscale: #585858. Windows color (decimal): -6218787 or 14490529. OLE color: 14490529.
HSL color Cylindrical-coordinate representation of color #A11BDD: hue angle of 281.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11BDD is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 27 | 221 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.13 |
| HSL | 281.44º | 0.78% | 0.49% | - |
| HSV(B) | 281.44º | 0.88% | 0.87% | - |
| XYZ | 28.14 | 13.58 | 69.54 | - |
| YUV | 89.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 221 | 0.27 | 0.88 | 0 | 0.13 | 281.44 | 0.78 | 0.49 |
| Hex | A1 | 1B | DD | 1B | 58 | 0 | D | 119 | 4E | 31 |
| Octal | 241 | 33 | 335 | 33 | 130 | 0 | 15 | 431 | 116 | 61 |
| Binary | 10100001 | 11011 | 11011101 | 11011 | 1011000 | 0 | 1101 | 100011001 | 1001110 | 110001 |
Color Harmonies of #A11BDD
Complementary color
Monochromatic Colors of #A11BDD
Black with #A11BDD
Text Example
Text Example
White with #A11BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BDD; }
p { color: rgb(161,27,221); }
H1.HeaderClassName
{
color: #A11BDD;
}
.AnyTagClassName
{
color: #A11BDD;
}
</style>
background-color css
<style>
a { background-color: #A11BDD; }
a { background-color: rgb(161,27,221); }
div.DivClassName
{
background-color: #A11BDD;
}
.BgClassName
{
background-color: #A11BDD;
}
</style>
border-color css
<style>
span { border-color: #A11BDD; }
span { border-color: rgb(161,27,221); }
td.TdClassName
{
border-color: #A11BDD;
}
.TagClassName
{
border-color: #A11BDD;
}
</style>