Shades of Medium Purple #AD7DDF
Tints of Medium Purple #AD7DDF
RGB
CMYK
RGB Variations
Color information
#AD7DDF (or 0xAD7DDF) is known color: Medium Purple. HEX triplet: AD, 7D and DF. RGB value is (173,125,223). Sum of RGB (Red+Green+Blue) = 173+125+223=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DDF is #528220. Grayscale: #969696. Windows color (decimal): -5407265 or 14646701. OLE color: 14646701.
HSL color Cylindrical-coordinate representation of color #AD7DDF: hue angle of 269.39º degrees, saturation: 0.6, 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 #AD7DDF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 125 | 223 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.13 |
| HSL | 269.39º | 0.6% | 0.68% | - |
| HSV(B) | 269.39º | 0.44% | 0.87% | - |
| XYZ | 37.89 | 28.88 | 73.39 | - |
| YUV | 150.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 223 | 0.22 | 0.44 | 0 | 0.13 | 269.39 | 0.6 | 0.68 |
| Hex | AD | 7D | DF | 16 | 2C | 0 | D | 10D | 3C | 44 |
| Octal | 255 | 175 | 337 | 26 | 54 | 0 | 15 | 415 | 74 | 104 |
| Binary | 10101101 | 1111101 | 11011111 | 10110 | 101100 | 0 | 1101 | 100001101 | 111100 | 1000100 |
Color Harmonies of #AD7DDF
Complementary color
Monochromatic Colors of #AD7DDF
Black with #AD7DDF
Text Example
Text Example
White with #AD7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DDF; }
p { color: rgb(173,125,223); }
H1.HeaderClassName
{
color: #AD7DDF;
}
.AnyTagClassName
{
color: #AD7DDF;
}
</style>
background-color css
<style>
a { background-color: #AD7DDF; }
a { background-color: rgb(173,125,223); }
div.DivClassName
{
background-color: #AD7DDF;
}
.BgClassName
{
background-color: #AD7DDF;
}
</style>
border-color css
<style>
span { border-color: #AD7DDF; }
span { border-color: rgb(173,125,223); }
td.TdClassName
{
border-color: #AD7DDF;
}
.TagClassName
{
border-color: #AD7DDF;
}
</style>