Shades of Dark Orchid #AD1DB8
Tints of Dark Orchid #AD1DB8
RGB
CMYK
RGB Variations
Color information
#AD1DB8 (or 0xAD1DB8) is known color: Dark Orchid. HEX triplet: AD, 1D and B8. RGB value is (173,29,184). Sum of RGB (Red+Green+Blue) = 173+29+184=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD1DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DB8 is #52E247. Grayscale: #595959. Windows color (decimal): -5431880 or 12066221. OLE color: 12066221.
HSL color Cylindrical-coordinate representation of color #AD1DB8: hue angle of 295.74º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1DB8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 29 | 184 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.28 |
| HSL | 295.74º | 0.73% | 0.42% | - |
| HSV(B) | 295.74º | 0.84% | 0.72% | - |
| XYZ | 26.32 | 13.22 | 46.51 | - |
| YUV | 89.73 | 181.21 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 184 | 0.06 | 0.84 | 0 | 0.28 | 295.74 | 0.73 | 0.42 |
| Hex | AD | 1D | B8 | 6 | 54 | 0 | 1C | 128 | 49 | 2A |
| Octal | 255 | 35 | 270 | 6 | 124 | 0 | 34 | 450 | 111 | 52 |
| Binary | 10101101 | 11101 | 10111000 | 110 | 1010100 | 0 | 11100 | 100101000 | 1001001 | 101010 |
Color Harmonies of #AD1DB8
Complementary color
Monochromatic Colors of #AD1DB8
Black with #AD1DB8
Text Example
Text Example
White with #AD1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DB8; }
p { color: rgb(173,29,184); }
H1.HeaderClassName
{
color: #AD1DB8;
}
.AnyTagClassName
{
color: #AD1DB8;
}
</style>
background-color css
<style>
a { background-color: #AD1DB8; }
a { background-color: rgb(173,29,184); }
div.DivClassName
{
background-color: #AD1DB8;
}
.BgClassName
{
background-color: #AD1DB8;
}
</style>
border-color css
<style>
span { border-color: #AD1DB8; }
span { border-color: rgb(173,29,184); }
td.TdClassName
{
border-color: #AD1DB8;
}
.TagClassName
{
border-color: #AD1DB8;
}
</style>