Shades of Dark Orchid #AD16C1
Tints of Dark Orchid #AD16C1
RGB
CMYK
RGB Variations
Color information
#AD16C1 (or 0xAD16C1) is known color: Dark Orchid. HEX triplet: AD, 16 and C1. RGB value is (173,22,193). Sum of RGB (Red+Green+Blue) = 173+22+193=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD16C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16C1 is #52E93E. Grayscale: #565656. Windows color (decimal): -5433663 or 12654253. OLE color: 12654253.
HSL color Cylindrical-coordinate representation of color #AD16C1: hue angle of 292.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD16C1 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 22 | 193 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.24 |
| HSL | 292.98º | 0.8% | 0.42% | - |
| HSV(B) | 292.98º | 0.89% | 0.76% | - |
| XYZ | 27.15 | 13.31 | 51.59 | - |
| YUV | 86.64 | 188.03 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 193 | 0.10 | 0.89 | 0 | 0.24 | 292.98 | 0.8 | 0.42 |
| Hex | AD | 16 | C1 | A | 59 | 0 | 18 | 125 | 50 | 2A |
| Octal | 255 | 26 | 301 | 12 | 131 | 0 | 30 | 445 | 120 | 52 |
| Binary | 10101101 | 10110 | 11000001 | 1010 | 1011001 | 0 | 11000 | 100100101 | 1010000 | 101010 |
Color Harmonies of #AD16C1
Complementary color
Monochromatic Colors of #AD16C1
Black with #AD16C1
Text Example
Text Example
White with #AD16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16C1; }
p { color: rgb(173,22,193); }
H1.HeaderClassName
{
color: #AD16C1;
}
.AnyTagClassName
{
color: #AD16C1;
}
</style>
background-color css
<style>
a { background-color: #AD16C1; }
a { background-color: rgb(173,22,193); }
div.DivClassName
{
background-color: #AD16C1;
}
.BgClassName
{
background-color: #AD16C1;
}
</style>
border-color css
<style>
span { border-color: #AD16C1; }
span { border-color: rgb(173,22,193); }
td.TdClassName
{
border-color: #AD16C1;
}
.TagClassName
{
border-color: #AD16C1;
}
</style>