Shades of Dark Orchid #A116B9
Tints of Dark Orchid #A116B9
RGB
CMYK
RGB Variations
Color information
#A116B9 (or 0xA116B9) is known color: Dark Orchid. HEX triplet: A1, 16 and B9. RGB value is (161,22,185). Sum of RGB (Red+Green+Blue) = 161+22+185=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #A116B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A116B9 is #5EE946. Grayscale: #515151. Windows color (decimal): -6220103 or 12129953. OLE color: 12129953.
HSL color Cylindrical-coordinate representation of color #A116B9: hue angle of 291.17º 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 #A116B9 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 22 | 185 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.27 |
| HSL | 291.17º | 0.79% | 0.41% | - |
| HSV(B) | 291.17º | 0.88% | 0.73% | - |
| XYZ | 23.74 | 11.65 | 46.9 | - |
| YUV | 82.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 185 | 0.13 | 0.88 | 0 | 0.27 | 291.17 | 0.79 | 0.41 |
| Hex | A1 | 16 | B9 | D | 58 | 0 | 1B | 123 | 4F | 29 |
| Octal | 241 | 26 | 271 | 15 | 130 | 0 | 33 | 443 | 117 | 51 |
| Binary | 10100001 | 10110 | 10111001 | 1101 | 1011000 | 0 | 11011 | 100100011 | 1001111 | 101001 |
Color Harmonies of #A116B9
Complementary color
Monochromatic Colors of #A116B9
Black with #A116B9
Text Example
Text Example
White with #A116B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116B9; }
p { color: rgb(161,22,185); }
H1.HeaderClassName
{
color: #A116B9;
}
.AnyTagClassName
{
color: #A116B9;
}
</style>
background-color css
<style>
a { background-color: #A116B9; }
a { background-color: rgb(161,22,185); }
div.DivClassName
{
background-color: #A116B9;
}
.BgClassName
{
background-color: #A116B9;
}
</style>
border-color css
<style>
span { border-color: #A116B9; }
span { border-color: rgb(161,22,185); }
td.TdClassName
{
border-color: #A116B9;
}
.TagClassName
{
border-color: #A116B9;
}
</style>