Shades of Medium Purple #AD75EE
Tints of Medium Purple #AD75EE
RGB
CMYK
RGB Variations
Color information
#AD75EE (or 0xAD75EE) is known color: Medium Purple. HEX triplet: AD, 75 and EE. RGB value is (173,117,238). Sum of RGB (Red+Green+Blue) = 173+117+238=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75EE is #528A11. Grayscale: #939393. Windows color (decimal): -5409298 or 15627693. OLE color: 15627693.
HSL color Cylindrical-coordinate representation of color #AD75EE: hue angle of 267.77º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD75EE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 117 | 238 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.07 |
| HSL | 267.77º | 0.78% | 0.7% | - |
| HSV(B) | 267.77º | 0.51% | 0.93% | - |
| XYZ | 39.03 | 27.78 | 84.19 | - |
| YUV | 147.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 238 | 0.27 | 0.51 | 0 | 0.07 | 267.77 | 0.78 | 0.7 |
| Hex | AD | 75 | EE | 1B | 33 | 0 | 7 | 10C | 4E | 46 |
| Octal | 255 | 165 | 356 | 33 | 63 | 0 | 7 | 414 | 116 | 106 |
| Binary | 10101101 | 1110101 | 11101110 | 11011 | 110011 | 0 | 111 | 100001100 | 1001110 | 1000110 |
Color Harmonies of #AD75EE
Complementary color
Monochromatic Colors of #AD75EE
Black with #AD75EE
Text Example
Text Example
White with #AD75EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75EE; }
p { color: rgb(173,117,238); }
H1.HeaderClassName
{
color: #AD75EE;
}
.AnyTagClassName
{
color: #AD75EE;
}
</style>
background-color css
<style>
a { background-color: #AD75EE; }
a { background-color: rgb(173,117,238); }
div.DivClassName
{
background-color: #AD75EE;
}
.BgClassName
{
background-color: #AD75EE;
}
</style>
border-color css
<style>
span { border-color: #AD75EE; }
span { border-color: rgb(173,117,238); }
td.TdClassName
{
border-color: #AD75EE;
}
.TagClassName
{
border-color: #AD75EE;
}
</style>