Shades of Medium Orchid #AD5BEF
Tints of Medium Orchid #AD5BEF
RGB
CMYK
RGB Variations
Color information
#AD5BEF (or 0xAD5BEF) is known color: Medium Orchid. HEX triplet: AD, 5B and EF. RGB value is (173,91,239). Sum of RGB (Red+Green+Blue) = 173+91+239=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BEF is #52A410. Grayscale: #838383. Windows color (decimal): -5415953 or 15686573. OLE color: 15686573.
HSL color Cylindrical-coordinate representation of color #AD5BEF: hue angle of 273.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5BEF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 91 | 239 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.06 |
| HSL | 273.24º | 0.82% | 0.65% | - |
| HSV(B) | 273.24º | 0.62% | 0.94% | - |
| XYZ | 36.55 | 22.6 | 84.1 | - |
| YUV | 132.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 239 | 0.28 | 0.62 | 0 | 0.06 | 273.24 | 0.82 | 0.65 |
| Hex | AD | 5B | EF | 1C | 3E | 0 | 6 | 111 | 52 | 41 |
| Octal | 255 | 133 | 357 | 34 | 76 | 0 | 6 | 421 | 122 | 101 |
| Binary | 10101101 | 1011011 | 11101111 | 11100 | 111110 | 0 | 110 | 100010001 | 1010010 | 1000001 |
Color Harmonies of #AD5BEF
Complementary color
Monochromatic Colors of #AD5BEF
Black with #AD5BEF
Text Example
Text Example
White with #AD5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BEF; }
p { color: rgb(173,91,239); }
H1.HeaderClassName
{
color: #AD5BEF;
}
.AnyTagClassName
{
color: #AD5BEF;
}
</style>
background-color css
<style>
a { background-color: #AD5BEF; }
a { background-color: rgb(173,91,239); }
div.DivClassName
{
background-color: #AD5BEF;
}
.BgClassName
{
background-color: #AD5BEF;
}
</style>
border-color css
<style>
span { border-color: #AD5BEF; }
span { border-color: rgb(173,91,239); }
td.TdClassName
{
border-color: #AD5BEF;
}
.TagClassName
{
border-color: #AD5BEF;
}
</style>