Shades of Dark Orchid #A018C0
Tints of Dark Orchid #A018C0
RGB
CMYK
RGB Variations
Color information
#A018C0 (or 0xA018C0) is known color: Dark Orchid. HEX triplet: A0, 18 and C0. RGB value is (160,24,192). Sum of RGB (Red+Green+Blue) = 160+24+192=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #A018C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018C0 is #5FE73F. Grayscale: #535353. Windows color (decimal): -6285120 or 12589216. OLE color: 12589216.
HSL color Cylindrical-coordinate representation of color #A018C0: hue angle of 288.57º 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 #A018C0 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 24 | 192 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.25 |
| HSL | 288.57º | 0.78% | 0.42% | - |
| HSV(B) | 288.57º | 0.88% | 0.75% | - |
| XYZ | 24.34 | 11.93 | 50.89 | - |
| YUV | 83.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 192 | 0.17 | 0.88 | 0 | 0.25 | 288.57 | 0.78 | 0.42 |
| Hex | A0 | 18 | C0 | 11 | 58 | 0 | 19 | 121 | 4E | 2A |
| Octal | 240 | 30 | 300 | 21 | 130 | 0 | 31 | 441 | 116 | 52 |
| Binary | 10100000 | 11000 | 11000000 | 10001 | 1011000 | 0 | 11001 | 100100001 | 1001110 | 101010 |
Color Harmonies of #A018C0
Complementary color
Monochromatic Colors of #A018C0
Black with #A018C0
Text Example
Text Example
White with #A018C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018C0; }
p { color: rgb(160,24,192); }
H1.HeaderClassName
{
color: #A018C0;
}
.AnyTagClassName
{
color: #A018C0;
}
</style>
background-color css
<style>
a { background-color: #A018C0; }
a { background-color: rgb(160,24,192); }
div.DivClassName
{
background-color: #A018C0;
}
.BgClassName
{
background-color: #A018C0;
}
</style>
border-color css
<style>
span { border-color: #A018C0; }
span { border-color: rgb(160,24,192); }
td.TdClassName
{
border-color: #A018C0;
}
.TagClassName
{
border-color: #A018C0;
}
</style>