Shades of Dark Orchid #AD1DBD
Tints of Dark Orchid #AD1DBD
RGB
CMYK
RGB Variations
Color information
#AD1DBD (or 0xAD1DBD) is known color: Dark Orchid. HEX triplet: AD, 1D and BD. RGB value is (173,29,189). Sum of RGB (Red+Green+Blue) = 173+29+189=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD1DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DBD is #52E242. Grayscale: #595959. Windows color (decimal): -5431875 or 12393901. OLE color: 12393901.
HSL color Cylindrical-coordinate representation of color #AD1DBD: hue angle of 294º 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 #AD1DBD is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 29 | 189 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.26 |
| HSL | 294º | 0.73% | 0.43% | - |
| HSV(B) | 294º | 0.85% | 0.74% | - |
| XYZ | 26.86 | 13.44 | 49.32 | - |
| YUV | 90.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 189 | 0.08 | 0.85 | 0 | 0.26 | 294 | 0.73 | 0.43 |
| Hex | AD | 1D | BD | 8 | 55 | 0 | 1A | 126 | 49 | 2B |
| Octal | 255 | 35 | 275 | 10 | 125 | 0 | 32 | 446 | 111 | 53 |
| Binary | 10101101 | 11101 | 10111101 | 1000 | 1010101 | 0 | 11010 | 100100110 | 1001001 | 101011 |
Color Harmonies of #AD1DBD
Complementary color
Monochromatic Colors of #AD1DBD
Black with #AD1DBD
Text Example
Text Example
White with #AD1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DBD; }
p { color: rgb(173,29,189); }
H1.HeaderClassName
{
color: #AD1DBD;
}
.AnyTagClassName
{
color: #AD1DBD;
}
</style>
background-color css
<style>
a { background-color: #AD1DBD; }
a { background-color: rgb(173,29,189); }
div.DivClassName
{
background-color: #AD1DBD;
}
.BgClassName
{
background-color: #AD1DBD;
}
</style>
border-color css
<style>
span { border-color: #AD1DBD; }
span { border-color: rgb(173,29,189); }
td.TdClassName
{
border-color: #AD1DBD;
}
.TagClassName
{
border-color: #AD1DBD;
}
</style>