Shades of Medium Purple #AD79FE
Tints of Medium Purple #AD79FE
RGB
CMYK
RGB Variations
Color information
#AD79FE (or 0xAD79FE) is known color: Medium Purple. HEX triplet: AD, 79 and FE. RGB value is (173,121,254). Sum of RGB (Red+Green+Blue) = 173+121+254=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD79FE is #528601. Grayscale: #979797. Windows color (decimal): -5408258 or 16677293. OLE color: 16677293.
HSL color Cylindrical-coordinate representation of color #AD79FE: hue angle of 263.46º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD79FE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 121 | 254 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.00 |
| HSL | 263.46º | 0.99% | 0.74% | - |
| HSV(B) | 263.46º | 0.52% | 1% | - |
| XYZ | 41.96 | 29.71 | 97.29 | - |
| YUV | 151.71 | 185.73 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 254 | 0.32 | 0.52 | 0 | 0.00 | 263.46 | 0.99 | 0.74 |
| Hex | AD | 79 | FE | 20 | 34 | 0 | 0 | 107 | 63 | 4A |
| Octal | 255 | 171 | 376 | 40 | 64 | 0 | 0 | 407 | 143 | 112 |
| Binary | 10101101 | 1111001 | 11111110 | 100000 | 110100 | 0 | 0 | 100000111 | 1100011 | 1001010 |
Color Harmonies of #AD79FE
Complementary color
Monochromatic Colors of #AD79FE
Black with #AD79FE
Text Example
Text Example
White with #AD79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79FE; }
p { color: rgb(173,121,254); }
H1.HeaderClassName
{
color: #AD79FE;
}
.AnyTagClassName
{
color: #AD79FE;
}
</style>
background-color css
<style>
a { background-color: #AD79FE; }
a { background-color: rgb(173,121,254); }
div.DivClassName
{
background-color: #AD79FE;
}
.BgClassName
{
background-color: #AD79FE;
}
</style>
border-color css
<style>
span { border-color: #AD79FE; }
span { border-color: rgb(173,121,254); }
td.TdClassName
{
border-color: #AD79FE;
}
.TagClassName
{
border-color: #AD79FE;
}
</style>