Shades of Medium Orchid #AD52F3
Tints of Medium Orchid #AD52F3
RGB
CMYK
RGB Variations
Color information
#AD52F3 (or 0xAD52F3) is known color: Medium Orchid. HEX triplet: AD, 52 and F3. RGB value is (173,82,243). Sum of RGB (Red+Green+Blue) = 173+82+243=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD52F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52F3 is #52AD0C. Grayscale: #7F7F7F. Windows color (decimal): -5418253 or 15946413. OLE color: 15946413.
HSL color Cylindrical-coordinate representation of color #AD52F3: hue angle of 273.91º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD52F3 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 82 | 243 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.05 |
| HSL | 273.91º | 0.87% | 0.64% | - |
| HSV(B) | 273.91º | 0.66% | 0.95% | - |
| XYZ | 36.43 | 21.39 | 87 | - |
| YUV | 127.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 243 | 0.29 | 0.66 | 0 | 0.05 | 273.91 | 0.87 | 0.64 |
| Hex | AD | 52 | F3 | 1D | 42 | 0 | 5 | 112 | 57 | 40 |
| Octal | 255 | 122 | 363 | 35 | 102 | 0 | 5 | 422 | 127 | 100 |
| Binary | 10101101 | 1010010 | 11110011 | 11101 | 1000010 | 0 | 101 | 100010010 | 1010111 | 1000000 |
Color Harmonies of #AD52F3
Complementary color
Monochromatic Colors of #AD52F3
Black with #AD52F3
Text Example
Text Example
White with #AD52F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52F3; }
p { color: rgb(173,82,243); }
H1.HeaderClassName
{
color: #AD52F3;
}
.AnyTagClassName
{
color: #AD52F3;
}
</style>
background-color css
<style>
a { background-color: #AD52F3; }
a { background-color: rgb(173,82,243); }
div.DivClassName
{
background-color: #AD52F3;
}
.BgClassName
{
background-color: #AD52F3;
}
</style>
border-color css
<style>
span { border-color: #AD52F3; }
span { border-color: rgb(173,82,243); }
td.TdClassName
{
border-color: #AD52F3;
}
.TagClassName
{
border-color: #AD52F3;
}
</style>