Shades of Medium Purple #AD7FED
Tints of Medium Purple #AD7FED
RGB
CMYK
RGB Variations
Color information
#AD7FED (or 0xAD7FED) is known color: Medium Purple. HEX triplet: AD, 7F and ED. RGB value is (173,127,237). Sum of RGB (Red+Green+Blue) = 173+127+237=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FED is #528012. Grayscale: #989898. Windows color (decimal): -5406739 or 15564717. OLE color: 15564717.
HSL color Cylindrical-coordinate representation of color #AD7FED: hue angle of 265.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD7FED is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 127 | 237 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.07 |
| HSL | 265.09º | 0.75% | 0.71% | - |
| HSV(B) | 265.09º | 0.46% | 0.93% | - |
| XYZ | 40.11 | 30.18 | 83.83 | - |
| YUV | 153.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 237 | 0.27 | 0.46 | 0 | 0.07 | 265.09 | 0.75 | 0.71 |
| Hex | AD | 7F | ED | 1B | 2E | 0 | 7 | 109 | 4B | 47 |
| Octal | 255 | 177 | 355 | 33 | 56 | 0 | 7 | 411 | 113 | 107 |
| Binary | 10101101 | 1111111 | 11101101 | 11011 | 101110 | 0 | 111 | 100001001 | 1001011 | 1000111 |
Color Harmonies of #AD7FED
Complementary color
Monochromatic Colors of #AD7FED
Black with #AD7FED
Text Example
Text Example
White with #AD7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FED; }
p { color: rgb(173,127,237); }
H1.HeaderClassName
{
color: #AD7FED;
}
.AnyTagClassName
{
color: #AD7FED;
}
</style>
background-color css
<style>
a { background-color: #AD7FED; }
a { background-color: rgb(173,127,237); }
div.DivClassName
{
background-color: #AD7FED;
}
.BgClassName
{
background-color: #AD7FED;
}
</style>
border-color css
<style>
span { border-color: #AD7FED; }
span { border-color: rgb(173,127,237); }
td.TdClassName
{
border-color: #AD7FED;
}
.TagClassName
{
border-color: #AD7FED;
}
</style>