Shades of Medium Purple #AD6DEA
Tints of Medium Purple #AD6DEA
RGB
CMYK
RGB Variations
Color information
#AD6DEA (or 0xAD6DEA) is known color: Medium Purple. HEX triplet: AD, 6D and EA. RGB value is (173,109,234). Sum of RGB (Red+Green+Blue) = 173+109+234=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DEA is #529215. Grayscale: #8D8D8D. Windows color (decimal): -5411350 or 15363501. OLE color: 15363501.
HSL color Cylindrical-coordinate representation of color #AD6DEA: hue angle of 270.72º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6DEA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 109 | 234 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.08 |
| HSL | 270.72º | 0.75% | 0.67% | - |
| HSV(B) | 270.72º | 0.53% | 0.92% | - |
| XYZ | 37.55 | 25.76 | 80.84 | - |
| YUV | 142.39 | 179.7 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 234 | 0.26 | 0.53 | 0 | 0.08 | 270.72 | 0.75 | 0.67 |
| Hex | AD | 6D | EA | 1A | 35 | 0 | 8 | 10F | 4B | 43 |
| Octal | 255 | 155 | 352 | 32 | 65 | 0 | 10 | 417 | 113 | 103 |
| Binary | 10101101 | 1101101 | 11101010 | 11010 | 110101 | 0 | 1000 | 100001111 | 1001011 | 1000011 |
Color Harmonies of #AD6DEA
Complementary color
Monochromatic Colors of #AD6DEA
Black with #AD6DEA
Text Example
Text Example
White with #AD6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DEA; }
p { color: rgb(173,109,234); }
H1.HeaderClassName
{
color: #AD6DEA;
}
.AnyTagClassName
{
color: #AD6DEA;
}
</style>
background-color css
<style>
a { background-color: #AD6DEA; }
a { background-color: rgb(173,109,234); }
div.DivClassName
{
background-color: #AD6DEA;
}
.BgClassName
{
background-color: #AD6DEA;
}
</style>
border-color css
<style>
span { border-color: #AD6DEA; }
span { border-color: rgb(173,109,234); }
td.TdClassName
{
border-color: #AD6DEA;
}
.TagClassName
{
border-color: #AD6DEA;
}
</style>