Shades of Medium Purple #AD79ED
Tints of Medium Purple #AD79ED
RGB
CMYK
RGB Variations
Color information
#AD79ED (or 0xAD79ED) is known color: Medium Purple. HEX triplet: AD, 79 and ED. RGB value is (173,121,237). Sum of RGB (Red+Green+Blue) = 173+121+237=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD79ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD79ED is #528612. Grayscale: #959595. Windows color (decimal): -5408275 or 15563181. OLE color: 15563181.
HSL color Cylindrical-coordinate representation of color #AD79ED: hue angle of 266.9º degrees, saturation: 0.76, 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 #AD79ED is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 121 | 237 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.07 |
| HSL | 266.9º | 0.76% | 0.7% | - |
| HSV(B) | 266.9º | 0.49% | 0.93% | - |
| XYZ | 39.36 | 28.67 | 83.58 | - |
| YUV | 149.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 237 | 0.27 | 0.49 | 0 | 0.07 | 266.9 | 0.76 | 0.7 |
| Hex | AD | 79 | ED | 1B | 31 | 0 | 7 | 10B | 4C | 46 |
| Octal | 255 | 171 | 355 | 33 | 61 | 0 | 7 | 413 | 114 | 106 |
| Binary | 10101101 | 1111001 | 11101101 | 11011 | 110001 | 0 | 111 | 100001011 | 1001100 | 1000110 |
Color Harmonies of #AD79ED
Complementary color
Monochromatic Colors of #AD79ED
Black with #AD79ED
Text Example
Text Example
White with #AD79ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79ED; }
p { color: rgb(173,121,237); }
H1.HeaderClassName
{
color: #AD79ED;
}
.AnyTagClassName
{
color: #AD79ED;
}
</style>
background-color css
<style>
a { background-color: #AD79ED; }
a { background-color: rgb(173,121,237); }
div.DivClassName
{
background-color: #AD79ED;
}
.BgClassName
{
background-color: #AD79ED;
}
</style>
border-color css
<style>
span { border-color: #AD79ED; }
span { border-color: rgb(173,121,237); }
td.TdClassName
{
border-color: #AD79ED;
}
.TagClassName
{
border-color: #AD79ED;
}
</style>