Shades of Dark Orchid #A118C0
Tints of Dark Orchid #A118C0
RGB
CMYK
RGB Variations
Color information
#A118C0 (or 0xA118C0) is known color: Dark Orchid. HEX triplet: A1, 18 and C0. RGB value is (161,24,192). Sum of RGB (Red+Green+Blue) = 161+24+192=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #A118C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118C0 is #5EE73F. Grayscale: #535353. Windows color (decimal): -6219584 or 12589217. OLE color: 12589217.
HSL color Cylindrical-coordinate representation of color #A118C0: hue angle of 288.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A118C0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 24 | 192 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.25 |
| HSL | 288.93º | 0.78% | 0.42% | - |
| HSV(B) | 288.93º | 0.88% | 0.75% | - |
| XYZ | 24.54 | 12.04 | 50.9 | - |
| YUV | 84.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 192 | 0.16 | 0.88 | 0 | 0.25 | 288.93 | 0.78 | 0.42 |
| Hex | A1 | 18 | C0 | 10 | 58 | 0 | 19 | 121 | 4E | 2A |
| Octal | 241 | 30 | 300 | 20 | 130 | 0 | 31 | 441 | 116 | 52 |
| Binary | 10100001 | 11000 | 11000000 | 10000 | 1011000 | 0 | 11001 | 100100001 | 1001110 | 101010 |
Color Harmonies of #A118C0
Complementary color
Monochromatic Colors of #A118C0
Black with #A118C0
Text Example
Text Example
White with #A118C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118C0; }
p { color: rgb(161,24,192); }
H1.HeaderClassName
{
color: #A118C0;
}
.AnyTagClassName
{
color: #A118C0;
}
</style>
background-color css
<style>
a { background-color: #A118C0; }
a { background-color: rgb(161,24,192); }
div.DivClassName
{
background-color: #A118C0;
}
.BgClassName
{
background-color: #A118C0;
}
</style>
border-color css
<style>
span { border-color: #A118C0; }
span { border-color: rgb(161,24,192); }
td.TdClassName
{
border-color: #A118C0;
}
.TagClassName
{
border-color: #A118C0;
}
</style>