Shades of Medium Purple #AD6EFF
Tints of Medium Purple #AD6EFF
RGB
CMYK
RGB Variations
Color information
#AD6EFF (or 0xAD6EFF) is known color: Medium Purple. HEX triplet: AD, 6E and FF. RGB value is (173,110,255). Sum of RGB (Red+Green+Blue) = 173+110+255=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EFF is #529100. Grayscale: #909090. Windows color (decimal): -5411073 or 16740013. OLE color: 16740013.
HSL color Cylindrical-coordinate representation of color #AD6EFF: hue angle of 266.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6EFF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 110 | 255 | - |
| CMYK | 0.32 | 0.57 | 0 | 0 |
| HSL | 266.07º | 1% | 0.72% | - |
| HSV(B) | 266.07º | 0.57% | 1% | - |
| XYZ | 40.86 | 27.26 | 97.72 | - |
| YUV | 145.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 255 | 0.32 | 0.57 | 0 | 0 | 266.07 | 1 | 0.72 |
| Hex | AD | 6E | FF | 20 | 39 | 0 | 0 | 10A | 64 | 48 |
| Octal | 255 | 156 | 377 | 40 | 71 | 0 | 0 | 412 | 144 | 110 |
| Binary | 10101101 | 1101110 | 11111111 | 100000 | 111001 | 0 | 0 | 100001010 | 1100100 | 1001000 |
Color Harmonies of #AD6EFF
Complementary color
Monochromatic Colors of #AD6EFF
Black with #AD6EFF
Text Example
Text Example
White with #AD6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EFF; }
p { color: rgb(173,110,255); }
H1.HeaderClassName
{
color: #AD6EFF;
}
.AnyTagClassName
{
color: #AD6EFF;
}
</style>
background-color css
<style>
a { background-color: #AD6EFF; }
a { background-color: rgb(173,110,255); }
div.DivClassName
{
background-color: #AD6EFF;
}
.BgClassName
{
background-color: #AD6EFF;
}
</style>
border-color css
<style>
span { border-color: #AD6EFF; }
span { border-color: rgb(173,110,255); }
td.TdClassName
{
border-color: #AD6EFF;
}
.TagClassName
{
border-color: #AD6EFF;
}
</style>