Shades of Dark Orchid #AD17BF
Tints of Dark Orchid #AD17BF
RGB
CMYK
RGB Variations
Color information
#AD17BF (or 0xAD17BF) is known color: Dark Orchid. HEX triplet: AD, 17 and BF. RGB value is (173,23,191). Sum of RGB (Red+Green+Blue) = 173+23+191=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD17BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD17BF is #52E840. Grayscale: #565656. Windows color (decimal): -5433409 or 12523437. OLE color: 12523437.
HSL color Cylindrical-coordinate representation of color #AD17BF: hue angle of 293.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD17BF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 23 | 191 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.25 |
| HSL | 293.57º | 0.79% | 0.42% | - |
| HSV(B) | 293.57º | 0.88% | 0.75% | - |
| XYZ | 26.94 | 13.26 | 50.43 | - |
| YUV | 87 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 191 | 0.09 | 0.88 | 0 | 0.25 | 293.57 | 0.79 | 0.42 |
| Hex | AD | 17 | BF | 9 | 58 | 0 | 19 | 126 | 4F | 2A |
| Octal | 255 | 27 | 277 | 11 | 130 | 0 | 31 | 446 | 117 | 52 |
| Binary | 10101101 | 10111 | 10111111 | 1001 | 1011000 | 0 | 11001 | 100100110 | 1001111 | 101010 |
Color Harmonies of #AD17BF
Complementary color
Monochromatic Colors of #AD17BF
Black with #AD17BF
Text Example
Text Example
White with #AD17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD17BF; }
p { color: rgb(173,23,191); }
H1.HeaderClassName
{
color: #AD17BF;
}
.AnyTagClassName
{
color: #AD17BF;
}
</style>
background-color css
<style>
a { background-color: #AD17BF; }
a { background-color: rgb(173,23,191); }
div.DivClassName
{
background-color: #AD17BF;
}
.BgClassName
{
background-color: #AD17BF;
}
</style>
border-color css
<style>
span { border-color: #AD17BF; }
span { border-color: rgb(173,23,191); }
td.TdClassName
{
border-color: #AD17BF;
}
.TagClassName
{
border-color: #AD17BF;
}
</style>