Shades of Medium Purple #AD74EE
Tints of Medium Purple #AD74EE
RGB
CMYK
RGB Variations
Color information
#AD74EE (or 0xAD74EE) is known color: Medium Purple. HEX triplet: AD, 74 and EE. RGB value is (173,116,238). Sum of RGB (Red+Green+Blue) = 173+116+238=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD74EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD74EE is #528B11. Grayscale: #929292. Windows color (decimal): -5409554 or 15627437. OLE color: 15627437.
HSL color Cylindrical-coordinate representation of color #AD74EE: hue angle of 268.03º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD74EE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 116 | 238 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.07 |
| HSL | 268.03º | 0.78% | 0.69% | - |
| HSV(B) | 268.03º | 0.51% | 0.93% | - |
| XYZ | 38.91 | 27.55 | 84.16 | - |
| YUV | 146.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 238 | 0.27 | 0.51 | 0 | 0.07 | 268.03 | 0.78 | 0.69 |
| Hex | AD | 74 | EE | 1B | 33 | 0 | 7 | 10C | 4E | 45 |
| Octal | 255 | 164 | 356 | 33 | 63 | 0 | 7 | 414 | 116 | 105 |
| Binary | 10101101 | 1110100 | 11101110 | 11011 | 110011 | 0 | 111 | 100001100 | 1001110 | 1000101 |
Color Harmonies of #AD74EE
Complementary color
Monochromatic Colors of #AD74EE
Black with #AD74EE
Text Example
Text Example
White with #AD74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74EE; }
p { color: rgb(173,116,238); }
H1.HeaderClassName
{
color: #AD74EE;
}
.AnyTagClassName
{
color: #AD74EE;
}
</style>
background-color css
<style>
a { background-color: #AD74EE; }
a { background-color: rgb(173,116,238); }
div.DivClassName
{
background-color: #AD74EE;
}
.BgClassName
{
background-color: #AD74EE;
}
</style>
border-color css
<style>
span { border-color: #AD74EE; }
span { border-color: rgb(173,116,238); }
td.TdClassName
{
border-color: #AD74EE;
}
.TagClassName
{
border-color: #AD74EE;
}
</style>