Shades of Medium Purple #AD7EF8
Tints of Medium Purple #AD7EF8
RGB
CMYK
RGB Variations
Color information
#AD7EF8 (or 0xAD7EF8) is known color: Medium Purple. HEX triplet: AD, 7E and F8. RGB value is (173,126,248). Sum of RGB (Red+Green+Blue) = 173+126+248=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD7EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EF8 is #528107. Grayscale: #999999. Windows color (decimal): -5406984 or 16285357. OLE color: 16285357.
HSL color Cylindrical-coordinate representation of color #AD7EF8: hue angle of 263.11º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7EF8 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 126 | 248 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.03 |
| HSL | 263.11º | 0.9% | 0.73% | - |
| HSV(B) | 263.11º | 0.49% | 0.97% | - |
| XYZ | 41.64 | 30.58 | 92.52 | - |
| YUV | 153.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 248 | 0.30 | 0.49 | 0 | 0.03 | 263.11 | 0.9 | 0.73 |
| Hex | AD | 7E | F8 | 1E | 31 | 0 | 3 | 107 | 5A | 49 |
| Octal | 255 | 176 | 370 | 36 | 61 | 0 | 3 | 407 | 132 | 111 |
| Binary | 10101101 | 1111110 | 11111000 | 11110 | 110001 | 0 | 11 | 100000111 | 1011010 | 1001001 |
Color Harmonies of #AD7EF8
Complementary color
Monochromatic Colors of #AD7EF8
Black with #AD7EF8
Text Example
Text Example
White with #AD7EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EF8; }
p { color: rgb(173,126,248); }
H1.HeaderClassName
{
color: #AD7EF8;
}
.AnyTagClassName
{
color: #AD7EF8;
}
</style>
background-color css
<style>
a { background-color: #AD7EF8; }
a { background-color: rgb(173,126,248); }
div.DivClassName
{
background-color: #AD7EF8;
}
.BgClassName
{
background-color: #AD7EF8;
}
</style>
border-color css
<style>
span { border-color: #AD7EF8; }
span { border-color: rgb(173,126,248); }
td.TdClassName
{
border-color: #AD7EF8;
}
.TagClassName
{
border-color: #AD7EF8;
}
</style>