Shades of Medium Purple #AD76F4
Tints of Medium Purple #AD76F4
RGB
CMYK
RGB Variations
Color information
#AD76F4 (or 0xAD76F4) is known color: Medium Purple. HEX triplet: AD, 76 and F4. RGB value is (173,118,244). Sum of RGB (Red+Green+Blue) = 173+118+244=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD76F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76F4 is #52890B. Grayscale: #949494. Windows color (decimal): -5409036 or 16021165. OLE color: 16021165.
HSL color Cylindrical-coordinate representation of color #AD76F4: hue angle of 266.19º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD76F4 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 118 | 244 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.04 |
| HSL | 266.19º | 0.85% | 0.71% | - |
| HSV(B) | 266.19º | 0.52% | 0.96% | - |
| XYZ | 40.04 | 28.37 | 88.95 | - |
| YUV | 148.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 244 | 0.29 | 0.52 | 0 | 0.04 | 266.19 | 0.85 | 0.71 |
| Hex | AD | 76 | F4 | 1D | 34 | 0 | 4 | 10A | 55 | 47 |
| Octal | 255 | 166 | 364 | 35 | 64 | 0 | 4 | 412 | 125 | 107 |
| Binary | 10101101 | 1110110 | 11110100 | 11101 | 110100 | 0 | 100 | 100001010 | 1010101 | 1000111 |
Color Harmonies of #AD76F4
Complementary color
Monochromatic Colors of #AD76F4
Black with #AD76F4
Text Example
Text Example
White with #AD76F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76F4; }
p { color: rgb(173,118,244); }
H1.HeaderClassName
{
color: #AD76F4;
}
.AnyTagClassName
{
color: #AD76F4;
}
</style>
background-color css
<style>
a { background-color: #AD76F4; }
a { background-color: rgb(173,118,244); }
div.DivClassName
{
background-color: #AD76F4;
}
.BgClassName
{
background-color: #AD76F4;
}
</style>
border-color css
<style>
span { border-color: #AD76F4; }
span { border-color: rgb(173,118,244); }
td.TdClassName
{
border-color: #AD76F4;
}
.TagClassName
{
border-color: #AD76F4;
}
</style>