Shades of Dark Orchid #A11CBA
Tints of Dark Orchid #A11CBA
RGB
CMYK
RGB Variations
Color information
#A11CBA (or 0xA11CBA) is known color: Dark Orchid. HEX triplet: A1, 1C and BA. RGB value is (161,28,186). Sum of RGB (Red+Green+Blue) = 161+28+186=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A11CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CBA is #5EE345. Grayscale: #555555. Windows color (decimal): -6218566 or 12197025. OLE color: 12197025.
HSL color Cylindrical-coordinate representation of color #A11CBA: hue angle of 290.51º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11CBA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 28 | 186 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.27 |
| HSL | 290.51º | 0.74% | 0.42% | - |
| HSV(B) | 290.51º | 0.85% | 0.73% | - |
| XYZ | 23.98 | 11.95 | 47.5 | - |
| YUV | 85.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 186 | 0.13 | 0.85 | 0 | 0.27 | 290.51 | 0.74 | 0.42 |
| Hex | A1 | 1C | BA | D | 55 | 0 | 1B | 123 | 4A | 2A |
| Octal | 241 | 34 | 272 | 15 | 125 | 0 | 33 | 443 | 112 | 52 |
| Binary | 10100001 | 11100 | 10111010 | 1101 | 1010101 | 0 | 11011 | 100100011 | 1001010 | 101010 |
Color Harmonies of #A11CBA
Complementary color
Monochromatic Colors of #A11CBA
Black with #A11CBA
Text Example
Text Example
White with #A11CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CBA; }
p { color: rgb(161,28,186); }
H1.HeaderClassName
{
color: #A11CBA;
}
.AnyTagClassName
{
color: #A11CBA;
}
</style>
background-color css
<style>
a { background-color: #A11CBA; }
a { background-color: rgb(161,28,186); }
div.DivClassName
{
background-color: #A11CBA;
}
.BgClassName
{
background-color: #A11CBA;
}
</style>
border-color css
<style>
span { border-color: #A11CBA; }
span { border-color: rgb(161,28,186); }
td.TdClassName
{
border-color: #A11CBA;
}
.TagClassName
{
border-color: #A11CBA;
}
</style>