Shades of Dark Orchid #A11DB7
Tints of Dark Orchid #A11DB7
RGB
CMYK
RGB Variations
Color information
#A11DB7 (or 0xA11DB7) is known color: Dark Orchid. HEX triplet: A1, 1D and B7. RGB value is (161,29,183). Sum of RGB (Red+Green+Blue) = 161+29+183=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #A11DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11DB7 is #5EE248. Grayscale: #555555. Windows color (decimal): -6218313 or 12000673. OLE color: 12000673.
HSL color Cylindrical-coordinate representation of color #A11DB7: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DB7 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 29 | 183 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.28 |
| HSL | 291.43º | 0.73% | 0.42% | - |
| HSV(B) | 291.43º | 0.84% | 0.72% | - |
| XYZ | 23.68 | 11.87 | 45.84 | - |
| YUV | 86.02 | 182.73 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 183 | 0.12 | 0.84 | 0 | 0.28 | 291.43 | 0.73 | 0.42 |
| Hex | A1 | 1D | B7 | C | 54 | 0 | 1C | 123 | 49 | 2A |
| Octal | 241 | 35 | 267 | 14 | 124 | 0 | 34 | 443 | 111 | 52 |
| Binary | 10100001 | 11101 | 10110111 | 1100 | 1010100 | 0 | 11100 | 100100011 | 1001001 | 101010 |
Color Harmonies of #A11DB7
Complementary color
Monochromatic Colors of #A11DB7
Black with #A11DB7
Text Example
Text Example
White with #A11DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DB7; }
p { color: rgb(161,29,183); }
H1.HeaderClassName
{
color: #A11DB7;
}
.AnyTagClassName
{
color: #A11DB7;
}
</style>
background-color css
<style>
a { background-color: #A11DB7; }
a { background-color: rgb(161,29,183); }
div.DivClassName
{
background-color: #A11DB7;
}
.BgClassName
{
background-color: #A11DB7;
}
</style>
border-color css
<style>
span { border-color: #A11DB7; }
span { border-color: rgb(161,29,183); }
td.TdClassName
{
border-color: #A11DB7;
}
.TagClassName
{
border-color: #A11DB7;
}
</style>