Shades of Medium Orchid #AD5FEF
Tints of Medium Orchid #AD5FEF
RGB
CMYK
RGB Variations
Color information
#AD5FEF (or 0xAD5FEF) is known color: Medium Orchid. HEX triplet: AD, 5F and EF. RGB value is (173,95,239). Sum of RGB (Red+Green+Blue) = 173+95+239=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD5FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FEF is #52A010. Grayscale: #868686. Windows color (decimal): -5414929 or 15687597. OLE color: 15687597.
HSL color Cylindrical-coordinate representation of color #AD5FEF: hue angle of 272.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5FEF is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 95 | 239 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.06 |
| HSL | 272.5º | 0.82% | 0.65% | - |
| HSV(B) | 272.5º | 0.6% | 0.94% | - |
| XYZ | 36.91 | 23.3 | 84.21 | - |
| YUV | 134.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 239 | 0.28 | 0.60 | 0 | 0.06 | 272.5 | 0.82 | 0.65 |
| Hex | AD | 5F | EF | 1C | 3C | 0 | 6 | 110 | 52 | 41 |
| Octal | 255 | 137 | 357 | 34 | 74 | 0 | 6 | 420 | 122 | 101 |
| Binary | 10101101 | 1011111 | 11101111 | 11100 | 111100 | 0 | 110 | 100010000 | 1010010 | 1000001 |
Color Harmonies of #AD5FEF
Complementary color
Monochromatic Colors of #AD5FEF
Black with #AD5FEF
Text Example
Text Example
White with #AD5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FEF; }
p { color: rgb(173,95,239); }
H1.HeaderClassName
{
color: #AD5FEF;
}
.AnyTagClassName
{
color: #AD5FEF;
}
</style>
background-color css
<style>
a { background-color: #AD5FEF; }
a { background-color: rgb(173,95,239); }
div.DivClassName
{
background-color: #AD5FEF;
}
.BgClassName
{
background-color: #AD5FEF;
}
</style>
border-color css
<style>
span { border-color: #AD5FEF; }
span { border-color: rgb(173,95,239); }
td.TdClassName
{
border-color: #AD5FEF;
}
.TagClassName
{
border-color: #AD5FEF;
}
</style>