Shades of Medium Orchid #AD5BEC
Tints of Medium Orchid #AD5BEC
RGB
CMYK
RGB Variations
Color information
#AD5BEC (or 0xAD5BEC) is known color: Medium Orchid. HEX triplet: AD, 5B and EC. RGB value is (173,91,236). Sum of RGB (Red+Green+Blue) = 173+91+236=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BEC is #52A413. Grayscale: #838383. Windows color (decimal): -5415956 or 15489965. OLE color: 15489965.
HSL color Cylindrical-coordinate representation of color #AD5BEC: hue angle of 273.93º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5BEC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 91 | 236 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.07 |
| HSL | 273.93º | 0.79% | 0.64% | - |
| HSV(B) | 273.93º | 0.61% | 0.93% | - |
| XYZ | 36.11 | 22.42 | 81.78 | - |
| YUV | 132.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 236 | 0.27 | 0.61 | 0 | 0.07 | 273.93 | 0.79 | 0.64 |
| Hex | AD | 5B | EC | 1B | 3D | 0 | 7 | 112 | 4F | 40 |
| Octal | 255 | 133 | 354 | 33 | 75 | 0 | 7 | 422 | 117 | 100 |
| Binary | 10101101 | 1011011 | 11101100 | 11011 | 111101 | 0 | 111 | 100010010 | 1001111 | 1000000 |
Color Harmonies of #AD5BEC
Complementary color
Monochromatic Colors of #AD5BEC
Black with #AD5BEC
Text Example
Text Example
White with #AD5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BEC; }
p { color: rgb(173,91,236); }
H1.HeaderClassName
{
color: #AD5BEC;
}
.AnyTagClassName
{
color: #AD5BEC;
}
</style>
background-color css
<style>
a { background-color: #AD5BEC; }
a { background-color: rgb(173,91,236); }
div.DivClassName
{
background-color: #AD5BEC;
}
.BgClassName
{
background-color: #AD5BEC;
}
</style>
border-color css
<style>
span { border-color: #AD5BEC; }
span { border-color: rgb(173,91,236); }
td.TdClassName
{
border-color: #AD5BEC;
}
.TagClassName
{
border-color: #AD5BEC;
}
</style>