Shades of Medium Purple #AD68EC
Tints of Medium Purple #AD68EC
RGB
CMYK
RGB Variations
Color information
#AD68EC (or 0xAD68EC) is known color: Medium Purple. HEX triplet: AD, 68 and EC. RGB value is (173,104,236). Sum of RGB (Red+Green+Blue) = 173+104+236=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68EC is #529713. Grayscale: #8B8B8B. Windows color (decimal): -5412628 or 15493293. OLE color: 15493293.
HSL color Cylindrical-coordinate representation of color #AD68EC: hue angle of 271.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD68EC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 104 | 236 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 271.36º | 0.78% | 0.67% | - |
| HSV(B) | 271.36º | 0.56% | 0.93% | - |
| XYZ | 37.32 | 24.84 | 82.18 | - |
| YUV | 139.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 236 | 0.27 | 0.56 | 0 | 0.07 | 271.36 | 0.78 | 0.67 |
| Hex | AD | 68 | EC | 1B | 38 | 0 | 7 | 10F | 4E | 43 |
| Octal | 255 | 150 | 354 | 33 | 70 | 0 | 7 | 417 | 116 | 103 |
| Binary | 10101101 | 1101000 | 11101100 | 11011 | 111000 | 0 | 111 | 100001111 | 1001110 | 1000011 |
Color Harmonies of #AD68EC
Complementary color
Monochromatic Colors of #AD68EC
Black with #AD68EC
Text Example
Text Example
White with #AD68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68EC; }
p { color: rgb(173,104,236); }
H1.HeaderClassName
{
color: #AD68EC;
}
.AnyTagClassName
{
color: #AD68EC;
}
</style>
background-color css
<style>
a { background-color: #AD68EC; }
a { background-color: rgb(173,104,236); }
div.DivClassName
{
background-color: #AD68EC;
}
.BgClassName
{
background-color: #AD68EC;
}
</style>
border-color css
<style>
span { border-color: #AD68EC; }
span { border-color: rgb(173,104,236); }
td.TdClassName
{
border-color: #AD68EC;
}
.TagClassName
{
border-color: #AD68EC;
}
</style>