Shades of Dark Orchid #AD19D1
Tints of Dark Orchid #AD19D1
RGB
CMYK
RGB Variations
Color information
#AD19D1 (or 0xAD19D1) is known color: Dark Orchid. HEX triplet: AD, 19 and D1. RGB value is (173,25,209). Sum of RGB (Red+Green+Blue) = 173+25+209=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD19D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19D1 is #52E62E. Grayscale: #595959. Windows color (decimal): -5432879 or 13703597. OLE color: 13703597.
HSL color Cylindrical-coordinate representation of color #AD19D1: hue angle of 288.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD19D1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 25 | 209 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.18 |
| HSL | 288.26º | 0.79% | 0.46% | - |
| HSV(B) | 288.26º | 0.88% | 0.82% | - |
| XYZ | 29.09 | 14.18 | 61.53 | - |
| YUV | 90.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 209 | 0.17 | 0.88 | 0 | 0.18 | 288.26 | 0.79 | 0.46 |
| Hex | AD | 19 | D1 | 11 | 58 | 0 | 12 | 120 | 4F | 2E |
| Octal | 255 | 31 | 321 | 21 | 130 | 0 | 22 | 440 | 117 | 56 |
| Binary | 10101101 | 11001 | 11010001 | 10001 | 1011000 | 0 | 10010 | 100100000 | 1001111 | 101110 |
Color Harmonies of #AD19D1
Complementary color
Monochromatic Colors of #AD19D1
Black with #AD19D1
Text Example
Text Example
White with #AD19D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19D1; }
p { color: rgb(173,25,209); }
H1.HeaderClassName
{
color: #AD19D1;
}
.AnyTagClassName
{
color: #AD19D1;
}
</style>
background-color css
<style>
a { background-color: #AD19D1; }
a { background-color: rgb(173,25,209); }
div.DivClassName
{
background-color: #AD19D1;
}
.BgClassName
{
background-color: #AD19D1;
}
</style>
border-color css
<style>
span { border-color: #AD19D1; }
span { border-color: rgb(173,25,209); }
td.TdClassName
{
border-color: #AD19D1;
}
.TagClassName
{
border-color: #AD19D1;
}
</style>