Shades of Dark Orchid #AD19BA
Tints of Dark Orchid #AD19BA
RGB
CMYK
RGB Variations
Color information
#AD19BA (or 0xAD19BA) is known color: Dark Orchid. HEX triplet: AD, 19 and BA. RGB value is (173,25,186). Sum of RGB (Red+Green+Blue) = 173+25+186=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19BA is #52E645. Grayscale: #575757. Windows color (decimal): -5432902 or 12196269. OLE color: 12196269.
HSL color Cylindrical-coordinate representation of color #AD19BA: hue angle of 295.16º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD19BA is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 25 | 186 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.27 |
| HSL | 295.16º | 0.76% | 0.41% | - |
| HSV(B) | 295.16º | 0.87% | 0.73% | - |
| XYZ | 26.44 | 13.12 | 47.59 | - |
| YUV | 87.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 186 | 0.07 | 0.87 | 0 | 0.27 | 295.16 | 0.76 | 0.41 |
| Hex | AD | 19 | BA | 7 | 57 | 0 | 1B | 127 | 4C | 29 |
| Octal | 255 | 31 | 272 | 7 | 127 | 0 | 33 | 447 | 114 | 51 |
| Binary | 10101101 | 11001 | 10111010 | 111 | 1010111 | 0 | 11011 | 100100111 | 1001100 | 101001 |
Color Harmonies of #AD19BA
Complementary color
Monochromatic Colors of #AD19BA
Black with #AD19BA
Text Example
Text Example
White with #AD19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19BA; }
p { color: rgb(173,25,186); }
H1.HeaderClassName
{
color: #AD19BA;
}
.AnyTagClassName
{
color: #AD19BA;
}
</style>
background-color css
<style>
a { background-color: #AD19BA; }
a { background-color: rgb(173,25,186); }
div.DivClassName
{
background-color: #AD19BA;
}
.BgClassName
{
background-color: #AD19BA;
}
</style>
border-color css
<style>
span { border-color: #AD19BA; }
span { border-color: rgb(173,25,186); }
td.TdClassName
{
border-color: #AD19BA;
}
.TagClassName
{
border-color: #AD19BA;
}
</style>