Shades of Dark Orchid #AD19BC
Tints of Dark Orchid #AD19BC
RGB
CMYK
RGB Variations
Color information
#AD19BC (or 0xAD19BC) is known color: Dark Orchid. HEX triplet: AD, 19 and BC. RGB value is (173,25,188). Sum of RGB (Red+Green+Blue) = 173+25+188=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD19BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19BC is #52E643. Grayscale: #575757. Windows color (decimal): -5432900 or 12327341. OLE color: 12327341.
HSL color Cylindrical-coordinate representation of color #AD19BC: hue angle of 294.48º 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 #AD19BC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 25 | 188 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.26 |
| HSL | 294.48º | 0.77% | 0.42% | - |
| HSV(B) | 294.48º | 0.87% | 0.74% | - |
| XYZ | 26.66 | 13.21 | 48.72 | - |
| YUV | 87.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 188 | 0.08 | 0.87 | 0 | 0.26 | 294.48 | 0.77 | 0.42 |
| Hex | AD | 19 | BC | 8 | 57 | 0 | 1A | 126 | 4D | 2A |
| Octal | 255 | 31 | 274 | 10 | 127 | 0 | 32 | 446 | 115 | 52 |
| Binary | 10101101 | 11001 | 10111100 | 1000 | 1010111 | 0 | 11010 | 100100110 | 1001101 | 101010 |
Color Harmonies of #AD19BC
Complementary color
Monochromatic Colors of #AD19BC
Black with #AD19BC
Text Example
Text Example
White with #AD19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19BC; }
p { color: rgb(173,25,188); }
H1.HeaderClassName
{
color: #AD19BC;
}
.AnyTagClassName
{
color: #AD19BC;
}
</style>
background-color css
<style>
a { background-color: #AD19BC; }
a { background-color: rgb(173,25,188); }
div.DivClassName
{
background-color: #AD19BC;
}
.BgClassName
{
background-color: #AD19BC;
}
</style>
border-color css
<style>
span { border-color: #AD19BC; }
span { border-color: rgb(173,25,188); }
td.TdClassName
{
border-color: #AD19BC;
}
.TagClassName
{
border-color: #AD19BC;
}
</style>