Shades of Medium Purple #AD72EE
Tints of Medium Purple #AD72EE
RGB
CMYK
RGB Variations
Color information
#AD72EE (or 0xAD72EE) is known color: Medium Purple. HEX triplet: AD, 72 and EE. RGB value is (173,114,238). Sum of RGB (Red+Green+Blue) = 173+114+238=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD72EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72EE is #528D11. Grayscale: #919191. Windows color (decimal): -5410066 or 15626925. OLE color: 15626925.
HSL color Cylindrical-coordinate representation of color #AD72EE: hue angle of 268.55º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD72EE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 114 | 238 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.07 |
| HSL | 268.55º | 0.78% | 0.69% | - |
| HSV(B) | 268.55º | 0.52% | 0.93% | - |
| XYZ | 38.68 | 27.09 | 84.08 | - |
| YUV | 145.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 238 | 0.27 | 0.52 | 0 | 0.07 | 268.55 | 0.78 | 0.69 |
| Hex | AD | 72 | EE | 1B | 34 | 0 | 7 | 10D | 4E | 45 |
| Octal | 255 | 162 | 356 | 33 | 64 | 0 | 7 | 415 | 116 | 105 |
| Binary | 10101101 | 1110010 | 11101110 | 11011 | 110100 | 0 | 111 | 100001101 | 1001110 | 1000101 |
Color Harmonies of #AD72EE
Complementary color
Monochromatic Colors of #AD72EE
Black with #AD72EE
Text Example
Text Example
White with #AD72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72EE; }
p { color: rgb(173,114,238); }
H1.HeaderClassName
{
color: #AD72EE;
}
.AnyTagClassName
{
color: #AD72EE;
}
</style>
background-color css
<style>
a { background-color: #AD72EE; }
a { background-color: rgb(173,114,238); }
div.DivClassName
{
background-color: #AD72EE;
}
.BgClassName
{
background-color: #AD72EE;
}
</style>
border-color css
<style>
span { border-color: #AD72EE; }
span { border-color: rgb(173,114,238); }
td.TdClassName
{
border-color: #AD72EE;
}
.TagClassName
{
border-color: #AD72EE;
}
</style>