Shades of Medium Purple #AD68EE
Tints of Medium Purple #AD68EE
RGB
CMYK
RGB Variations
Color information
#AD68EE (or 0xAD68EE) is known color: Medium Purple. HEX triplet: AD, 68 and EE. RGB value is (173,104,238). Sum of RGB (Red+Green+Blue) = 173+104+238=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD68EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD68EE is #529711. Grayscale: #8B8B8B. Windows color (decimal): -5412626 or 15624365. OLE color: 15624365.
HSL color Cylindrical-coordinate representation of color #AD68EE: hue angle of 270.9º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD68EE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 104 | 238 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 270.9º | 0.8% | 0.67% | - |
| HSV(B) | 270.9º | 0.56% | 0.93% | - |
| XYZ | 37.62 | 24.96 | 83.72 | - |
| YUV | 139.91 | 183.36 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 238 | 0.27 | 0.56 | 0 | 0.07 | 270.9 | 0.8 | 0.67 |
| Hex | AD | 68 | EE | 1B | 38 | 0 | 7 | 10F | 50 | 43 |
| Octal | 255 | 150 | 356 | 33 | 70 | 0 | 7 | 417 | 120 | 103 |
| Binary | 10101101 | 1101000 | 11101110 | 11011 | 111000 | 0 | 111 | 100001111 | 1010000 | 1000011 |
Color Harmonies of #AD68EE
Complementary color
Monochromatic Colors of #AD68EE
Black with #AD68EE
Text Example
Text Example
White with #AD68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68EE; }
p { color: rgb(173,104,238); }
H1.HeaderClassName
{
color: #AD68EE;
}
.AnyTagClassName
{
color: #AD68EE;
}
</style>
background-color css
<style>
a { background-color: #AD68EE; }
a { background-color: rgb(173,104,238); }
div.DivClassName
{
background-color: #AD68EE;
}
.BgClassName
{
background-color: #AD68EE;
}
</style>
border-color css
<style>
span { border-color: #AD68EE; }
span { border-color: rgb(173,104,238); }
td.TdClassName
{
border-color: #AD68EE;
}
.TagClassName
{
border-color: #AD68EE;
}
</style>