Shades of Medium Orchid #AD5ACF
Tints of Medium Orchid #AD5ACF
RGB
CMYK
RGB Variations
Color information
#AD5ACF (or 0xAD5ACF) is known color: Medium Orchid. HEX triplet: AD, 5A and CF. RGB value is (173,90,207). Sum of RGB (Red+Green+Blue) = 173+90+207=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ACF is #52A530. Grayscale: #7F7F7F. Windows color (decimal): -5416241 or 13589165. OLE color: 13589165.
HSL color Cylindrical-coordinate representation of color #AD5ACF: hue angle of 282.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5ACF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 90 | 207 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.19 |
| HSL | 282.56º | 0.55% | 0.58% | - |
| HSV(B) | 282.56º | 0.57% | 0.81% | - |
| XYZ | 32.15 | 20.7 | 61.33 | - |
| YUV | 128.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 207 | 0.16 | 0.57 | 0 | 0.19 | 282.56 | 0.55 | 0.58 |
| Hex | AD | 5A | CF | 10 | 39 | 0 | 13 | 11B | 37 | 3A |
| Octal | 255 | 132 | 317 | 20 | 71 | 0 | 23 | 433 | 67 | 72 |
| Binary | 10101101 | 1011010 | 11001111 | 10000 | 111001 | 0 | 10011 | 100011011 | 110111 | 111010 |
Color Harmonies of #AD5ACF
Complementary color
Monochromatic Colors of #AD5ACF
Black with #AD5ACF
Text Example
Text Example
White with #AD5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ACF; }
p { color: rgb(173,90,207); }
H1.HeaderClassName
{
color: #AD5ACF;
}
.AnyTagClassName
{
color: #AD5ACF;
}
</style>
background-color css
<style>
a { background-color: #AD5ACF; }
a { background-color: rgb(173,90,207); }
div.DivClassName
{
background-color: #AD5ACF;
}
.BgClassName
{
background-color: #AD5ACF;
}
</style>
border-color css
<style>
span { border-color: #AD5ACF; }
span { border-color: rgb(173,90,207); }
td.TdClassName
{
border-color: #AD5ACF;
}
.TagClassName
{
border-color: #AD5ACF;
}
</style>