Shades of Medium Orchid #AD44F4
Tints of Medium Orchid #AD44F4
RGB
CMYK
RGB Variations
Color information
#AD44F4 (or 0xAD44F4) is known color: Medium Orchid. HEX triplet: AD, 44 and F4. RGB value is (173,68,244). Sum of RGB (Red+Green+Blue) = 173+68+244=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD44F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD44F4 is #52BB0B. Grayscale: #767676. Windows color (decimal): -5421836 or 16008365. OLE color: 16008365.
HSL color Cylindrical-coordinate representation of color #AD44F4: hue angle of 275.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD44F4 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 68 | 244 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.04 |
| HSL | 275.8º | 0.89% | 0.61% | - |
| HSV(B) | 275.8º | 0.72% | 0.96% | - |
| XYZ | 35.63 | 19.55 | 87.48 | - |
| YUV | 119.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 244 | 0.29 | 0.72 | 0 | 0.04 | 275.8 | 0.89 | 0.61 |
| Hex | AD | 44 | F4 | 1D | 48 | 0 | 4 | 114 | 59 | 3D |
| Octal | 255 | 104 | 364 | 35 | 110 | 0 | 4 | 424 | 131 | 75 |
| Binary | 10101101 | 1000100 | 11110100 | 11101 | 1001000 | 0 | 100 | 100010100 | 1011001 | 111101 |
Color Harmonies of #AD44F4
Complementary color
Monochromatic Colors of #AD44F4
Black with #AD44F4
Text Example
Text Example
White with #AD44F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44F4; }
p { color: rgb(173,68,244); }
H1.HeaderClassName
{
color: #AD44F4;
}
.AnyTagClassName
{
color: #AD44F4;
}
</style>
background-color css
<style>
a { background-color: #AD44F4; }
a { background-color: rgb(173,68,244); }
div.DivClassName
{
background-color: #AD44F4;
}
.BgClassName
{
background-color: #AD44F4;
}
</style>
border-color css
<style>
span { border-color: #AD44F4; }
span { border-color: rgb(173,68,244); }
td.TdClassName
{
border-color: #AD44F4;
}
.TagClassName
{
border-color: #AD44F4;
}
</style>