Shades of Medium Purple #AD71FA
Tints of Medium Purple #AD71FA
RGB
CMYK
RGB Variations
Color information
#AD71FA (or 0xAD71FA) is known color: Medium Purple. HEX triplet: AD, 71 and FA. RGB value is (173,113,250). Sum of RGB (Red+Green+Blue) = 173+113+250=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD71FA is #528E05. Grayscale: #929292. Windows color (decimal): -5410310 or 16413101. OLE color: 16413101.
HSL color Cylindrical-coordinate representation of color #AD71FA: hue angle of 266.28º degrees, saturation: 0.93, 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 #AD71FA is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 113 | 250 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.02 |
| HSL | 266.28º | 0.93% | 0.71% | - |
| HSV(B) | 266.28º | 0.55% | 0.98% | - |
| XYZ | 40.39 | 27.6 | 93.64 | - |
| YUV | 146.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 250 | 0.31 | 0.55 | 0 | 0.02 | 266.28 | 0.93 | 0.71 |
| Hex | AD | 71 | FA | 1F | 37 | 0 | 2 | 10A | 5D | 47 |
| Octal | 255 | 161 | 372 | 37 | 67 | 0 | 2 | 412 | 135 | 107 |
| Binary | 10101101 | 1110001 | 11111010 | 11111 | 110111 | 0 | 10 | 100001010 | 1011101 | 1000111 |
Color Harmonies of #AD71FA
Complementary color
Monochromatic Colors of #AD71FA
Black with #AD71FA
Text Example
Text Example
White with #AD71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71FA; }
p { color: rgb(173,113,250); }
H1.HeaderClassName
{
color: #AD71FA;
}
.AnyTagClassName
{
color: #AD71FA;
}
</style>
background-color css
<style>
a { background-color: #AD71FA; }
a { background-color: rgb(173,113,250); }
div.DivClassName
{
background-color: #AD71FA;
}
.BgClassName
{
background-color: #AD71FA;
}
</style>
border-color css
<style>
span { border-color: #AD71FA; }
span { border-color: rgb(173,113,250); }
td.TdClassName
{
border-color: #AD71FA;
}
.TagClassName
{
border-color: #AD71FA;
}
</style>