Shades of Dark Orchid #AD19BD
Tints of Dark Orchid #AD19BD
RGB
CMYK
RGB Variations
Color information
#AD19BD (or 0xAD19BD) is known color: Dark Orchid. HEX triplet: AD, 19 and BD. RGB value is (173,25,189). Sum of RGB (Red+Green+Blue) = 173+25+189=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD19BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19BD is #52E642. Grayscale: #575757. Windows color (decimal): -5432899 or 12392877. OLE color: 12392877.
HSL color Cylindrical-coordinate representation of color #AD19BD: hue angle of 294.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD19BD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 25 | 189 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.26 |
| HSL | 294.15º | 0.77% | 0.42% | - |
| HSV(B) | 294.15º | 0.87% | 0.74% | - |
| XYZ | 26.77 | 13.25 | 49.29 | - |
| YUV | 87.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 189 | 0.08 | 0.87 | 0 | 0.26 | 294.15 | 0.77 | 0.42 |
| Hex | AD | 19 | BD | 8 | 57 | 0 | 1A | 126 | 4D | 2A |
| Octal | 255 | 31 | 275 | 10 | 127 | 0 | 32 | 446 | 115 | 52 |
| Binary | 10101101 | 11001 | 10111101 | 1000 | 1010111 | 0 | 11010 | 100100110 | 1001101 | 101010 |
Color Harmonies of #AD19BD
Complementary color
Monochromatic Colors of #AD19BD
Black with #AD19BD
Text Example
Text Example
White with #AD19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19BD; }
p { color: rgb(173,25,189); }
H1.HeaderClassName
{
color: #AD19BD;
}
.AnyTagClassName
{
color: #AD19BD;
}
</style>
background-color css
<style>
a { background-color: #AD19BD; }
a { background-color: rgb(173,25,189); }
div.DivClassName
{
background-color: #AD19BD;
}
.BgClassName
{
background-color: #AD19BD;
}
</style>
border-color css
<style>
span { border-color: #AD19BD; }
span { border-color: rgb(173,25,189); }
td.TdClassName
{
border-color: #AD19BD;
}
.TagClassName
{
border-color: #AD19BD;
}
</style>