Shades of Dark Orchid #AD1DBC
Tints of Dark Orchid #AD1DBC
RGB
CMYK
RGB Variations
Color information
#AD1DBC (or 0xAD1DBC) is known color: Dark Orchid. HEX triplet: AD, 1D and BC. RGB value is (173,29,188). Sum of RGB (Red+Green+Blue) = 173+29+188=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD1DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DBC is #52E243. Grayscale: #595959. Windows color (decimal): -5431876 or 12328365. OLE color: 12328365.
HSL color Cylindrical-coordinate representation of color #AD1DBC: hue angle of 294.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1DBC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 29 | 188 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.26 |
| HSL | 294.34º | 0.73% | 0.43% | - |
| HSV(B) | 294.34º | 0.85% | 0.74% | - |
| XYZ | 26.75 | 13.39 | 48.75 | - |
| YUV | 90.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 188 | 0.08 | 0.85 | 0 | 0.26 | 294.34 | 0.73 | 0.43 |
| Hex | AD | 1D | BC | 8 | 55 | 0 | 1A | 126 | 49 | 2B |
| Octal | 255 | 35 | 274 | 10 | 125 | 0 | 32 | 446 | 111 | 53 |
| Binary | 10101101 | 11101 | 10111100 | 1000 | 1010101 | 0 | 11010 | 100100110 | 1001001 | 101011 |
Color Harmonies of #AD1DBC
Complementary color
Monochromatic Colors of #AD1DBC
Black with #AD1DBC
Text Example
Text Example
White with #AD1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DBC; }
p { color: rgb(173,29,188); }
H1.HeaderClassName
{
color: #AD1DBC;
}
.AnyTagClassName
{
color: #AD1DBC;
}
</style>
background-color css
<style>
a { background-color: #AD1DBC; }
a { background-color: rgb(173,29,188); }
div.DivClassName
{
background-color: #AD1DBC;
}
.BgClassName
{
background-color: #AD1DBC;
}
</style>
border-color css
<style>
span { border-color: #AD1DBC; }
span { border-color: rgb(173,29,188); }
td.TdClassName
{
border-color: #AD1DBC;
}
.TagClassName
{
border-color: #AD1DBC;
}
</style>