Shades of Medium Purple #AD70EF
Tints of Medium Purple #AD70EF
RGB
CMYK
RGB Variations
Color information
#AD70EF (or 0xAD70EF) is known color: Medium Purple. HEX triplet: AD, 70 and EF. RGB value is (173,112,239). Sum of RGB (Red+Green+Blue) = 173+112+239=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD70EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70EF is #528F10. Grayscale: #909090. Windows color (decimal): -5410577 or 15691949. OLE color: 15691949.
HSL color Cylindrical-coordinate representation of color #AD70EF: hue angle of 268.82º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD70EF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 112 | 239 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.06 |
| HSL | 268.82º | 0.8% | 0.69% | - |
| HSV(B) | 268.82º | 0.53% | 0.94% | - |
| XYZ | 38.61 | 26.7 | 84.78 | - |
| YUV | 144.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 239 | 0.28 | 0.53 | 0 | 0.06 | 268.82 | 0.8 | 0.69 |
| Hex | AD | 70 | EF | 1C | 35 | 0 | 6 | 10D | 50 | 45 |
| Octal | 255 | 160 | 357 | 34 | 65 | 0 | 6 | 415 | 120 | 105 |
| Binary | 10101101 | 1110000 | 11101111 | 11100 | 110101 | 0 | 110 | 100001101 | 1010000 | 1000101 |
Color Harmonies of #AD70EF
Complementary color
Monochromatic Colors of #AD70EF
Black with #AD70EF
Text Example
Text Example
White with #AD70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70EF; }
p { color: rgb(173,112,239); }
H1.HeaderClassName
{
color: #AD70EF;
}
.AnyTagClassName
{
color: #AD70EF;
}
</style>
background-color css
<style>
a { background-color: #AD70EF; }
a { background-color: rgb(173,112,239); }
div.DivClassName
{
background-color: #AD70EF;
}
.BgClassName
{
background-color: #AD70EF;
}
</style>
border-color css
<style>
span { border-color: #AD70EF; }
span { border-color: rgb(173,112,239); }
td.TdClassName
{
border-color: #AD70EF;
}
.TagClassName
{
border-color: #AD70EF;
}
</style>