Shades of Dark Orchid #AD17BD
Tints of Dark Orchid #AD17BD
RGB
CMYK
RGB Variations
Color information
#AD17BD (or 0xAD17BD) is known color: Dark Orchid. HEX triplet: AD, 17 and BD. RGB value is (173,23,189). Sum of RGB (Red+Green+Blue) = 173+23+189=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17BD is #52E842. Grayscale: #565656. Windows color (decimal): -5433411 or 12392365. OLE color: 12392365.
HSL color Cylindrical-coordinate representation of color #AD17BD: hue angle of 294.22º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD17BD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 23 | 189 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.26 |
| HSL | 294.22º | 0.78% | 0.42% | - |
| HSV(B) | 294.22º | 0.88% | 0.74% | - |
| XYZ | 26.73 | 13.17 | 49.28 | - |
| YUV | 86.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 189 | 0.08 | 0.88 | 0 | 0.26 | 294.22 | 0.78 | 0.42 |
| Hex | AD | 17 | BD | 8 | 58 | 0 | 1A | 126 | 4E | 2A |
| Octal | 255 | 27 | 275 | 10 | 130 | 0 | 32 | 446 | 116 | 52 |
| Binary | 10101101 | 10111 | 10111101 | 1000 | 1011000 | 0 | 11010 | 100100110 | 1001110 | 101010 |
Color Harmonies of #AD17BD
Complementary color
Monochromatic Colors of #AD17BD
Black with #AD17BD
Text Example
Text Example
White with #AD17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17BD; }
p { color: rgb(173,23,189); }
H1.HeaderClassName
{
color: #AD17BD;
}
.AnyTagClassName
{
color: #AD17BD;
}
</style>
background-color css
<style>
a { background-color: #AD17BD; }
a { background-color: rgb(173,23,189); }
div.DivClassName
{
background-color: #AD17BD;
}
.BgClassName
{
background-color: #AD17BD;
}
</style>
border-color css
<style>
span { border-color: #AD17BD; }
span { border-color: rgb(173,23,189); }
td.TdClassName
{
border-color: #AD17BD;
}
.TagClassName
{
border-color: #AD17BD;
}
</style>