Shades of Medium Purple #AD79E4
Tints of Medium Purple #AD79E4
RGB
CMYK
RGB Variations
Color information
#AD79E4 (or 0xAD79E4) is known color: Medium Purple. HEX triplet: AD, 79 and E4. RGB value is (173,121,228). Sum of RGB (Red+Green+Blue) = 173+121+228=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD79E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79E4 is #52861B. Grayscale: #949494. Windows color (decimal): -5408284 or 14973357. OLE color: 14973357.
HSL color Cylindrical-coordinate representation of color #AD79E4: hue angle of 269.16º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD79E4 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 121 | 228 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.11 |
| HSL | 269.16º | 0.66% | 0.68% | - |
| HSV(B) | 269.16º | 0.47% | 0.89% | - |
| XYZ | 38.07 | 28.16 | 76.83 | - |
| YUV | 148.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 228 | 0.24 | 0.47 | 0 | 0.11 | 269.16 | 0.66 | 0.68 |
| Hex | AD | 79 | E4 | 18 | 2F | 0 | B | 10D | 42 | 44 |
| Octal | 255 | 171 | 344 | 30 | 57 | 0 | 13 | 415 | 102 | 104 |
| Binary | 10101101 | 1111001 | 11100100 | 11000 | 101111 | 0 | 1011 | 100001101 | 1000010 | 1000100 |
Color Harmonies of #AD79E4
Complementary color
Monochromatic Colors of #AD79E4
Black with #AD79E4
Text Example
Text Example
White with #AD79E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79E4; }
p { color: rgb(173,121,228); }
H1.HeaderClassName
{
color: #AD79E4;
}
.AnyTagClassName
{
color: #AD79E4;
}
</style>
background-color css
<style>
a { background-color: #AD79E4; }
a { background-color: rgb(173,121,228); }
div.DivClassName
{
background-color: #AD79E4;
}
.BgClassName
{
background-color: #AD79E4;
}
</style>
border-color css
<style>
span { border-color: #AD79E4; }
span { border-color: rgb(173,121,228); }
td.TdClassName
{
border-color: #AD79E4;
}
.TagClassName
{
border-color: #AD79E4;
}
</style>