Shades of Medium Orchid #AD55F4
Tints of Medium Orchid #AD55F4
RGB
CMYK
RGB Variations
Color information
#AD55F4 (or 0xAD55F4) is known color: Medium Orchid. HEX triplet: AD, 55 and F4. RGB value is (173,85,244). Sum of RGB (Red+Green+Blue) = 173+85+244=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD55F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55F4 is #52AA0B. Grayscale: #808080. Windows color (decimal): -5417484 or 16012717. OLE color: 16012717.
HSL color Cylindrical-coordinate representation of color #AD55F4: hue angle of 273.21º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD55F4 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 85 | 244 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.04 |
| HSL | 273.21º | 0.88% | 0.65% | - |
| HSV(B) | 273.21º | 0.65% | 0.96% | - |
| XYZ | 36.81 | 21.91 | 87.88 | - |
| YUV | 129.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 244 | 0.29 | 0.65 | 0 | 0.04 | 273.21 | 0.88 | 0.65 |
| Hex | AD | 55 | F4 | 1D | 41 | 0 | 4 | 111 | 58 | 41 |
| Octal | 255 | 125 | 364 | 35 | 101 | 0 | 4 | 421 | 130 | 101 |
| Binary | 10101101 | 1010101 | 11110100 | 11101 | 1000001 | 0 | 100 | 100010001 | 1011000 | 1000001 |
Color Harmonies of #AD55F4
Complementary color
Monochromatic Colors of #AD55F4
Black with #AD55F4
Text Example
Text Example
White with #AD55F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55F4; }
p { color: rgb(173,85,244); }
H1.HeaderClassName
{
color: #AD55F4;
}
.AnyTagClassName
{
color: #AD55F4;
}
</style>
background-color css
<style>
a { background-color: #AD55F4; }
a { background-color: rgb(173,85,244); }
div.DivClassName
{
background-color: #AD55F4;
}
.BgClassName
{
background-color: #AD55F4;
}
</style>
border-color css
<style>
span { border-color: #AD55F4; }
span { border-color: rgb(173,85,244); }
td.TdClassName
{
border-color: #AD55F4;
}
.TagClassName
{
border-color: #AD55F4;
}
</style>