Shades of Medium Purple #AD6EF8
Tints of Medium Purple #AD6EF8
RGB
CMYK
RGB Variations
Color information
#AD6EF8 (or 0xAD6EF8) is known color: Medium Purple. HEX triplet: AD, 6E and F8. RGB value is (173,110,248). Sum of RGB (Red+Green+Blue) = 173+110+248=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD6EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EF8 is #529107. Grayscale: #909090. Windows color (decimal): -5411080 or 16281261. OLE color: 16281261.
HSL color Cylindrical-coordinate representation of color #AD6EF8: hue angle of 267.39º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6EF8 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 110 | 248 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.03 |
| HSL | 267.39º | 0.91% | 0.7% | - |
| HSV(B) | 267.39º | 0.56% | 0.97% | - |
| XYZ | 39.75 | 26.81 | 91.89 | - |
| YUV | 144.57 | 186.37 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 248 | 0.30 | 0.56 | 0 | 0.03 | 267.39 | 0.91 | 0.7 |
| Hex | AD | 6E | F8 | 1E | 38 | 0 | 3 | 10B | 5B | 46 |
| Octal | 255 | 156 | 370 | 36 | 70 | 0 | 3 | 413 | 133 | 106 |
| Binary | 10101101 | 1101110 | 11111000 | 11110 | 111000 | 0 | 11 | 100001011 | 1011011 | 1000110 |
Color Harmonies of #AD6EF8
Complementary color
Monochromatic Colors of #AD6EF8
Black with #AD6EF8
Text Example
Text Example
White with #AD6EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EF8; }
p { color: rgb(173,110,248); }
H1.HeaderClassName
{
color: #AD6EF8;
}
.AnyTagClassName
{
color: #AD6EF8;
}
</style>
background-color css
<style>
a { background-color: #AD6EF8; }
a { background-color: rgb(173,110,248); }
div.DivClassName
{
background-color: #AD6EF8;
}
.BgClassName
{
background-color: #AD6EF8;
}
</style>
border-color css
<style>
span { border-color: #AD6EF8; }
span { border-color: rgb(173,110,248); }
td.TdClassName
{
border-color: #AD6EF8;
}
.TagClassName
{
border-color: #AD6EF8;
}
</style>