Shades of Medium Purple #AD7FEE
Tints of Medium Purple #AD7FEE
RGB
CMYK
RGB Variations
Color information
#AD7FEE (or 0xAD7FEE) is known color: Medium Purple. HEX triplet: AD, 7F and EE. RGB value is (173,127,238). Sum of RGB (Red+Green+Blue) = 173+127+238=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FEE is #528011. Grayscale: #999999. Windows color (decimal): -5406738 or 15630253. OLE color: 15630253.
HSL color Cylindrical-coordinate representation of color #AD7FEE: hue angle of 264.86º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7FEE is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 127 | 238 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.07 |
| HSL | 264.86º | 0.77% | 0.72% | - |
| HSV(B) | 264.86º | 0.47% | 0.93% | - |
| XYZ | 40.26 | 30.24 | 84.6 | - |
| YUV | 153.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 238 | 0.27 | 0.47 | 0 | 0.07 | 264.86 | 0.77 | 0.72 |
| Hex | AD | 7F | EE | 1B | 2F | 0 | 7 | 109 | 4D | 48 |
| Octal | 255 | 177 | 356 | 33 | 57 | 0 | 7 | 411 | 115 | 110 |
| Binary | 10101101 | 1111111 | 11101110 | 11011 | 101111 | 0 | 111 | 100001001 | 1001101 | 1001000 |
Color Harmonies of #AD7FEE
Complementary color
Monochromatic Colors of #AD7FEE
Black with #AD7FEE
Text Example
Text Example
White with #AD7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FEE; }
p { color: rgb(173,127,238); }
H1.HeaderClassName
{
color: #AD7FEE;
}
.AnyTagClassName
{
color: #AD7FEE;
}
</style>
background-color css
<style>
a { background-color: #AD7FEE; }
a { background-color: rgb(173,127,238); }
div.DivClassName
{
background-color: #AD7FEE;
}
.BgClassName
{
background-color: #AD7FEE;
}
</style>
border-color css
<style>
span { border-color: #AD7FEE; }
span { border-color: rgb(173,127,238); }
td.TdClassName
{
border-color: #AD7FEE;
}
.TagClassName
{
border-color: #AD7FEE;
}
</style>