Shades of Medium Purple #AD79EC
Tints of Medium Purple #AD79EC
RGB
CMYK
RGB Variations
Color information
#AD79EC (or 0xAD79EC) is known color: Medium Purple. HEX triplet: AD, 79 and EC. RGB value is (173,121,236). Sum of RGB (Red+Green+Blue) = 173+121+236=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD79EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD79EC is #528613. Grayscale: #959595. Windows color (decimal): -5408276 or 15497645. OLE color: 15497645.
HSL color Cylindrical-coordinate representation of color #AD79EC: hue angle of 267.13º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD79EC is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 121 | 236 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.07 |
| HSL | 267.13º | 0.75% | 0.7% | - |
| HSV(B) | 267.13º | 0.49% | 0.93% | - |
| XYZ | 39.21 | 28.62 | 82.81 | - |
| YUV | 149.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 236 | 0.27 | 0.49 | 0 | 0.07 | 267.13 | 0.75 | 0.7 |
| Hex | AD | 79 | EC | 1B | 31 | 0 | 7 | 10B | 4B | 46 |
| Octal | 255 | 171 | 354 | 33 | 61 | 0 | 7 | 413 | 113 | 106 |
| Binary | 10101101 | 1111001 | 11101100 | 11011 | 110001 | 0 | 111 | 100001011 | 1001011 | 1000110 |
Color Harmonies of #AD79EC
Complementary color
Monochromatic Colors of #AD79EC
Black with #AD79EC
Text Example
Text Example
White with #AD79EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79EC; }
p { color: rgb(173,121,236); }
H1.HeaderClassName
{
color: #AD79EC;
}
.AnyTagClassName
{
color: #AD79EC;
}
</style>
background-color css
<style>
a { background-color: #AD79EC; }
a { background-color: rgb(173,121,236); }
div.DivClassName
{
background-color: #AD79EC;
}
.BgClassName
{
background-color: #AD79EC;
}
</style>
border-color css
<style>
span { border-color: #AD79EC; }
span { border-color: rgb(173,121,236); }
td.TdClassName
{
border-color: #AD79EC;
}
.TagClassName
{
border-color: #AD79EC;
}
</style>