Shades of Medium Purple #AD7EFE
Tints of Medium Purple #AD7EFE
RGB
CMYK
RGB Variations
Color information
#AD7EFE (or 0xAD7EFE) is known color: Medium Purple. HEX triplet: AD, 7E and FE. RGB value is (173,126,254). Sum of RGB (Red+Green+Blue) = 173+126+254=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EFE is #528101. Grayscale: #9A9A9A. Windows color (decimal): -5406978 or 16678573. OLE color: 16678573.
HSL color Cylindrical-coordinate representation of color #AD7EFE: hue angle of 262.03º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7EFE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 126 | 254 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.00 |
| HSL | 262.03º | 0.98% | 0.75% | - |
| HSV(B) | 262.03º | 0.5% | 1% | - |
| XYZ | 42.58 | 30.96 | 97.5 | - |
| YUV | 154.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 254 | 0.32 | 0.50 | 0 | 0.00 | 262.03 | 0.98 | 0.75 |
| Hex | AD | 7E | FE | 20 | 32 | 0 | 0 | 106 | 62 | 4B |
| Octal | 255 | 176 | 376 | 40 | 62 | 0 | 0 | 406 | 142 | 113 |
| Binary | 10101101 | 1111110 | 11111110 | 100000 | 110010 | 0 | 0 | 100000110 | 1100010 | 1001011 |
Color Harmonies of #AD7EFE
Complementary color
Monochromatic Colors of #AD7EFE
Black with #AD7EFE
Text Example
Text Example
White with #AD7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EFE; }
p { color: rgb(173,126,254); }
H1.HeaderClassName
{
color: #AD7EFE;
}
.AnyTagClassName
{
color: #AD7EFE;
}
</style>
background-color css
<style>
a { background-color: #AD7EFE; }
a { background-color: rgb(173,126,254); }
div.DivClassName
{
background-color: #AD7EFE;
}
.BgClassName
{
background-color: #AD7EFE;
}
</style>
border-color css
<style>
span { border-color: #AD7EFE; }
span { border-color: rgb(173,126,254); }
td.TdClassName
{
border-color: #AD7EFE;
}
.TagClassName
{
border-color: #AD7EFE;
}
</style>