Shades of Dark Orchid #A117C1
Tints of Dark Orchid #A117C1
RGB
CMYK
RGB Variations
Color information
#A117C1 (or 0xA117C1) is known color: Dark Orchid. HEX triplet: A1, 17 and C1. RGB value is (161,23,193). Sum of RGB (Red+Green+Blue) = 161+23+193=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #A117C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117C1 is #5EE83E. Grayscale: #535353. Windows color (decimal): -6219839 or 12654497. OLE color: 12654497.
HSL color Cylindrical-coordinate representation of color #A117C1: hue angle of 288.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A117C1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 23 | 193 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.24 |
| HSL | 288.71º | 0.79% | 0.42% | - |
| HSV(B) | 288.71º | 0.88% | 0.76% | - |
| XYZ | 24.63 | 12.04 | 51.48 | - |
| YUV | 83.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 193 | 0.17 | 0.88 | 0 | 0.24 | 288.71 | 0.79 | 0.42 |
| Hex | A1 | 17 | C1 | 11 | 58 | 0 | 18 | 121 | 4F | 2A |
| Octal | 241 | 27 | 301 | 21 | 130 | 0 | 30 | 441 | 117 | 52 |
| Binary | 10100001 | 10111 | 11000001 | 10001 | 1011000 | 0 | 11000 | 100100001 | 1001111 | 101010 |
Color Harmonies of #A117C1
Complementary color
Monochromatic Colors of #A117C1
Black with #A117C1
Text Example
Text Example
White with #A117C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117C1; }
p { color: rgb(161,23,193); }
H1.HeaderClassName
{
color: #A117C1;
}
.AnyTagClassName
{
color: #A117C1;
}
</style>
background-color css
<style>
a { background-color: #A117C1; }
a { background-color: rgb(161,23,193); }
div.DivClassName
{
background-color: #A117C1;
}
.BgClassName
{
background-color: #A117C1;
}
</style>
border-color css
<style>
span { border-color: #A117C1; }
span { border-color: rgb(161,23,193); }
td.TdClassName
{
border-color: #A117C1;
}
.TagClassName
{
border-color: #A117C1;
}
</style>