Shades of Medium Orchid #AD4BF0
Tints of Medium Orchid #AD4BF0
RGB
CMYK
RGB Variations
Color information
#AD4BF0 (or 0xAD4BF0) is known color: Medium Orchid. HEX triplet: AD, 4B and F0. RGB value is (173,75,240). Sum of RGB (Red+Green+Blue) = 173+75+240=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD4BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BF0 is #52B40F. Grayscale: #7A7A7A. Windows color (decimal): -5420048 or 15748013. OLE color: 15748013.
HSL color Cylindrical-coordinate representation of color #AD4BF0: hue angle of 275.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4BF0 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 75 | 240 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.06 |
| HSL | 275.64º | 0.85% | 0.62% | - |
| HSV(B) | 275.64º | 0.69% | 0.94% | - |
| XYZ | 35.48 | 20.21 | 84.47 | - |
| YUV | 123.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 240 | 0.28 | 0.69 | 0 | 0.06 | 275.64 | 0.85 | 0.62 |
| Hex | AD | 4B | F0 | 1C | 45 | 0 | 6 | 114 | 55 | 3E |
| Octal | 255 | 113 | 360 | 34 | 105 | 0 | 6 | 424 | 125 | 76 |
| Binary | 10101101 | 1001011 | 11110000 | 11100 | 1000101 | 0 | 110 | 100010100 | 1010101 | 111110 |
Color Harmonies of #AD4BF0
Complementary color
Monochromatic Colors of #AD4BF0
Black with #AD4BF0
Text Example
Text Example
White with #AD4BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BF0; }
p { color: rgb(173,75,240); }
H1.HeaderClassName
{
color: #AD4BF0;
}
.AnyTagClassName
{
color: #AD4BF0;
}
</style>
background-color css
<style>
a { background-color: #AD4BF0; }
a { background-color: rgb(173,75,240); }
div.DivClassName
{
background-color: #AD4BF0;
}
.BgClassName
{
background-color: #AD4BF0;
}
</style>
border-color css
<style>
span { border-color: #AD4BF0; }
span { border-color: rgb(173,75,240); }
td.TdClassName
{
border-color: #AD4BF0;
}
.TagClassName
{
border-color: #AD4BF0;
}
</style>