Shades of Medium Purple #AD71FF
Tints of Medium Purple #AD71FF
RGB
CMYK
RGB Variations
Color information
#AD71FF (or 0xAD71FF) is known color: Medium Purple. HEX triplet: AD, 71 and FF. RGB value is (173,113,255). Sum of RGB (Red+Green+Blue) = 173+113+255=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71FF is #528E00. Grayscale: #929292. Windows color (decimal): -5410305 or 16740781. OLE color: 16740781.
HSL color Cylindrical-coordinate representation of color #AD71FF: hue angle of 265.35º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD71FF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 113 | 255 | - |
| CMYK | 0.32 | 0.56 | 0 | 0 |
| HSL | 265.35º | 1% | 0.72% | - |
| HSV(B) | 265.35º | 0.56% | 1% | - |
| XYZ | 41.19 | 27.91 | 97.82 | - |
| YUV | 147.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 255 | 0.32 | 0.56 | 0 | 0 | 265.35 | 1 | 0.72 |
| Hex | AD | 71 | FF | 20 | 38 | 0 | 0 | 109 | 64 | 48 |
| Octal | 255 | 161 | 377 | 40 | 70 | 0 | 0 | 411 | 144 | 110 |
| Binary | 10101101 | 1110001 | 11111111 | 100000 | 111000 | 0 | 0 | 100001001 | 1100100 | 1001000 |
Color Harmonies of #AD71FF
Complementary color
Monochromatic Colors of #AD71FF
Black with #AD71FF
Text Example
Text Example
White with #AD71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71FF; }
p { color: rgb(173,113,255); }
H1.HeaderClassName
{
color: #AD71FF;
}
.AnyTagClassName
{
color: #AD71FF;
}
</style>
background-color css
<style>
a { background-color: #AD71FF; }
a { background-color: rgb(173,113,255); }
div.DivClassName
{
background-color: #AD71FF;
}
.BgClassName
{
background-color: #AD71FF;
}
</style>
border-color css
<style>
span { border-color: #AD71FF; }
span { border-color: rgb(173,113,255); }
td.TdClassName
{
border-color: #AD71FF;
}
.TagClassName
{
border-color: #AD71FF;
}
</style>