Shades of Dark Orchid #AD19DD
Tints of Dark Orchid #AD19DD
RGB
CMYK
RGB Variations
Color information
#AD19DD (or 0xAD19DD) is known color: Dark Orchid. HEX triplet: AD, 19 and DD. RGB value is (173,25,221). Sum of RGB (Red+Green+Blue) = 173+25+221=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD19DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19DD is #52E622. Grayscale: #5A5A5A. Windows color (decimal): -5432867 or 14490029. OLE color: 14490029.
HSL color Cylindrical-coordinate representation of color #AD19DD: hue angle of 285.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19DD is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 25 | 221 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.13 |
| HSL | 285.31º | 0.8% | 0.48% | - |
| HSV(B) | 285.31º | 0.89% | 0.87% | - |
| XYZ | 30.63 | 14.8 | 69.65 | - |
| YUV | 91.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 221 | 0.22 | 0.89 | 0 | 0.13 | 285.31 | 0.8 | 0.48 |
| Hex | AD | 19 | DD | 16 | 59 | 0 | D | 11D | 50 | 30 |
| Octal | 255 | 31 | 335 | 26 | 131 | 0 | 15 | 435 | 120 | 60 |
| Binary | 10101101 | 11001 | 11011101 | 10110 | 1011001 | 0 | 1101 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AD19DD
Complementary color
Monochromatic Colors of #AD19DD
Black with #AD19DD
Text Example
Text Example
White with #AD19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19DD; }
p { color: rgb(173,25,221); }
H1.HeaderClassName
{
color: #AD19DD;
}
.AnyTagClassName
{
color: #AD19DD;
}
</style>
background-color css
<style>
a { background-color: #AD19DD; }
a { background-color: rgb(173,25,221); }
div.DivClassName
{
background-color: #AD19DD;
}
.BgClassName
{
background-color: #AD19DD;
}
</style>
border-color css
<style>
span { border-color: #AD19DD; }
span { border-color: rgb(173,25,221); }
td.TdClassName
{
border-color: #AD19DD;
}
.TagClassName
{
border-color: #AD19DD;
}
</style>