Shades of Medium Purple #AD72EC
Tints of Medium Purple #AD72EC
RGB
CMYK
RGB Variations
Color information
#AD72EC (or 0xAD72EC) is known color: Medium Purple. HEX triplet: AD, 72 and EC. RGB value is (173,114,236). Sum of RGB (Red+Green+Blue) = 173+114+236=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72EC is #528D13. Grayscale: #919191. Windows color (decimal): -5410068 or 15495853. OLE color: 15495853.
HSL color Cylindrical-coordinate representation of color #AD72EC: hue angle of 269.02º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD72EC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 114 | 236 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.07 |
| HSL | 269.02º | 0.76% | 0.69% | - |
| HSV(B) | 269.02º | 0.52% | 0.93% | - |
| XYZ | 38.39 | 26.97 | 82.54 | - |
| YUV | 145.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 236 | 0.27 | 0.52 | 0 | 0.07 | 269.02 | 0.76 | 0.69 |
| Hex | AD | 72 | EC | 1B | 34 | 0 | 7 | 10D | 4C | 45 |
| Octal | 255 | 162 | 354 | 33 | 64 | 0 | 7 | 415 | 114 | 105 |
| Binary | 10101101 | 1110010 | 11101100 | 11011 | 110100 | 0 | 111 | 100001101 | 1001100 | 1000101 |
Color Harmonies of #AD72EC
Complementary color
Monochromatic Colors of #AD72EC
Black with #AD72EC
Text Example
Text Example
White with #AD72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72EC; }
p { color: rgb(173,114,236); }
H1.HeaderClassName
{
color: #AD72EC;
}
.AnyTagClassName
{
color: #AD72EC;
}
</style>
background-color css
<style>
a { background-color: #AD72EC; }
a { background-color: rgb(173,114,236); }
div.DivClassName
{
background-color: #AD72EC;
}
.BgClassName
{
background-color: #AD72EC;
}
</style>
border-color css
<style>
span { border-color: #AD72EC; }
span { border-color: rgb(173,114,236); }
td.TdClassName
{
border-color: #AD72EC;
}
.TagClassName
{
border-color: #AD72EC;
}
</style>