Shades of Medium Purple #AD71EF
Tints of Medium Purple #AD71EF
RGB
CMYK
RGB Variations
Color information
#AD71EF (or 0xAD71EF) is known color: Medium Purple. HEX triplet: AD, 71 and EF. RGB value is (173,113,239). Sum of RGB (Red+Green+Blue) = 173+113+239=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD71EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71EF is #528E10. Grayscale: #909090. Windows color (decimal): -5410321 or 15692205. OLE color: 15692205.
HSL color Cylindrical-coordinate representation of color #AD71EF: hue angle of 268.57º 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 #AD71EF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 113 | 239 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.06 |
| HSL | 268.57º | 0.8% | 0.69% | - |
| HSV(B) | 268.57º | 0.53% | 0.94% | - |
| XYZ | 38.72 | 26.93 | 84.82 | - |
| YUV | 145.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 239 | 0.28 | 0.53 | 0 | 0.06 | 268.57 | 0.8 | 0.69 |
| Hex | AD | 71 | EF | 1C | 35 | 0 | 6 | 10D | 50 | 45 |
| Octal | 255 | 161 | 357 | 34 | 65 | 0 | 6 | 415 | 120 | 105 |
| Binary | 10101101 | 1110001 | 11101111 | 11100 | 110101 | 0 | 110 | 100001101 | 1010000 | 1000101 |
Color Harmonies of #AD71EF
Complementary color
Monochromatic Colors of #AD71EF
Black with #AD71EF
Text Example
Text Example
White with #AD71EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71EF; }
p { color: rgb(173,113,239); }
H1.HeaderClassName
{
color: #AD71EF;
}
.AnyTagClassName
{
color: #AD71EF;
}
</style>
background-color css
<style>
a { background-color: #AD71EF; }
a { background-color: rgb(173,113,239); }
div.DivClassName
{
background-color: #AD71EF;
}
.BgClassName
{
background-color: #AD71EF;
}
</style>
border-color css
<style>
span { border-color: #AD71EF; }
span { border-color: rgb(173,113,239); }
td.TdClassName
{
border-color: #AD71EF;
}
.TagClassName
{
border-color: #AD71EF;
}
</style>