Shades of Medium Purple #AD68EF
Tints of Medium Purple #AD68EF
RGB
CMYK
RGB Variations
Color information
#AD68EF (or 0xAD68EF) is known color: Medium Purple. HEX triplet: AD, 68 and EF. RGB value is (173,104,239). Sum of RGB (Red+Green+Blue) = 173+104+239=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68EF is #529710. Grayscale: #8B8B8B. Windows color (decimal): -5412625 or 15689901. OLE color: 15689901.
HSL color Cylindrical-coordinate representation of color #AD68EF: hue angle of 270.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD68EF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 104 | 239 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.06 |
| HSL | 270.67º | 0.81% | 0.67% | - |
| HSV(B) | 270.67º | 0.56% | 0.94% | - |
| XYZ | 37.76 | 25.02 | 84.5 | - |
| YUV | 140.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 239 | 0.28 | 0.56 | 0 | 0.06 | 270.67 | 0.81 | 0.67 |
| Hex | AD | 68 | EF | 1C | 38 | 0 | 6 | 10F | 51 | 43 |
| Octal | 255 | 150 | 357 | 34 | 70 | 0 | 6 | 417 | 121 | 103 |
| Binary | 10101101 | 1101000 | 11101111 | 11100 | 111000 | 0 | 110 | 100001111 | 1010001 | 1000011 |
Color Harmonies of #AD68EF
Complementary color
Monochromatic Colors of #AD68EF
Black with #AD68EF
Text Example
Text Example
White with #AD68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68EF; }
p { color: rgb(173,104,239); }
H1.HeaderClassName
{
color: #AD68EF;
}
.AnyTagClassName
{
color: #AD68EF;
}
</style>
background-color css
<style>
a { background-color: #AD68EF; }
a { background-color: rgb(173,104,239); }
div.DivClassName
{
background-color: #AD68EF;
}
.BgClassName
{
background-color: #AD68EF;
}
</style>
border-color css
<style>
span { border-color: #AD68EF; }
span { border-color: rgb(173,104,239); }
td.TdClassName
{
border-color: #AD68EF;
}
.TagClassName
{
border-color: #AD68EF;
}
</style>