Shades of Dark Orchid #AD1DBB
Tints of Dark Orchid #AD1DBB
RGB
CMYK
RGB Variations
Color information
#AD1DBB (or 0xAD1DBB) is known color: Dark Orchid. HEX triplet: AD, 1D and BB. RGB value is (173,29,187). Sum of RGB (Red+Green+Blue) = 173+29+187=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DBB is #52E244. Grayscale: #595959. Windows color (decimal): -5431877 or 12262829. OLE color: 12262829.
HSL color Cylindrical-coordinate representation of color #AD1DBB: hue angle of 294.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1DBB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 29 | 187 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.27 |
| HSL | 294.68º | 0.73% | 0.42% | - |
| HSV(B) | 294.68º | 0.84% | 0.73% | - |
| XYZ | 26.64 | 13.35 | 48.19 | - |
| YUV | 90.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 187 | 0.07 | 0.84 | 0 | 0.27 | 294.68 | 0.73 | 0.42 |
| Hex | AD | 1D | BB | 7 | 54 | 0 | 1B | 127 | 49 | 2A |
| Octal | 255 | 35 | 273 | 7 | 124 | 0 | 33 | 447 | 111 | 52 |
| Binary | 10101101 | 11101 | 10111011 | 111 | 1010100 | 0 | 11011 | 100100111 | 1001001 | 101010 |
Color Harmonies of #AD1DBB
Complementary color
Monochromatic Colors of #AD1DBB
Black with #AD1DBB
Text Example
Text Example
White with #AD1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DBB; }
p { color: rgb(173,29,187); }
H1.HeaderClassName
{
color: #AD1DBB;
}
.AnyTagClassName
{
color: #AD1DBB;
}
</style>
background-color css
<style>
a { background-color: #AD1DBB; }
a { background-color: rgb(173,29,187); }
div.DivClassName
{
background-color: #AD1DBB;
}
.BgClassName
{
background-color: #AD1DBB;
}
</style>
border-color css
<style>
span { border-color: #AD1DBB; }
span { border-color: rgb(173,29,187); }
td.TdClassName
{
border-color: #AD1DBB;
}
.TagClassName
{
border-color: #AD1DBB;
}
</style>