Shades of Dark Orchid #AD19CF
Tints of Dark Orchid #AD19CF
RGB
CMYK
RGB Variations
Color information
#AD19CF (or 0xAD19CF) is known color: Dark Orchid. HEX triplet: AD, 19 and CF. RGB value is (173,25,207). Sum of RGB (Red+Green+Blue) = 173+25+207=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19CF is #52E630. Grayscale: #595959. Windows color (decimal): -5432881 or 13572525. OLE color: 13572525.
HSL color Cylindrical-coordinate representation of color #AD19CF: hue angle of 288.79º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD19CF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 25 | 207 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.19 |
| HSL | 288.79º | 0.78% | 0.45% | - |
| HSV(B) | 288.79º | 0.88% | 0.81% | - |
| XYZ | 28.84 | 14.08 | 60.23 | - |
| YUV | 90 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 207 | 0.16 | 0.88 | 0 | 0.19 | 288.79 | 0.78 | 0.45 |
| Hex | AD | 19 | CF | 10 | 58 | 0 | 13 | 121 | 4E | 2D |
| Octal | 255 | 31 | 317 | 20 | 130 | 0 | 23 | 441 | 116 | 55 |
| Binary | 10101101 | 11001 | 11001111 | 10000 | 1011000 | 0 | 10011 | 100100001 | 1001110 | 101101 |
Color Harmonies of #AD19CF
Complementary color
Monochromatic Colors of #AD19CF
Black with #AD19CF
Text Example
Text Example
White with #AD19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19CF; }
p { color: rgb(173,25,207); }
H1.HeaderClassName
{
color: #AD19CF;
}
.AnyTagClassName
{
color: #AD19CF;
}
</style>
background-color css
<style>
a { background-color: #AD19CF; }
a { background-color: rgb(173,25,207); }
div.DivClassName
{
background-color: #AD19CF;
}
.BgClassName
{
background-color: #AD19CF;
}
</style>
border-color css
<style>
span { border-color: #AD19CF; }
span { border-color: rgb(173,25,207); }
td.TdClassName
{
border-color: #AD19CF;
}
.TagClassName
{
border-color: #AD19CF;
}
</style>