Shades of Dark Orchid #AD19DA
Tints of Dark Orchid #AD19DA
RGB
CMYK
RGB Variations
Color information
#AD19DA (or 0xAD19DA) is known color: Dark Orchid. HEX triplet: AD, 19 and DA. RGB value is (173,25,218). Sum of RGB (Red+Green+Blue) = 173+25+218=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD19DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19DA is #52E625. Grayscale: #5A5A5A. Windows color (decimal): -5432870 or 14293421. OLE color: 14293421.
HSL color Cylindrical-coordinate representation of color #AD19DA: hue angle of 286.01º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD19DA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 25 | 218 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.15 |
| HSL | 286.01º | 0.79% | 0.48% | - |
| HSV(B) | 286.01º | 0.89% | 0.85% | - |
| XYZ | 30.24 | 14.64 | 67.56 | - |
| YUV | 91.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 218 | 0.21 | 0.89 | 0 | 0.15 | 286.01 | 0.79 | 0.48 |
| Hex | AD | 19 | DA | 15 | 59 | 0 | F | 11E | 4F | 30 |
| Octal | 255 | 31 | 332 | 25 | 131 | 0 | 17 | 436 | 117 | 60 |
| Binary | 10101101 | 11001 | 11011010 | 10101 | 1011001 | 0 | 1111 | 100011110 | 1001111 | 110000 |
Color Harmonies of #AD19DA
Complementary color
Monochromatic Colors of #AD19DA
Black with #AD19DA
Text Example
Text Example
White with #AD19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19DA; }
p { color: rgb(173,25,218); }
H1.HeaderClassName
{
color: #AD19DA;
}
.AnyTagClassName
{
color: #AD19DA;
}
</style>
background-color css
<style>
a { background-color: #AD19DA; }
a { background-color: rgb(173,25,218); }
div.DivClassName
{
background-color: #AD19DA;
}
.BgClassName
{
background-color: #AD19DA;
}
</style>
border-color css
<style>
span { border-color: #AD19DA; }
span { border-color: rgb(173,25,218); }
td.TdClassName
{
border-color: #AD19DA;
}
.TagClassName
{
border-color: #AD19DA;
}
</style>