Shades of Medium Purple #AD76F7
Tints of Medium Purple #AD76F7
RGB
CMYK
RGB Variations
Color information
#AD76F7 (or 0xAD76F7) is known color: Medium Purple. HEX triplet: AD, 76 and F7. RGB value is (173,118,247). Sum of RGB (Red+Green+Blue) = 173+118+247=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD76F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76F7 is #528908. Grayscale: #949494. Windows color (decimal): -5409033 or 16217773. OLE color: 16217773.
HSL color Cylindrical-coordinate representation of color #AD76F7: hue angle of 265.58º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD76F7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 118 | 247 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.03 |
| HSL | 265.58º | 0.89% | 0.72% | - |
| HSV(B) | 265.58º | 0.52% | 0.97% | - |
| XYZ | 40.5 | 28.56 | 91.37 | - |
| YUV | 149.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 247 | 0.30 | 0.52 | 0 | 0.03 | 265.58 | 0.89 | 0.72 |
| Hex | AD | 76 | F7 | 1E | 34 | 0 | 3 | 10A | 59 | 48 |
| Octal | 255 | 166 | 367 | 36 | 64 | 0 | 3 | 412 | 131 | 110 |
| Binary | 10101101 | 1110110 | 11110111 | 11110 | 110100 | 0 | 11 | 100001010 | 1011001 | 1001000 |
Color Harmonies of #AD76F7
Complementary color
Monochromatic Colors of #AD76F7
Black with #AD76F7
Text Example
Text Example
White with #AD76F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76F7; }
p { color: rgb(173,118,247); }
H1.HeaderClassName
{
color: #AD76F7;
}
.AnyTagClassName
{
color: #AD76F7;
}
</style>
background-color css
<style>
a { background-color: #AD76F7; }
a { background-color: rgb(173,118,247); }
div.DivClassName
{
background-color: #AD76F7;
}
.BgClassName
{
background-color: #AD76F7;
}
</style>
border-color css
<style>
span { border-color: #AD76F7; }
span { border-color: rgb(173,118,247); }
td.TdClassName
{
border-color: #AD76F7;
}
.TagClassName
{
border-color: #AD76F7;
}
</style>