Shades of Dark Orchid #A117C5
Tints of Dark Orchid #A117C5
RGB
CMYK
RGB Variations
Color information
#A117C5 (or 0xA117C5) is known color: Dark Orchid. HEX triplet: A1, 17 and C5. RGB value is (161,23,197). Sum of RGB (Red+Green+Blue) = 161+23+197=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #A117C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117C5 is #5EE83A. Grayscale: #535353. Windows color (decimal): -6219835 or 12916641. OLE color: 12916641.
HSL color Cylindrical-coordinate representation of color #A117C5: hue angle of 287.59º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A117C5 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 23 | 197 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.23 |
| HSL | 287.59º | 0.79% | 0.43% | - |
| HSV(B) | 287.59º | 0.88% | 0.77% | - |
| XYZ | 25.08 | 12.22 | 53.86 | - |
| YUV | 84.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 197 | 0.18 | 0.88 | 0 | 0.23 | 287.59 | 0.79 | 0.43 |
| Hex | A1 | 17 | C5 | 12 | 58 | 0 | 17 | 120 | 4F | 2B |
| Octal | 241 | 27 | 305 | 22 | 130 | 0 | 27 | 440 | 117 | 53 |
| Binary | 10100001 | 10111 | 11000101 | 10010 | 1011000 | 0 | 10111 | 100100000 | 1001111 | 101011 |
Color Harmonies of #A117C5
Complementary color
Monochromatic Colors of #A117C5
Black with #A117C5
Text Example
Text Example
White with #A117C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117C5; }
p { color: rgb(161,23,197); }
H1.HeaderClassName
{
color: #A117C5;
}
.AnyTagClassName
{
color: #A117C5;
}
</style>
background-color css
<style>
a { background-color: #A117C5; }
a { background-color: rgb(161,23,197); }
div.DivClassName
{
background-color: #A117C5;
}
.BgClassName
{
background-color: #A117C5;
}
</style>
border-color css
<style>
span { border-color: #A117C5; }
span { border-color: rgb(161,23,197); }
td.TdClassName
{
border-color: #A117C5;
}
.TagClassName
{
border-color: #A117C5;
}
</style>