Shades of Medium Purple #AD6DE6
Tints of Medium Purple #AD6DE6
RGB
CMYK
RGB Variations
Color information
#AD6DE6 (or 0xAD6DE6) is known color: Medium Purple. HEX triplet: AD, 6D and E6. RGB value is (173,109,230). Sum of RGB (Red+Green+Blue) = 173+109+230=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD6DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DE6 is #529219. Grayscale: #8D8D8D. Windows color (decimal): -5411354 or 15101357. OLE color: 15101357.
HSL color Cylindrical-coordinate representation of color #AD6DE6: hue angle of 271.74º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6DE6 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 109 | 230 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.10 |
| HSL | 271.74º | 0.71% | 0.66% | - |
| HSV(B) | 271.74º | 0.53% | 0.9% | - |
| XYZ | 36.99 | 25.53 | 77.84 | - |
| YUV | 141.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 230 | 0.25 | 0.53 | 0 | 0.10 | 271.74 | 0.71 | 0.66 |
| Hex | AD | 6D | E6 | 19 | 35 | 0 | A | 110 | 47 | 42 |
| Octal | 255 | 155 | 346 | 31 | 65 | 0 | 12 | 420 | 107 | 102 |
| Binary | 10101101 | 1101101 | 11100110 | 11001 | 110101 | 0 | 1010 | 100010000 | 1000111 | 1000010 |
Color Harmonies of #AD6DE6
Complementary color
Monochromatic Colors of #AD6DE6
Black with #AD6DE6
Text Example
Text Example
White with #AD6DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DE6; }
p { color: rgb(173,109,230); }
H1.HeaderClassName
{
color: #AD6DE6;
}
.AnyTagClassName
{
color: #AD6DE6;
}
</style>
background-color css
<style>
a { background-color: #AD6DE6; }
a { background-color: rgb(173,109,230); }
div.DivClassName
{
background-color: #AD6DE6;
}
.BgClassName
{
background-color: #AD6DE6;
}
</style>
border-color css
<style>
span { border-color: #AD6DE6; }
span { border-color: rgb(173,109,230); }
td.TdClassName
{
border-color: #AD6DE6;
}
.TagClassName
{
border-color: #AD6DE6;
}
</style>