Shades of Dark Orchid #AD19DB
Tints of Dark Orchid #AD19DB
RGB
CMYK
RGB Variations
Color information
#AD19DB (or 0xAD19DB) is known color: Dark Orchid. HEX triplet: AD, 19 and DB. RGB value is (173,25,219). Sum of RGB (Red+Green+Blue) = 173+25+219=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19DB is #52E624. Grayscale: #5A5A5A. Windows color (decimal): -5432869 or 14358957. OLE color: 14358957.
HSL color Cylindrical-coordinate representation of color #AD19DB: hue angle of 285.77º 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 #AD19DB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 25 | 219 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.14 |
| HSL | 285.77º | 0.8% | 0.48% | - |
| HSV(B) | 285.77º | 0.89% | 0.86% | - |
| XYZ | 30.37 | 14.69 | 68.25 | - |
| YUV | 91.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 219 | 0.21 | 0.89 | 0 | 0.14 | 285.77 | 0.8 | 0.48 |
| Hex | AD | 19 | DB | 15 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 255 | 31 | 333 | 25 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10101101 | 11001 | 11011011 | 10101 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AD19DB
Complementary color
Monochromatic Colors of #AD19DB
Black with #AD19DB
Text Example
Text Example
White with #AD19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19DB; }
p { color: rgb(173,25,219); }
H1.HeaderClassName
{
color: #AD19DB;
}
.AnyTagClassName
{
color: #AD19DB;
}
</style>
background-color css
<style>
a { background-color: #AD19DB; }
a { background-color: rgb(173,25,219); }
div.DivClassName
{
background-color: #AD19DB;
}
.BgClassName
{
background-color: #AD19DB;
}
</style>
border-color css
<style>
span { border-color: #AD19DB; }
span { border-color: rgb(173,25,219); }
td.TdClassName
{
border-color: #AD19DB;
}
.TagClassName
{
border-color: #AD19DB;
}
</style>