Shades of Medium Purple #AD6DED
Tints of Medium Purple #AD6DED
RGB
CMYK
RGB Variations
Color information
#AD6DED (or 0xAD6DED) is known color: Medium Purple. HEX triplet: AD, 6D and ED. RGB value is (173,109,237). Sum of RGB (Red+Green+Blue) = 173+109+237=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DED is #529212. Grayscale: #8E8E8E. Windows color (decimal): -5411347 or 15560109. OLE color: 15560109.
HSL color Cylindrical-coordinate representation of color #AD6DED: hue angle of 270º 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 #AD6DED is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 109 | 237 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.07 |
| HSL | 270º | 0.78% | 0.68% | - |
| HSV(B) | 270º | 0.54% | 0.93% | - |
| XYZ | 37.99 | 25.94 | 83.12 | - |
| YUV | 142.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 237 | 0.27 | 0.54 | 0 | 0.07 | 270 | 0.78 | 0.68 |
| Hex | AD | 6D | ED | 1B | 36 | 0 | 7 | 10E | 4E | 44 |
| Octal | 255 | 155 | 355 | 33 | 66 | 0 | 7 | 416 | 116 | 104 |
| Binary | 10101101 | 1101101 | 11101101 | 11011 | 110110 | 0 | 111 | 100001110 | 1001110 | 1000100 |
Color Harmonies of #AD6DED
Complementary color
Monochromatic Colors of #AD6DED
Black with #AD6DED
Text Example
Text Example
White with #AD6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DED; }
p { color: rgb(173,109,237); }
H1.HeaderClassName
{
color: #AD6DED;
}
.AnyTagClassName
{
color: #AD6DED;
}
</style>
background-color css
<style>
a { background-color: #AD6DED; }
a { background-color: rgb(173,109,237); }
div.DivClassName
{
background-color: #AD6DED;
}
.BgClassName
{
background-color: #AD6DED;
}
</style>
border-color css
<style>
span { border-color: #AD6DED; }
span { border-color: rgb(173,109,237); }
td.TdClassName
{
border-color: #AD6DED;
}
.TagClassName
{
border-color: #AD6DED;
}
</style>