Shades of Medium Purple #AD66EF
Tints of Medium Purple #AD66EF
RGB
CMYK
RGB Variations
Color information
#AD66EF (or 0xAD66EF) is known color: Medium Purple. HEX triplet: AD, 66 and EF. RGB value is (173,102,239). Sum of RGB (Red+Green+Blue) = 173+102+239=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD66EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD66EF is #529910. Grayscale: #8A8A8A. Windows color (decimal): -5413137 or 15689389. OLE color: 15689389.
HSL color Cylindrical-coordinate representation of color #AD66EF: hue angle of 271.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD66EF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 102 | 239 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.06 |
| HSL | 271.09º | 0.81% | 0.67% | - |
| HSV(B) | 271.09º | 0.57% | 0.94% | - |
| XYZ | 37.56 | 24.62 | 84.43 | - |
| YUV | 138.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 239 | 0.28 | 0.57 | 0 | 0.06 | 271.09 | 0.81 | 0.67 |
| Hex | AD | 66 | EF | 1C | 39 | 0 | 6 | 10F | 51 | 43 |
| Octal | 255 | 146 | 357 | 34 | 71 | 0 | 6 | 417 | 121 | 103 |
| Binary | 10101101 | 1100110 | 11101111 | 11100 | 111001 | 0 | 110 | 100001111 | 1010001 | 1000011 |
Color Harmonies of #AD66EF
Complementary color
Monochromatic Colors of #AD66EF
Black with #AD66EF
Text Example
Text Example
White with #AD66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66EF; }
p { color: rgb(173,102,239); }
H1.HeaderClassName
{
color: #AD66EF;
}
.AnyTagClassName
{
color: #AD66EF;
}
</style>
background-color css
<style>
a { background-color: #AD66EF; }
a { background-color: rgb(173,102,239); }
div.DivClassName
{
background-color: #AD66EF;
}
.BgClassName
{
background-color: #AD66EF;
}
</style>
border-color css
<style>
span { border-color: #AD66EF; }
span { border-color: rgb(173,102,239); }
td.TdClassName
{
border-color: #AD66EF;
}
.TagClassName
{
border-color: #AD66EF;
}
</style>