Shades of Dark Orchid #AD19D4
Tints of Dark Orchid #AD19D4
RGB
CMYK
RGB Variations
Color information
#AD19D4 (or 0xAD19D4) is known color: Dark Orchid. HEX triplet: AD, 19 and D4. RGB value is (173,25,212). Sum of RGB (Red+Green+Blue) = 173+25+212=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD19D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19D4 is #52E62B. Grayscale: #595959. Windows color (decimal): -5432876 or 13900205. OLE color: 13900205.
HSL color Cylindrical-coordinate representation of color #AD19D4: hue angle of 287.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD19D4 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 25 | 212 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.17 |
| HSL | 287.49º | 0.79% | 0.46% | - |
| HSV(B) | 287.49º | 0.88% | 0.83% | - |
| XYZ | 29.46 | 14.33 | 63.5 | - |
| YUV | 90.57 | 196.53 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 212 | 0.18 | 0.88 | 0 | 0.17 | 287.49 | 0.79 | 0.46 |
| Hex | AD | 19 | D4 | 12 | 58 | 0 | 11 | 11F | 4F | 2E |
| Octal | 255 | 31 | 324 | 22 | 130 | 0 | 21 | 437 | 117 | 56 |
| Binary | 10101101 | 11001 | 11010100 | 10010 | 1011000 | 0 | 10001 | 100011111 | 1001111 | 101110 |
Color Harmonies of #AD19D4
Complementary color
Monochromatic Colors of #AD19D4
Black with #AD19D4
Text Example
Text Example
White with #AD19D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19D4; }
p { color: rgb(173,25,212); }
H1.HeaderClassName
{
color: #AD19D4;
}
.AnyTagClassName
{
color: #AD19D4;
}
</style>
background-color css
<style>
a { background-color: #AD19D4; }
a { background-color: rgb(173,25,212); }
div.DivClassName
{
background-color: #AD19D4;
}
.BgClassName
{
background-color: #AD19D4;
}
</style>
border-color css
<style>
span { border-color: #AD19D4; }
span { border-color: rgb(173,25,212); }
td.TdClassName
{
border-color: #AD19D4;
}
.TagClassName
{
border-color: #AD19D4;
}
</style>