Shades of Medium Purple #AD76EE
Tints of Medium Purple #AD76EE
RGB
CMYK
RGB Variations
Color information
#AD76EE (or 0xAD76EE) is known color: Medium Purple. HEX triplet: AD, 76 and EE. RGB value is (173,118,238). Sum of RGB (Red+Green+Blue) = 173+118+238=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD76EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76EE is #528911. Grayscale: #939393. Windows color (decimal): -5409042 or 15627949. OLE color: 15627949.
HSL color Cylindrical-coordinate representation of color #AD76EE: hue angle of 267.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD76EE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 118 | 238 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.07 |
| HSL | 267.5º | 0.78% | 0.7% | - |
| HSV(B) | 267.5º | 0.5% | 0.93% | - |
| XYZ | 39.14 | 28.01 | 84.23 | - |
| YUV | 148.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 238 | 0.27 | 0.50 | 0 | 0.07 | 267.5 | 0.78 | 0.7 |
| Hex | AD | 76 | EE | 1B | 32 | 0 | 7 | 10C | 4E | 46 |
| Octal | 255 | 166 | 356 | 33 | 62 | 0 | 7 | 414 | 116 | 106 |
| Binary | 10101101 | 1110110 | 11101110 | 11011 | 110010 | 0 | 111 | 100001100 | 1001110 | 1000110 |
Color Harmonies of #AD76EE
Complementary color
Monochromatic Colors of #AD76EE
Black with #AD76EE
Text Example
Text Example
White with #AD76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76EE; }
p { color: rgb(173,118,238); }
H1.HeaderClassName
{
color: #AD76EE;
}
.AnyTagClassName
{
color: #AD76EE;
}
</style>
background-color css
<style>
a { background-color: #AD76EE; }
a { background-color: rgb(173,118,238); }
div.DivClassName
{
background-color: #AD76EE;
}
.BgClassName
{
background-color: #AD76EE;
}
</style>
border-color css
<style>
span { border-color: #AD76EE; }
span { border-color: rgb(173,118,238); }
td.TdClassName
{
border-color: #AD76EE;
}
.TagClassName
{
border-color: #AD76EE;
}
</style>