Shades of Dark Orchid #AD19D5
Tints of Dark Orchid #AD19D5
RGB
CMYK
RGB Variations
Color information
#AD19D5 (or 0xAD19D5) is known color: Dark Orchid. HEX triplet: AD, 19 and D5. RGB value is (173,25,213). Sum of RGB (Red+Green+Blue) = 173+25+213=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD19D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD19D5 is #52E62A. Grayscale: #5A5A5A. Windows color (decimal): -5432875 or 13965741. OLE color: 13965741.
HSL color Cylindrical-coordinate representation of color #AD19D5: hue angle of 287.23º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD19D5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 25 | 213 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.16 |
| HSL | 287.23º | 0.79% | 0.47% | - |
| HSV(B) | 287.23º | 0.88% | 0.84% | - |
| XYZ | 29.59 | 14.38 | 64.17 | - |
| YUV | 90.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 213 | 0.19 | 0.88 | 0 | 0.16 | 287.23 | 0.79 | 0.47 |
| Hex | AD | 19 | D5 | 13 | 58 | 0 | 10 | 11F | 4F | 2F |
| Octal | 255 | 31 | 325 | 23 | 130 | 0 | 20 | 437 | 117 | 57 |
| Binary | 10101101 | 11001 | 11010101 | 10011 | 1011000 | 0 | 10000 | 100011111 | 1001111 | 101111 |
Color Harmonies of #AD19D5
Complementary color
Monochromatic Colors of #AD19D5
Black with #AD19D5
Text Example
Text Example
White with #AD19D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19D5; }
p { color: rgb(173,25,213); }
H1.HeaderClassName
{
color: #AD19D5;
}
.AnyTagClassName
{
color: #AD19D5;
}
</style>
background-color css
<style>
a { background-color: #AD19D5; }
a { background-color: rgb(173,25,213); }
div.DivClassName
{
background-color: #AD19D5;
}
.BgClassName
{
background-color: #AD19D5;
}
</style>
border-color css
<style>
span { border-color: #AD19D5; }
span { border-color: rgb(173,25,213); }
td.TdClassName
{
border-color: #AD19D5;
}
.TagClassName
{
border-color: #AD19D5;
}
</style>