Shades of Dark Orchid #AD19DC
Tints of Dark Orchid #AD19DC
RGB
CMYK
RGB Variations
Color information
#AD19DC (or 0xAD19DC) is known color: Dark Orchid. HEX triplet: AD, 19 and DC. RGB value is (173,25,220). Sum of RGB (Red+Green+Blue) = 173+25+220=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD19DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19DC is #52E623. Grayscale: #5A5A5A. Windows color (decimal): -5432868 or 14424493. OLE color: 14424493.
HSL color Cylindrical-coordinate representation of color #AD19DC: hue angle of 285.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19DC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 25 | 220 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.14 |
| HSL | 285.54º | 0.8% | 0.48% | - |
| HSV(B) | 285.54º | 0.89% | 0.86% | - |
| XYZ | 30.5 | 14.75 | 68.95 | - |
| YUV | 91.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 220 | 0.21 | 0.89 | 0 | 0.14 | 285.54 | 0.8 | 0.48 |
| Hex | AD | 19 | DC | 15 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 255 | 31 | 334 | 25 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10101101 | 11001 | 11011100 | 10101 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AD19DC
Complementary color
Monochromatic Colors of #AD19DC
Black with #AD19DC
Text Example
Text Example
White with #AD19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19DC; }
p { color: rgb(173,25,220); }
H1.HeaderClassName
{
color: #AD19DC;
}
.AnyTagClassName
{
color: #AD19DC;
}
</style>
background-color css
<style>
a { background-color: #AD19DC; }
a { background-color: rgb(173,25,220); }
div.DivClassName
{
background-color: #AD19DC;
}
.BgClassName
{
background-color: #AD19DC;
}
</style>
border-color css
<style>
span { border-color: #AD19DC; }
span { border-color: rgb(173,25,220); }
td.TdClassName
{
border-color: #AD19DC;
}
.TagClassName
{
border-color: #AD19DC;
}
</style>