Shades of Medium Purple #AD6DEF
Tints of Medium Purple #AD6DEF
RGB
CMYK
RGB Variations
Color information
#AD6DEF (or 0xAD6DEF) is known color: Medium Purple. HEX triplet: AD, 6D and EF. RGB value is (173,109,239). Sum of RGB (Red+Green+Blue) = 173+109+239=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD6DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DEF is #529210. Grayscale: #8E8E8E. Windows color (decimal): -5411345 or 15691181. OLE color: 15691181.
HSL color Cylindrical-coordinate representation of color #AD6DEF: hue angle of 269.54º 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 #AD6DEF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 109 | 239 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.06 |
| HSL | 269.54º | 0.8% | 0.68% | - |
| HSV(B) | 269.54º | 0.54% | 0.94% | - |
| XYZ | 38.28 | 26.05 | 84.67 | - |
| YUV | 142.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 239 | 0.28 | 0.54 | 0 | 0.06 | 269.54 | 0.8 | 0.68 |
| Hex | AD | 6D | EF | 1C | 36 | 0 | 6 | 10E | 50 | 44 |
| Octal | 255 | 155 | 357 | 34 | 66 | 0 | 6 | 416 | 120 | 104 |
| Binary | 10101101 | 1101101 | 11101111 | 11100 | 110110 | 0 | 110 | 100001110 | 1010000 | 1000100 |
Color Harmonies of #AD6DEF
Complementary color
Monochromatic Colors of #AD6DEF
Black with #AD6DEF
Text Example
Text Example
White with #AD6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DEF; }
p { color: rgb(173,109,239); }
H1.HeaderClassName
{
color: #AD6DEF;
}
.AnyTagClassName
{
color: #AD6DEF;
}
</style>
background-color css
<style>
a { background-color: #AD6DEF; }
a { background-color: rgb(173,109,239); }
div.DivClassName
{
background-color: #AD6DEF;
}
.BgClassName
{
background-color: #AD6DEF;
}
</style>
border-color css
<style>
span { border-color: #AD6DEF; }
span { border-color: rgb(173,109,239); }
td.TdClassName
{
border-color: #AD6DEF;
}
.TagClassName
{
border-color: #AD6DEF;
}
</style>