Shades of Medium Orchid #AD48F2
Tints of Medium Orchid #AD48F2
RGB
CMYK
RGB Variations
Color information
#AD48F2 (or 0xAD48F2) is known color: Medium Orchid. HEX triplet: AD, 48 and F2. RGB value is (173,72,242). Sum of RGB (Red+Green+Blue) = 173+72+242=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD48F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48F2 is #52B70D. Grayscale: #797979. Windows color (decimal): -5420814 or 15878317. OLE color: 15878317.
HSL color Cylindrical-coordinate representation of color #AD48F2: hue angle of 275.65º 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 #AD48F2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 72 | 242 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.05 |
| HSL | 275.65º | 0.87% | 0.62% | - |
| HSV(B) | 275.65º | 0.7% | 0.95% | - |
| XYZ | 35.58 | 19.93 | 85.98 | - |
| YUV | 121.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 242 | 0.29 | 0.70 | 0 | 0.05 | 275.65 | 0.87 | 0.62 |
| Hex | AD | 48 | F2 | 1D | 46 | 0 | 5 | 114 | 57 | 3E |
| Octal | 255 | 110 | 362 | 35 | 106 | 0 | 5 | 424 | 127 | 76 |
| Binary | 10101101 | 1001000 | 11110010 | 11101 | 1000110 | 0 | 101 | 100010100 | 1010111 | 111110 |
Color Harmonies of #AD48F2
Complementary color
Monochromatic Colors of #AD48F2
Black with #AD48F2
Text Example
Text Example
White with #AD48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48F2; }
p { color: rgb(173,72,242); }
H1.HeaderClassName
{
color: #AD48F2;
}
.AnyTagClassName
{
color: #AD48F2;
}
</style>
background-color css
<style>
a { background-color: #AD48F2; }
a { background-color: rgb(173,72,242); }
div.DivClassName
{
background-color: #AD48F2;
}
.BgClassName
{
background-color: #AD48F2;
}
</style>
border-color css
<style>
span { border-color: #AD48F2; }
span { border-color: rgb(173,72,242); }
td.TdClassName
{
border-color: #AD48F2;
}
.TagClassName
{
border-color: #AD48F2;
}
</style>