Shades of Medium Purple #AD6DFD
Tints of Medium Purple #AD6DFD
RGB
CMYK
RGB Variations
Color information
#AD6DFD (or 0xAD6DFD) is known color: Medium Purple. HEX triplet: AD, 6D and FD. RGB value is (173,109,253). Sum of RGB (Red+Green+Blue) = 173+109+253=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DFD is #529202. Grayscale: #909090. Windows color (decimal): -5411331 or 16608685. OLE color: 16608685.
HSL color Cylindrical-coordinate representation of color #AD6DFD: hue angle of 266.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6DFD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 109 | 253 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.01 |
| HSL | 266.67º | 0.97% | 0.71% | - |
| HSV(B) | 266.67º | 0.57% | 0.99% | - |
| XYZ | 40.43 | 26.91 | 95.99 | - |
| YUV | 144.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 253 | 0.32 | 0.57 | 0 | 0.01 | 266.67 | 0.97 | 0.71 |
| Hex | AD | 6D | FD | 20 | 39 | 0 | 1 | 10B | 61 | 47 |
| Octal | 255 | 155 | 375 | 40 | 71 | 0 | 1 | 413 | 141 | 107 |
| Binary | 10101101 | 1101101 | 11111101 | 100000 | 111001 | 0 | 1 | 100001011 | 1100001 | 1000111 |
Color Harmonies of #AD6DFD
Complementary color
Monochromatic Colors of #AD6DFD
Black with #AD6DFD
Text Example
Text Example
White with #AD6DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DFD; }
p { color: rgb(173,109,253); }
H1.HeaderClassName
{
color: #AD6DFD;
}
.AnyTagClassName
{
color: #AD6DFD;
}
</style>
background-color css
<style>
a { background-color: #AD6DFD; }
a { background-color: rgb(173,109,253); }
div.DivClassName
{
background-color: #AD6DFD;
}
.BgClassName
{
background-color: #AD6DFD;
}
</style>
border-color css
<style>
span { border-color: #AD6DFD; }
span { border-color: rgb(173,109,253); }
td.TdClassName
{
border-color: #AD6DFD;
}
.TagClassName
{
border-color: #AD6DFD;
}
</style>