Shades of Medium Purple #AD6EED
Tints of Medium Purple #AD6EED
RGB
CMYK
RGB Variations
Color information
#AD6EED (or 0xAD6EED) is known color: Medium Purple. HEX triplet: AD, 6E and ED. RGB value is (173,110,237). Sum of RGB (Red+Green+Blue) = 173+110+237=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD6EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EED is #529112. Grayscale: #8E8E8E. Windows color (decimal): -5411091 or 15560365. OLE color: 15560365.
HSL color Cylindrical-coordinate representation of color #AD6EED: hue angle of 269.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6EED is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 110 | 237 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.07 |
| HSL | 269.76º | 0.78% | 0.68% | - |
| HSV(B) | 269.76º | 0.54% | 0.93% | - |
| XYZ | 38.1 | 26.15 | 83.16 | - |
| YUV | 143.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 237 | 0.27 | 0.54 | 0 | 0.07 | 269.76 | 0.78 | 0.68 |
| Hex | AD | 6E | ED | 1B | 36 | 0 | 7 | 10E | 4E | 44 |
| Octal | 255 | 156 | 355 | 33 | 66 | 0 | 7 | 416 | 116 | 104 |
| Binary | 10101101 | 1101110 | 11101101 | 11011 | 110110 | 0 | 111 | 100001110 | 1001110 | 1000100 |
Color Harmonies of #AD6EED
Complementary color
Monochromatic Colors of #AD6EED
Black with #AD6EED
Text Example
Text Example
White with #AD6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EED; }
p { color: rgb(173,110,237); }
H1.HeaderClassName
{
color: #AD6EED;
}
.AnyTagClassName
{
color: #AD6EED;
}
</style>
background-color css
<style>
a { background-color: #AD6EED; }
a { background-color: rgb(173,110,237); }
div.DivClassName
{
background-color: #AD6EED;
}
.BgClassName
{
background-color: #AD6EED;
}
</style>
border-color css
<style>
span { border-color: #AD6EED; }
span { border-color: rgb(173,110,237); }
td.TdClassName
{
border-color: #AD6EED;
}
.TagClassName
{
border-color: #AD6EED;
}
</style>