Shades of Medium Orchid #AD54BF
Tints of Medium Orchid #AD54BF
RGB
CMYK
RGB Variations
Color information
#AD54BF (or 0xAD54BF) is known color: Medium Orchid. HEX triplet: AD, 54 and BF. RGB value is (173,84,191). Sum of RGB (Red+Green+Blue) = 173+84+191=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD54BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54BF is #52AB40. Grayscale: #7A7A7A. Windows color (decimal): -5417793 or 12539053. OLE color: 12539053.
HSL color Cylindrical-coordinate representation of color #AD54BF: hue angle of 289.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD54BF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 84 | 191 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.25 |
| HSL | 289.91º | 0.46% | 0.54% | - |
| HSV(B) | 289.91º | 0.56% | 0.75% | - |
| XYZ | 29.81 | 18.99 | 51.38 | - |
| YUV | 122.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 191 | 0.09 | 0.56 | 0 | 0.25 | 289.91 | 0.46 | 0.54 |
| Hex | AD | 54 | BF | 9 | 38 | 0 | 19 | 122 | 2E | 36 |
| Octal | 255 | 124 | 277 | 11 | 70 | 0 | 31 | 442 | 56 | 66 |
| Binary | 10101101 | 1010100 | 10111111 | 1001 | 111000 | 0 | 11001 | 100100010 | 101110 | 110110 |
Color Harmonies of #AD54BF
Complementary color
Monochromatic Colors of #AD54BF
Black with #AD54BF
Text Example
Text Example
White with #AD54BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54BF; }
p { color: rgb(173,84,191); }
H1.HeaderClassName
{
color: #AD54BF;
}
.AnyTagClassName
{
color: #AD54BF;
}
</style>
background-color css
<style>
a { background-color: #AD54BF; }
a { background-color: rgb(173,84,191); }
div.DivClassName
{
background-color: #AD54BF;
}
.BgClassName
{
background-color: #AD54BF;
}
</style>
border-color css
<style>
span { border-color: #AD54BF; }
span { border-color: rgb(173,84,191); }
td.TdClassName
{
border-color: #AD54BF;
}
.TagClassName
{
border-color: #AD54BF;
}
</style>