Shades of Medium Purple #AD80EE
Tints of Medium Purple #AD80EE
RGB
CMYK
RGB Variations
Color information
#AD80EE (or 0xAD80EE) is known color: Medium Purple. HEX triplet: AD, 80 and EE. RGB value is (173,128,238). Sum of RGB (Red+Green+Blue) = 173+128+238=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD80EE is #527F11. Grayscale: #999999. Windows color (decimal): -5406482 or 15630509. OLE color: 15630509.
HSL color Cylindrical-coordinate representation of color #AD80EE: hue angle of 264.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD80EE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 128 | 238 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.07 |
| HSL | 264.55º | 0.76% | 0.72% | - |
| HSV(B) | 264.55º | 0.46% | 0.93% | - |
| XYZ | 40.39 | 30.5 | 84.65 | - |
| YUV | 154 | 175.41 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 238 | 0.27 | 0.46 | 0 | 0.07 | 264.55 | 0.76 | 0.72 |
| Hex | AD | 80 | EE | 1B | 2E | 0 | 7 | 109 | 4C | 48 |
| Octal | 255 | 200 | 356 | 33 | 56 | 0 | 7 | 411 | 114 | 110 |
| Binary | 10101101 | 10000000 | 11101110 | 11011 | 101110 | 0 | 111 | 100001001 | 1001100 | 1001000 |
Color Harmonies of #AD80EE
Complementary color
Monochromatic Colors of #AD80EE
Black with #AD80EE
Text Example
Text Example
White with #AD80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80EE; }
p { color: rgb(173,128,238); }
H1.HeaderClassName
{
color: #AD80EE;
}
.AnyTagClassName
{
color: #AD80EE;
}
</style>
background-color css
<style>
a { background-color: #AD80EE; }
a { background-color: rgb(173,128,238); }
div.DivClassName
{
background-color: #AD80EE;
}
.BgClassName
{
background-color: #AD80EE;
}
</style>
border-color css
<style>
span { border-color: #AD80EE; }
span { border-color: rgb(173,128,238); }
td.TdClassName
{
border-color: #AD80EE;
}
.TagClassName
{
border-color: #AD80EE;
}
</style>