Shades of Medium Purple #AD75EF
Tints of Medium Purple #AD75EF
RGB
CMYK
RGB Variations
Color information
#AD75EF (or 0xAD75EF) is known color: Medium Purple. HEX triplet: AD, 75 and EF. RGB value is (173,117,239). Sum of RGB (Red+Green+Blue) = 173+117+239=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD75EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75EF is #528A10. Grayscale: #939393. Windows color (decimal): -5409297 or 15693229. OLE color: 15693229.
HSL color Cylindrical-coordinate representation of color #AD75EF: hue angle of 267.54º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD75EF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 117 | 239 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.06 |
| HSL | 267.54º | 0.79% | 0.7% | - |
| HSV(B) | 267.54º | 0.51% | 0.94% | - |
| XYZ | 39.17 | 27.84 | 84.97 | - |
| YUV | 147.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 239 | 0.28 | 0.51 | 0 | 0.06 | 267.54 | 0.79 | 0.7 |
| Hex | AD | 75 | EF | 1C | 33 | 0 | 6 | 10C | 4F | 46 |
| Octal | 255 | 165 | 357 | 34 | 63 | 0 | 6 | 414 | 117 | 106 |
| Binary | 10101101 | 1110101 | 11101111 | 11100 | 110011 | 0 | 110 | 100001100 | 1001111 | 1000110 |
Color Harmonies of #AD75EF
Complementary color
Monochromatic Colors of #AD75EF
Black with #AD75EF
Text Example
Text Example
White with #AD75EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75EF; }
p { color: rgb(173,117,239); }
H1.HeaderClassName
{
color: #AD75EF;
}
.AnyTagClassName
{
color: #AD75EF;
}
</style>
background-color css
<style>
a { background-color: #AD75EF; }
a { background-color: rgb(173,117,239); }
div.DivClassName
{
background-color: #AD75EF;
}
.BgClassName
{
background-color: #AD75EF;
}
</style>
border-color css
<style>
span { border-color: #AD75EF; }
span { border-color: rgb(173,117,239); }
td.TdClassName
{
border-color: #AD75EF;
}
.TagClassName
{
border-color: #AD75EF;
}
</style>