Shades of Medium Purple #AD80EC
Tints of Medium Purple #AD80EC
RGB
CMYK
RGB Variations
Color information
#AD80EC (or 0xAD80EC) is known color: Medium Purple. HEX triplet: AD, 80 and EC. RGB value is (173,128,236). Sum of RGB (Red+Green+Blue) = 173+128+236=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80EC is #527F13. Grayscale: #999999. Windows color (decimal): -5406484 or 15499437. OLE color: 15499437.
HSL color Cylindrical-coordinate representation of color #AD80EC: hue angle of 265º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD80EC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 128 | 236 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.07 |
| HSL | 265º | 0.74% | 0.71% | - |
| HSV(B) | 265º | 0.46% | 0.93% | - |
| XYZ | 40.09 | 30.38 | 83.11 | - |
| YUV | 153.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 236 | 0.27 | 0.46 | 0 | 0.07 | 265 | 0.74 | 0.71 |
| Hex | AD | 80 | EC | 1B | 2E | 0 | 7 | 109 | 4A | 47 |
| Octal | 255 | 200 | 354 | 33 | 56 | 0 | 7 | 411 | 112 | 107 |
| Binary | 10101101 | 10000000 | 11101100 | 11011 | 101110 | 0 | 111 | 100001001 | 1001010 | 1000111 |
Color Harmonies of #AD80EC
Complementary color
Monochromatic Colors of #AD80EC
Black with #AD80EC
Text Example
Text Example
White with #AD80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80EC; }
p { color: rgb(173,128,236); }
H1.HeaderClassName
{
color: #AD80EC;
}
.AnyTagClassName
{
color: #AD80EC;
}
</style>
background-color css
<style>
a { background-color: #AD80EC; }
a { background-color: rgb(173,128,236); }
div.DivClassName
{
background-color: #AD80EC;
}
.BgClassName
{
background-color: #AD80EC;
}
</style>
border-color css
<style>
span { border-color: #AD80EC; }
span { border-color: rgb(173,128,236); }
td.TdClassName
{
border-color: #AD80EC;
}
.TagClassName
{
border-color: #AD80EC;
}
</style>