Shades of Medium Purple #AD71FB
Tints of Medium Purple #AD71FB
RGB
CMYK
RGB Variations
Color information
#AD71FB (or 0xAD71FB) is known color: Medium Purple. HEX triplet: AD, 71 and FB. RGB value is (173,113,251). Sum of RGB (Red+Green+Blue) = 173+113+251=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD71FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71FB is #528E04. Grayscale: #929292. Windows color (decimal): -5410309 or 16478637. OLE color: 16478637.
HSL color Cylindrical-coordinate representation of color #AD71FB: hue angle of 266.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD71FB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 113 | 251 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.02 |
| HSL | 266.09º | 0.95% | 0.71% | - |
| HSV(B) | 266.09º | 0.55% | 0.98% | - |
| XYZ | 40.55 | 27.66 | 94.47 | - |
| YUV | 146.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 251 | 0.31 | 0.55 | 0 | 0.02 | 266.09 | 0.95 | 0.71 |
| Hex | AD | 71 | FB | 1F | 37 | 0 | 2 | 10A | 5F | 47 |
| Octal | 255 | 161 | 373 | 37 | 67 | 0 | 2 | 412 | 137 | 107 |
| Binary | 10101101 | 1110001 | 11111011 | 11111 | 110111 | 0 | 10 | 100001010 | 1011111 | 1000111 |
Color Harmonies of #AD71FB
Complementary color
Monochromatic Colors of #AD71FB
Black with #AD71FB
Text Example
Text Example
White with #AD71FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71FB; }
p { color: rgb(173,113,251); }
H1.HeaderClassName
{
color: #AD71FB;
}
.AnyTagClassName
{
color: #AD71FB;
}
</style>
background-color css
<style>
a { background-color: #AD71FB; }
a { background-color: rgb(173,113,251); }
div.DivClassName
{
background-color: #AD71FB;
}
.BgClassName
{
background-color: #AD71FB;
}
</style>
border-color css
<style>
span { border-color: #AD71FB; }
span { border-color: rgb(173,113,251); }
td.TdClassName
{
border-color: #AD71FB;
}
.TagClassName
{
border-color: #AD71FB;
}
</style>