Shades of Medium Purple #AD6DFE
Tints of Medium Purple #AD6DFE
RGB
CMYK
RGB Variations
Color information
#AD6DFE (or 0xAD6DFE) is known color: Medium Purple. HEX triplet: AD, 6D and FE. RGB value is (173,109,254). Sum of RGB (Red+Green+Blue) = 173+109+254=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DFE is #529201. Grayscale: #909090. Windows color (decimal): -5411330 or 16674221. OLE color: 16674221.
HSL color Cylindrical-coordinate representation of color #AD6DFE: hue angle of 266.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6DFE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 109 | 254 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.00 |
| HSL | 266.48º | 0.99% | 0.71% | - |
| HSV(B) | 266.48º | 0.57% | 1% | - |
| XYZ | 40.59 | 26.98 | 96.83 | - |
| YUV | 144.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 254 | 0.32 | 0.57 | 0 | 0.00 | 266.48 | 0.99 | 0.71 |
| Hex | AD | 6D | FE | 20 | 39 | 0 | 0 | 10A | 63 | 47 |
| Octal | 255 | 155 | 376 | 40 | 71 | 0 | 0 | 412 | 143 | 107 |
| Binary | 10101101 | 1101101 | 11111110 | 100000 | 111001 | 0 | 0 | 100001010 | 1100011 | 1000111 |
Color Harmonies of #AD6DFE
Complementary color
Monochromatic Colors of #AD6DFE
Black with #AD6DFE
Text Example
Text Example
White with #AD6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DFE; }
p { color: rgb(173,109,254); }
H1.HeaderClassName
{
color: #AD6DFE;
}
.AnyTagClassName
{
color: #AD6DFE;
}
</style>
background-color css
<style>
a { background-color: #AD6DFE; }
a { background-color: rgb(173,109,254); }
div.DivClassName
{
background-color: #AD6DFE;
}
.BgClassName
{
background-color: #AD6DFE;
}
</style>
border-color css
<style>
span { border-color: #AD6DFE; }
span { border-color: rgb(173,109,254); }
td.TdClassName
{
border-color: #AD6DFE;
}
.TagClassName
{
border-color: #AD6DFE;
}
</style>