Shades of Medium Purple #AD6EEF
Tints of Medium Purple #AD6EEF
RGB
CMYK
RGB Variations
Color information
#AD6EEF (or 0xAD6EEF) is known color: Medium Purple. HEX triplet: AD, 6E and EF. RGB value is (173,110,239). Sum of RGB (Red+Green+Blue) = 173+110+239=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD6EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EEF is #529110. Grayscale: #8F8F8F. Windows color (decimal): -5411089 or 15691437. OLE color: 15691437.
HSL color Cylindrical-coordinate representation of color #AD6EEF: hue angle of 269.3º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6EEF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 110 | 239 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.06 |
| HSL | 269.3º | 0.8% | 0.68% | - |
| HSV(B) | 269.3º | 0.54% | 0.94% | - |
| XYZ | 38.39 | 26.27 | 84.71 | - |
| YUV | 143.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 239 | 0.28 | 0.54 | 0 | 0.06 | 269.3 | 0.8 | 0.68 |
| Hex | AD | 6E | EF | 1C | 36 | 0 | 6 | 10D | 50 | 44 |
| Octal | 255 | 156 | 357 | 34 | 66 | 0 | 6 | 415 | 120 | 104 |
| Binary | 10101101 | 1101110 | 11101111 | 11100 | 110110 | 0 | 110 | 100001101 | 1010000 | 1000100 |
Color Harmonies of #AD6EEF
Complementary color
Monochromatic Colors of #AD6EEF
Black with #AD6EEF
Text Example
Text Example
White with #AD6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EEF; }
p { color: rgb(173,110,239); }
H1.HeaderClassName
{
color: #AD6EEF;
}
.AnyTagClassName
{
color: #AD6EEF;
}
</style>
background-color css
<style>
a { background-color: #AD6EEF; }
a { background-color: rgb(173,110,239); }
div.DivClassName
{
background-color: #AD6EEF;
}
.BgClassName
{
background-color: #AD6EEF;
}
</style>
border-color css
<style>
span { border-color: #AD6EEF; }
span { border-color: rgb(173,110,239); }
td.TdClassName
{
border-color: #AD6EEF;
}
.TagClassName
{
border-color: #AD6EEF;
}
</style>