Shades of Dark Orchid #A118C1
Tints of Dark Orchid #A118C1
RGB
CMYK
RGB Variations
Color information
#A118C1 (or 0xA118C1) is known color: Dark Orchid. HEX triplet: A1, 18 and C1. RGB value is (161,24,193). Sum of RGB (Red+Green+Blue) = 161+24+193=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #A118C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118C1 is #5EE73E. Grayscale: #535353. Windows color (decimal): -6219583 or 12654753. OLE color: 12654753.
HSL color Cylindrical-coordinate representation of color #A118C1: hue angle of 288.64º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A118C1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 24 | 193 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.24 |
| HSL | 288.64º | 0.78% | 0.43% | - |
| HSV(B) | 288.64º | 0.88% | 0.76% | - |
| XYZ | 24.65 | 12.08 | 51.48 | - |
| YUV | 84.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 193 | 0.17 | 0.88 | 0 | 0.24 | 288.64 | 0.78 | 0.43 |
| Hex | A1 | 18 | C1 | 11 | 58 | 0 | 18 | 121 | 4E | 2B |
| Octal | 241 | 30 | 301 | 21 | 130 | 0 | 30 | 441 | 116 | 53 |
| Binary | 10100001 | 11000 | 11000001 | 10001 | 1011000 | 0 | 11000 | 100100001 | 1001110 | 101011 |
Color Harmonies of #A118C1
Complementary color
Monochromatic Colors of #A118C1
Black with #A118C1
Text Example
Text Example
White with #A118C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118C1; }
p { color: rgb(161,24,193); }
H1.HeaderClassName
{
color: #A118C1;
}
.AnyTagClassName
{
color: #A118C1;
}
</style>
background-color css
<style>
a { background-color: #A118C1; }
a { background-color: rgb(161,24,193); }
div.DivClassName
{
background-color: #A118C1;
}
.BgClassName
{
background-color: #A118C1;
}
</style>
border-color css
<style>
span { border-color: #A118C1; }
span { border-color: rgb(161,24,193); }
td.TdClassName
{
border-color: #A118C1;
}
.TagClassName
{
border-color: #A118C1;
}
</style>