Shades of Medium Orchid #AD4DF9
Tints of Medium Orchid #AD4DF9
RGB
CMYK
RGB Variations
Color information
#AD4DF9 (or 0xAD4DF9) is known color: Medium Orchid. HEX triplet: AD, 4D and F9. RGB value is (173,77,249). Sum of RGB (Red+Green+Blue) = 173+77+249=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD4DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DF9 is #52B206. Grayscale: #7C7C7C. Windows color (decimal): -5419527 or 16338349. OLE color: 16338349.
HSL color Cylindrical-coordinate representation of color #AD4DF9: hue angle of 273.49º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4DF9 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 77 | 249 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.02 |
| HSL | 273.49º | 0.93% | 0.64% | - |
| HSV(B) | 273.49º | 0.69% | 0.98% | - |
| XYZ | 36.99 | 21.03 | 91.73 | - |
| YUV | 125.31 | 197.8 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 249 | 0.31 | 0.69 | 0 | 0.02 | 273.49 | 0.93 | 0.64 |
| Hex | AD | 4D | F9 | 1F | 45 | 0 | 2 | 111 | 5D | 40 |
| Octal | 255 | 115 | 371 | 37 | 105 | 0 | 2 | 421 | 135 | 100 |
| Binary | 10101101 | 1001101 | 11111001 | 11111 | 1000101 | 0 | 10 | 100010001 | 1011101 | 1000000 |
Color Harmonies of #AD4DF9
Complementary color
Monochromatic Colors of #AD4DF9
Black with #AD4DF9
Text Example
Text Example
White with #AD4DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DF9; }
p { color: rgb(173,77,249); }
H1.HeaderClassName
{
color: #AD4DF9;
}
.AnyTagClassName
{
color: #AD4DF9;
}
</style>
background-color css
<style>
a { background-color: #AD4DF9; }
a { background-color: rgb(173,77,249); }
div.DivClassName
{
background-color: #AD4DF9;
}
.BgClassName
{
background-color: #AD4DF9;
}
</style>
border-color css
<style>
span { border-color: #AD4DF9; }
span { border-color: rgb(173,77,249); }
td.TdClassName
{
border-color: #AD4DF9;
}
.TagClassName
{
border-color: #AD4DF9;
}
</style>