Shades of Medium Purple #AD71EE
Tints of Medium Purple #AD71EE
RGB
CMYK
RGB Variations
Color information
#AD71EE (or 0xAD71EE) is known color: Medium Purple. HEX triplet: AD, 71 and EE. RGB value is (173,113,238). Sum of RGB (Red+Green+Blue) = 173+113+238=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD71EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71EE is #528E11. Grayscale: #909090. Windows color (decimal): -5410322 or 15626669. OLE color: 15626669.
HSL color Cylindrical-coordinate representation of color #AD71EE: hue angle of 268.8º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD71EE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 113 | 238 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.07 |
| HSL | 268.8º | 0.79% | 0.69% | - |
| HSV(B) | 268.8º | 0.53% | 0.93% | - |
| XYZ | 38.57 | 26.87 | 84.04 | - |
| YUV | 145.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 238 | 0.27 | 0.53 | 0 | 0.07 | 268.8 | 0.79 | 0.69 |
| Hex | AD | 71 | EE | 1B | 35 | 0 | 7 | 10D | 4F | 45 |
| Octal | 255 | 161 | 356 | 33 | 65 | 0 | 7 | 415 | 117 | 105 |
| Binary | 10101101 | 1110001 | 11101110 | 11011 | 110101 | 0 | 111 | 100001101 | 1001111 | 1000101 |
Color Harmonies of #AD71EE
Complementary color
Monochromatic Colors of #AD71EE
Black with #AD71EE
Text Example
Text Example
White with #AD71EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71EE; }
p { color: rgb(173,113,238); }
H1.HeaderClassName
{
color: #AD71EE;
}
.AnyTagClassName
{
color: #AD71EE;
}
</style>
background-color css
<style>
a { background-color: #AD71EE; }
a { background-color: rgb(173,113,238); }
div.DivClassName
{
background-color: #AD71EE;
}
.BgClassName
{
background-color: #AD71EE;
}
</style>
border-color css
<style>
span { border-color: #AD71EE; }
span { border-color: rgb(173,113,238); }
td.TdClassName
{
border-color: #AD71EE;
}
.TagClassName
{
border-color: #AD71EE;
}
</style>