Shades of Medium Orchid #AD4ADF
Tints of Medium Orchid #AD4ADF
RGB
CMYK
RGB Variations
Color information
#AD4ADF (or 0xAD4ADF) is known color: Medium Orchid. HEX triplet: AD, 4A and DF. RGB value is (173,74,223). Sum of RGB (Red+Green+Blue) = 173+74+223=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD4ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ADF is #52B520. Grayscale: #787878. Windows color (decimal): -5420321 or 14633645. OLE color: 14633645.
HSL color Cylindrical-coordinate representation of color #AD4ADF: hue angle of 279.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4ADF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 74 | 223 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 279.87º | 0.7% | 0.58% | - |
| HSV(B) | 279.87º | 0.67% | 0.87% | - |
| XYZ | 33 | 19.11 | 71.76 | - |
| YUV | 120.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 223 | 0.22 | 0.67 | 0 | 0.13 | 279.87 | 0.7 | 0.58 |
| Hex | AD | 4A | DF | 16 | 43 | 0 | D | 118 | 46 | 3A |
| Octal | 255 | 112 | 337 | 26 | 103 | 0 | 15 | 430 | 106 | 72 |
| Binary | 10101101 | 1001010 | 11011111 | 10110 | 1000011 | 0 | 1101 | 100011000 | 1000110 | 111010 |
Color Harmonies of #AD4ADF
Complementary color
Monochromatic Colors of #AD4ADF
Black with #AD4ADF
Text Example
Text Example
White with #AD4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ADF; }
p { color: rgb(173,74,223); }
H1.HeaderClassName
{
color: #AD4ADF;
}
.AnyTagClassName
{
color: #AD4ADF;
}
</style>
background-color css
<style>
a { background-color: #AD4ADF; }
a { background-color: rgb(173,74,223); }
div.DivClassName
{
background-color: #AD4ADF;
}
.BgClassName
{
background-color: #AD4ADF;
}
</style>
border-color css
<style>
span { border-color: #AD4ADF; }
span { border-color: rgb(173,74,223); }
td.TdClassName
{
border-color: #AD4ADF;
}
.TagClassName
{
border-color: #AD4ADF;
}
</style>