Shades of Dark Orchid #A019BC
Tints of Dark Orchid #A019BC
RGB
CMYK
RGB Variations
Color information
#A019BC (or 0xA019BC) is known color: Dark Orchid. HEX triplet: A0, 19 and BC. RGB value is (160,25,188). Sum of RGB (Red+Green+Blue) = 160+25+188=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A019BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019BC is #5FE643. Grayscale: #535353. Windows color (decimal): -6284868 or 12327328. OLE color: 12327328.
HSL color Cylindrical-coordinate representation of color #A019BC: hue angle of 289.69º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A019BC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 25 | 188 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.26 |
| HSL | 289.69º | 0.77% | 0.42% | - |
| HSV(B) | 289.69º | 0.87% | 0.74% | - |
| XYZ | 23.92 | 11.8 | 48.59 | - |
| YUV | 83.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 188 | 0.15 | 0.87 | 0 | 0.26 | 289.69 | 0.77 | 0.42 |
| Hex | A0 | 19 | BC | F | 57 | 0 | 1A | 122 | 4D | 2A |
| Octal | 240 | 31 | 274 | 17 | 127 | 0 | 32 | 442 | 115 | 52 |
| Binary | 10100000 | 11001 | 10111100 | 1111 | 1010111 | 0 | 11010 | 100100010 | 1001101 | 101010 |
Color Harmonies of #A019BC
Complementary color
Monochromatic Colors of #A019BC
Black with #A019BC
Text Example
Text Example
White with #A019BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019BC; }
p { color: rgb(160,25,188); }
H1.HeaderClassName
{
color: #A019BC;
}
.AnyTagClassName
{
color: #A019BC;
}
</style>
background-color css
<style>
a { background-color: #A019BC; }
a { background-color: rgb(160,25,188); }
div.DivClassName
{
background-color: #A019BC;
}
.BgClassName
{
background-color: #A019BC;
}
</style>
border-color css
<style>
span { border-color: #A019BC; }
span { border-color: rgb(160,25,188); }
td.TdClassName
{
border-color: #A019BC;
}
.TagClassName
{
border-color: #A019BC;
}
</style>