Shades of Dark Orchid #A11AD9
Tints of Dark Orchid #A11AD9
RGB
CMYK
RGB Variations
Color information
#A11AD9 (or 0xA11AD9) is known color: Dark Orchid. HEX triplet: A1, 1A and D9. RGB value is (161,26,217). Sum of RGB (Red+Green+Blue) = 161+26+217=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #A11AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11AD9 is #5EE526. Grayscale: #575757. Windows color (decimal): -6219047 or 14228129. OLE color: 14228129.
HSL color Cylindrical-coordinate representation of color #A11AD9: hue angle of 282.41º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11AD9 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 26 | 217 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.15 |
| HSL | 282.41º | 0.79% | 0.48% | - |
| HSV(B) | 282.41º | 0.88% | 0.85% | - |
| XYZ | 27.59 | 13.33 | 66.76 | - |
| YUV | 88.14 | 200.73 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 217 | 0.26 | 0.88 | 0 | 0.15 | 282.41 | 0.79 | 0.48 |
| Hex | A1 | 1A | D9 | 1A | 58 | 0 | F | 11A | 4F | 30 |
| Octal | 241 | 32 | 331 | 32 | 130 | 0 | 17 | 432 | 117 | 60 |
| Binary | 10100001 | 11010 | 11011001 | 11010 | 1011000 | 0 | 1111 | 100011010 | 1001111 | 110000 |
Color Harmonies of #A11AD9
Complementary color
Monochromatic Colors of #A11AD9
Black with #A11AD9
Text Example
Text Example
White with #A11AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AD9; }
p { color: rgb(161,26,217); }
H1.HeaderClassName
{
color: #A11AD9;
}
.AnyTagClassName
{
color: #A11AD9;
}
</style>
background-color css
<style>
a { background-color: #A11AD9; }
a { background-color: rgb(161,26,217); }
div.DivClassName
{
background-color: #A11AD9;
}
.BgClassName
{
background-color: #A11AD9;
}
</style>
border-color css
<style>
span { border-color: #A11AD9; }
span { border-color: rgb(161,26,217); }
td.TdClassName
{
border-color: #A11AD9;
}
.TagClassName
{
border-color: #A11AD9;
}
</style>