Shades of Medium Orchid #AD5BF8
Tints of Medium Orchid #AD5BF8
RGB
CMYK
RGB Variations
Color information
#AD5BF8 (or 0xAD5BF8) is known color: Medium Orchid. HEX triplet: AD, 5B and F8. RGB value is (173,91,248). Sum of RGB (Red+Green+Blue) = 173+91+248=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD5BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BF8 is #52A407. Grayscale: #848484. Windows color (decimal): -5415944 or 16276397. OLE color: 16276397.
HSL color Cylindrical-coordinate representation of color #AD5BF8: hue angle of 271.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5BF8 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 91 | 248 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.03 |
| HSL | 271.34º | 0.92% | 0.66% | - |
| HSV(B) | 271.34º | 0.63% | 0.97% | - |
| XYZ | 37.92 | 23.14 | 91.28 | - |
| YUV | 133.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 248 | 0.30 | 0.63 | 0 | 0.03 | 271.34 | 0.92 | 0.66 |
| Hex | AD | 5B | F8 | 1E | 3F | 0 | 3 | 10F | 5C | 42 |
| Octal | 255 | 133 | 370 | 36 | 77 | 0 | 3 | 417 | 134 | 102 |
| Binary | 10101101 | 1011011 | 11111000 | 11110 | 111111 | 0 | 11 | 100001111 | 1011100 | 1000010 |
Color Harmonies of #AD5BF8
Complementary color
Monochromatic Colors of #AD5BF8
Black with #AD5BF8
Text Example
Text Example
White with #AD5BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BF8; }
p { color: rgb(173,91,248); }
H1.HeaderClassName
{
color: #AD5BF8;
}
.AnyTagClassName
{
color: #AD5BF8;
}
</style>
background-color css
<style>
a { background-color: #AD5BF8; }
a { background-color: rgb(173,91,248); }
div.DivClassName
{
background-color: #AD5BF8;
}
.BgClassName
{
background-color: #AD5BF8;
}
</style>
border-color css
<style>
span { border-color: #AD5BF8; }
span { border-color: rgb(173,91,248); }
td.TdClassName
{
border-color: #AD5BF8;
}
.TagClassName
{
border-color: #AD5BF8;
}
</style>