Shades of Medium Orchid #AD58BF
Tints of Medium Orchid #AD58BF
RGB
CMYK
RGB Variations
Color information
#AD58BF (or 0xAD58BF) is known color: Medium Orchid. HEX triplet: AD, 58 and BF. RGB value is (173,88,191). Sum of RGB (Red+Green+Blue) = 173+88+191=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD58BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58BF is #52A740. Grayscale: #7C7C7C. Windows color (decimal): -5416769 or 12540077. OLE color: 12540077.
HSL color Cylindrical-coordinate representation of color #AD58BF: hue angle of 289.51º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD58BF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 88 | 191 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.25 |
| HSL | 289.51º | 0.45% | 0.55% | - |
| HSV(B) | 289.51º | 0.54% | 0.75% | - |
| XYZ | 30.13 | 19.63 | 51.49 | - |
| YUV | 125.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 191 | 0.09 | 0.54 | 0 | 0.25 | 289.51 | 0.45 | 0.55 |
| Hex | AD | 58 | BF | 9 | 36 | 0 | 19 | 122 | 2D | 37 |
| Octal | 255 | 130 | 277 | 11 | 66 | 0 | 31 | 442 | 55 | 67 |
| Binary | 10101101 | 1011000 | 10111111 | 1001 | 110110 | 0 | 11001 | 100100010 | 101101 | 110111 |
Color Harmonies of #AD58BF
Complementary color
Monochromatic Colors of #AD58BF
Black with #AD58BF
Text Example
Text Example
White with #AD58BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58BF; }
p { color: rgb(173,88,191); }
H1.HeaderClassName
{
color: #AD58BF;
}
.AnyTagClassName
{
color: #AD58BF;
}
</style>
background-color css
<style>
a { background-color: #AD58BF; }
a { background-color: rgb(173,88,191); }
div.DivClassName
{
background-color: #AD58BF;
}
.BgClassName
{
background-color: #AD58BF;
}
</style>
border-color css
<style>
span { border-color: #AD58BF; }
span { border-color: rgb(173,88,191); }
td.TdClassName
{
border-color: #AD58BF;
}
.TagClassName
{
border-color: #AD58BF;
}
</style>