Shades of Medium Purple #AD6DEE
Tints of Medium Purple #AD6DEE
RGB
CMYK
RGB Variations
Color information
#AD6DEE (or 0xAD6DEE) is known color: Medium Purple. HEX triplet: AD, 6D and EE. RGB value is (173,109,238). Sum of RGB (Red+Green+Blue) = 173+109+238=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD6DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DEE is #529211. Grayscale: #8E8E8E. Windows color (decimal): -5411346 or 15625645. OLE color: 15625645.
HSL color Cylindrical-coordinate representation of color #AD6DEE: hue angle of 269.77º degrees, saturation: 0.79, 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 #AD6DEE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 109 | 238 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.07 |
| HSL | 269.77º | 0.79% | 0.68% | - |
| HSV(B) | 269.77º | 0.54% | 0.93% | - |
| XYZ | 38.13 | 25.99 | 83.9 | - |
| YUV | 142.84 | 181.7 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 238 | 0.27 | 0.54 | 0 | 0.07 | 269.77 | 0.79 | 0.68 |
| Hex | AD | 6D | EE | 1B | 36 | 0 | 7 | 10E | 4F | 44 |
| Octal | 255 | 155 | 356 | 33 | 66 | 0 | 7 | 416 | 117 | 104 |
| Binary | 10101101 | 1101101 | 11101110 | 11011 | 110110 | 0 | 111 | 100001110 | 1001111 | 1000100 |
Color Harmonies of #AD6DEE
Complementary color
Monochromatic Colors of #AD6DEE
Black with #AD6DEE
Text Example
Text Example
White with #AD6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DEE; }
p { color: rgb(173,109,238); }
H1.HeaderClassName
{
color: #AD6DEE;
}
.AnyTagClassName
{
color: #AD6DEE;
}
</style>
background-color css
<style>
a { background-color: #AD6DEE; }
a { background-color: rgb(173,109,238); }
div.DivClassName
{
background-color: #AD6DEE;
}
.BgClassName
{
background-color: #AD6DEE;
}
</style>
border-color css
<style>
span { border-color: #AD6DEE; }
span { border-color: rgb(173,109,238); }
td.TdClassName
{
border-color: #AD6DEE;
}
.TagClassName
{
border-color: #AD6DEE;
}
</style>