Shades of Dark Orchid #A116BA
Tints of Dark Orchid #A116BA
RGB
CMYK
RGB Variations
Color information
#A116BA (or 0xA116BA) is known color: Dark Orchid. HEX triplet: A1, 16 and BA. RGB value is (161,22,186). Sum of RGB (Red+Green+Blue) = 161+22+186=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #A116BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116BA is #5EE945. Grayscale: #515151. Windows color (decimal): -6220102 or 12195489. OLE color: 12195489.
HSL color Cylindrical-coordinate representation of color #A116BA: hue angle of 290.85º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A116BA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 22 | 186 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.27 |
| HSL | 290.85º | 0.79% | 0.41% | - |
| HSV(B) | 290.85º | 0.88% | 0.73% | - |
| XYZ | 23.85 | 11.7 | 47.46 | - |
| YUV | 82.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 186 | 0.13 | 0.88 | 0 | 0.27 | 290.85 | 0.79 | 0.41 |
| Hex | A1 | 16 | BA | D | 58 | 0 | 1B | 123 | 4F | 29 |
| Octal | 241 | 26 | 272 | 15 | 130 | 0 | 33 | 443 | 117 | 51 |
| Binary | 10100001 | 10110 | 10111010 | 1101 | 1011000 | 0 | 11011 | 100100011 | 1001111 | 101001 |
Color Harmonies of #A116BA
Complementary color
Monochromatic Colors of #A116BA
Black with #A116BA
Text Example
Text Example
White with #A116BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116BA; }
p { color: rgb(161,22,186); }
H1.HeaderClassName
{
color: #A116BA;
}
.AnyTagClassName
{
color: #A116BA;
}
</style>
background-color css
<style>
a { background-color: #A116BA; }
a { background-color: rgb(161,22,186); }
div.DivClassName
{
background-color: #A116BA;
}
.BgClassName
{
background-color: #A116BA;
}
</style>
border-color css
<style>
span { border-color: #A116BA; }
span { border-color: rgb(161,22,186); }
td.TdClassName
{
border-color: #A116BA;
}
.TagClassName
{
border-color: #A116BA;
}
</style>