Shades of Medium Orchid #AD4BF7
Tints of Medium Orchid #AD4BF7
RGB
CMYK
RGB Variations
Color information
#AD4BF7 (or 0xAD4BF7) is known color: Medium Orchid. HEX triplet: AD, 4B and F7. RGB value is (173,75,247). Sum of RGB (Red+Green+Blue) = 173+75+247=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD4BF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BF7 is #52B408. Grayscale: #7B7B7B. Windows color (decimal): -5420041 or 16206765. OLE color: 16206765.
HSL color Cylindrical-coordinate representation of color #AD4BF7: hue angle of 274.19º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4BF7 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 75 | 247 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.03 |
| HSL | 274.19º | 0.91% | 0.63% | - |
| HSV(B) | 274.19º | 0.7% | 0.97% | - |
| XYZ | 36.54 | 20.63 | 90.05 | - |
| YUV | 123.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 247 | 0.30 | 0.70 | 0 | 0.03 | 274.19 | 0.91 | 0.63 |
| Hex | AD | 4B | F7 | 1E | 46 | 0 | 3 | 112 | 5B | 3F |
| Octal | 255 | 113 | 367 | 36 | 106 | 0 | 3 | 422 | 133 | 77 |
| Binary | 10101101 | 1001011 | 11110111 | 11110 | 1000110 | 0 | 11 | 100010010 | 1011011 | 111111 |
Color Harmonies of #AD4BF7
Complementary color
Monochromatic Colors of #AD4BF7
Black with #AD4BF7
Text Example
Text Example
White with #AD4BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BF7; }
p { color: rgb(173,75,247); }
H1.HeaderClassName
{
color: #AD4BF7;
}
.AnyTagClassName
{
color: #AD4BF7;
}
</style>
background-color css
<style>
a { background-color: #AD4BF7; }
a { background-color: rgb(173,75,247); }
div.DivClassName
{
background-color: #AD4BF7;
}
.BgClassName
{
background-color: #AD4BF7;
}
</style>
border-color css
<style>
span { border-color: #AD4BF7; }
span { border-color: rgb(173,75,247); }
td.TdClassName
{
border-color: #AD4BF7;
}
.TagClassName
{
border-color: #AD4BF7;
}
</style>