Shades of Medium Orchid #AD49F2
Tints of Medium Orchid #AD49F2
RGB
CMYK
RGB Variations
Color information
#AD49F2 (or 0xAD49F2) is known color: Medium Orchid. HEX triplet: AD, 49 and F2. RGB value is (173,73,242). Sum of RGB (Red+Green+Blue) = 173+73+242=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD49F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49F2 is #52B60D. Grayscale: #797979. Windows color (decimal): -5420558 or 15878573. OLE color: 15878573.
HSL color Cylindrical-coordinate representation of color #AD49F2: hue angle of 275.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD49F2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 73 | 242 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.05 |
| HSL | 275.5º | 0.87% | 0.62% | - |
| HSV(B) | 275.5º | 0.7% | 0.95% | - |
| XYZ | 35.64 | 20.06 | 86 | - |
| YUV | 122.17 | 195.63 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 242 | 0.29 | 0.70 | 0 | 0.05 | 275.5 | 0.87 | 0.62 |
| Hex | AD | 49 | F2 | 1D | 46 | 0 | 5 | 114 | 57 | 3E |
| Octal | 255 | 111 | 362 | 35 | 106 | 0 | 5 | 424 | 127 | 76 |
| Binary | 10101101 | 1001001 | 11110010 | 11101 | 1000110 | 0 | 101 | 100010100 | 1010111 | 111110 |
Color Harmonies of #AD49F2
Complementary color
Monochromatic Colors of #AD49F2
Black with #AD49F2
Text Example
Text Example
White with #AD49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49F2; }
p { color: rgb(173,73,242); }
H1.HeaderClassName
{
color: #AD49F2;
}
.AnyTagClassName
{
color: #AD49F2;
}
</style>
background-color css
<style>
a { background-color: #AD49F2; }
a { background-color: rgb(173,73,242); }
div.DivClassName
{
background-color: #AD49F2;
}
.BgClassName
{
background-color: #AD49F2;
}
</style>
border-color css
<style>
span { border-color: #AD49F2; }
span { border-color: rgb(173,73,242); }
td.TdClassName
{
border-color: #AD49F2;
}
.TagClassName
{
border-color: #AD49F2;
}
</style>