Shades of Medium Purple #AD80EF
Tints of Medium Purple #AD80EF
RGB
CMYK
RGB Variations
Color information
#AD80EF (or 0xAD80EF) is known color: Medium Purple. HEX triplet: AD, 80 and EF. RGB value is (173,128,239). Sum of RGB (Red+Green+Blue) = 173+128+239=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80EF is #527F10. Grayscale: #999999. Windows color (decimal): -5406481 or 15696045. OLE color: 15696045.
HSL color Cylindrical-coordinate representation of color #AD80EF: hue angle of 264.32º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD80EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 128 | 239 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.06 |
| HSL | 264.32º | 0.78% | 0.72% | - |
| HSV(B) | 264.32º | 0.46% | 0.94% | - |
| XYZ | 40.53 | 30.55 | 85.42 | - |
| YUV | 154.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 239 | 0.28 | 0.46 | 0 | 0.06 | 264.32 | 0.78 | 0.72 |
| Hex | AD | 80 | EF | 1C | 2E | 0 | 6 | 108 | 4E | 48 |
| Octal | 255 | 200 | 357 | 34 | 56 | 0 | 6 | 410 | 116 | 110 |
| Binary | 10101101 | 10000000 | 11101111 | 11100 | 101110 | 0 | 110 | 100001000 | 1001110 | 1001000 |
Color Harmonies of #AD80EF
Complementary color
Monochromatic Colors of #AD80EF
Black with #AD80EF
Text Example
Text Example
White with #AD80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80EF; }
p { color: rgb(173,128,239); }
H1.HeaderClassName
{
color: #AD80EF;
}
.AnyTagClassName
{
color: #AD80EF;
}
</style>
background-color css
<style>
a { background-color: #AD80EF; }
a { background-color: rgb(173,128,239); }
div.DivClassName
{
background-color: #AD80EF;
}
.BgClassName
{
background-color: #AD80EF;
}
</style>
border-color css
<style>
span { border-color: #AD80EF; }
span { border-color: rgb(173,128,239); }
td.TdClassName
{
border-color: #AD80EF;
}
.TagClassName
{
border-color: #AD80EF;
}
</style>