Shades of Medium Purple #AD7CDF
Tints of Medium Purple #AD7CDF
RGB
CMYK
RGB Variations
Color information
#AD7CDF (or 0xAD7CDF) is known color: Medium Purple. HEX triplet: AD, 7C and DF. RGB value is (173,124,223). Sum of RGB (Red+Green+Blue) = 173+124+223=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CDF is #528320. Grayscale: #959595. Windows color (decimal): -5407521 or 14646445. OLE color: 14646445.
HSL color Cylindrical-coordinate representation of color #AD7CDF: hue angle of 269.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7CDF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 124 | 223 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.13 |
| HSL | 269.7º | 0.61% | 0.68% | - |
| HSV(B) | 269.7º | 0.44% | 0.87% | - |
| XYZ | 37.76 | 28.63 | 73.35 | - |
| YUV | 149.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 223 | 0.22 | 0.44 | 0 | 0.13 | 269.7 | 0.61 | 0.68 |
| Hex | AD | 7C | DF | 16 | 2C | 0 | D | 10E | 3D | 44 |
| Octal | 255 | 174 | 337 | 26 | 54 | 0 | 15 | 416 | 75 | 104 |
| Binary | 10101101 | 1111100 | 11011111 | 10110 | 101100 | 0 | 1101 | 100001110 | 111101 | 1000100 |
Color Harmonies of #AD7CDF
Complementary color
Monochromatic Colors of #AD7CDF
Black with #AD7CDF
Text Example
Text Example
White with #AD7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CDF; }
p { color: rgb(173,124,223); }
H1.HeaderClassName
{
color: #AD7CDF;
}
.AnyTagClassName
{
color: #AD7CDF;
}
</style>
background-color css
<style>
a { background-color: #AD7CDF; }
a { background-color: rgb(173,124,223); }
div.DivClassName
{
background-color: #AD7CDF;
}
.BgClassName
{
background-color: #AD7CDF;
}
</style>
border-color css
<style>
span { border-color: #AD7CDF; }
span { border-color: rgb(173,124,223); }
td.TdClassName
{
border-color: #AD7CDF;
}
.TagClassName
{
border-color: #AD7CDF;
}
</style>