Shades of Medium Purple #AD72F0
Tints of Medium Purple #AD72F0
RGB
CMYK
RGB Variations
Color information
#AD72F0 (or 0xAD72F0) is known color: Medium Purple. HEX triplet: AD, 72 and F0. RGB value is (173,114,240). Sum of RGB (Red+Green+Blue) = 173+114+240=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD72F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72F0 is #528D0F. Grayscale: #919191. Windows color (decimal): -5410064 or 15757997. OLE color: 15757997.
HSL color Cylindrical-coordinate representation of color #AD72F0: hue angle of 268.1º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD72F0 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 114 | 240 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.06 |
| HSL | 268.1º | 0.81% | 0.69% | - |
| HSV(B) | 268.1º | 0.53% | 0.94% | - |
| XYZ | 38.98 | 27.21 | 85.64 | - |
| YUV | 146.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 240 | 0.28 | 0.52 | 0 | 0.06 | 268.1 | 0.81 | 0.69 |
| Hex | AD | 72 | F0 | 1C | 34 | 0 | 6 | 10C | 51 | 45 |
| Octal | 255 | 162 | 360 | 34 | 64 | 0 | 6 | 414 | 121 | 105 |
| Binary | 10101101 | 1110010 | 11110000 | 11100 | 110100 | 0 | 110 | 100001100 | 1010001 | 1000101 |
Color Harmonies of #AD72F0
Complementary color
Monochromatic Colors of #AD72F0
Black with #AD72F0
Text Example
Text Example
White with #AD72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72F0; }
p { color: rgb(173,114,240); }
H1.HeaderClassName
{
color: #AD72F0;
}
.AnyTagClassName
{
color: #AD72F0;
}
</style>
background-color css
<style>
a { background-color: #AD72F0; }
a { background-color: rgb(173,114,240); }
div.DivClassName
{
background-color: #AD72F0;
}
.BgClassName
{
background-color: #AD72F0;
}
</style>
border-color css
<style>
span { border-color: #AD72F0; }
span { border-color: rgb(173,114,240); }
td.TdClassName
{
border-color: #AD72F0;
}
.TagClassName
{
border-color: #AD72F0;
}
</style>