Shades of Medium Purple #AD7EE8
Tints of Medium Purple #AD7EE8
RGB
CMYK
RGB Variations
Color information
#AD7EE8 (or 0xAD7EE8) is known color: Medium Purple. HEX triplet: AD, 7E and E8. RGB value is (173,126,232). Sum of RGB (Red+Green+Blue) = 173+126+232=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD7EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EE8 is #528117. Grayscale: #979797. Windows color (decimal): -5407000 or 15236781. OLE color: 15236781.
HSL color Cylindrical-coordinate representation of color #AD7EE8: hue angle of 266.6º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD7EE8 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 126 | 232 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.09 |
| HSL | 266.6º | 0.7% | 0.7% | - |
| HSV(B) | 266.6º | 0.46% | 0.91% | - |
| XYZ | 39.26 | 29.63 | 79.99 | - |
| YUV | 152.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 232 | 0.25 | 0.46 | 0 | 0.09 | 266.6 | 0.7 | 0.7 |
| Hex | AD | 7E | E8 | 19 | 2E | 0 | 9 | 10B | 46 | 46 |
| Octal | 255 | 176 | 350 | 31 | 56 | 0 | 11 | 413 | 106 | 106 |
| Binary | 10101101 | 1111110 | 11101000 | 11001 | 101110 | 0 | 1001 | 100001011 | 1000110 | 1000110 |
Color Harmonies of #AD7EE8
Complementary color
Monochromatic Colors of #AD7EE8
Black with #AD7EE8
Text Example
Text Example
White with #AD7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EE8; }
p { color: rgb(173,126,232); }
H1.HeaderClassName
{
color: #AD7EE8;
}
.AnyTagClassName
{
color: #AD7EE8;
}
</style>
background-color css
<style>
a { background-color: #AD7EE8; }
a { background-color: rgb(173,126,232); }
div.DivClassName
{
background-color: #AD7EE8;
}
.BgClassName
{
background-color: #AD7EE8;
}
</style>
border-color css
<style>
span { border-color: #AD7EE8; }
span { border-color: rgb(173,126,232); }
td.TdClassName
{
border-color: #AD7EE8;
}
.TagClassName
{
border-color: #AD7EE8;
}
</style>