Shades of Medium Purple #AD7DF6
Tints of Medium Purple #AD7DF6
RGB
CMYK
RGB Variations
Color information
#AD7DF6 (or 0xAD7DF6) is known color: Medium Purple. HEX triplet: AD, 7D and F6. RGB value is (173,125,246). Sum of RGB (Red+Green+Blue) = 173+125+246=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD7DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7DF6 is #528209. Grayscale: #989898. Windows color (decimal): -5407242 or 16154029. OLE color: 16154029.
HSL color Cylindrical-coordinate representation of color #AD7DF6: hue angle of 263.8º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7DF6 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 125 | 246 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.04 |
| HSL | 263.8º | 0.87% | 0.73% | - |
| HSV(B) | 263.8º | 0.49% | 0.96% | - |
| XYZ | 41.2 | 30.21 | 90.85 | - |
| YUV | 153.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 246 | 0.30 | 0.49 | 0 | 0.04 | 263.8 | 0.87 | 0.73 |
| Hex | AD | 7D | F6 | 1E | 31 | 0 | 4 | 108 | 57 | 49 |
| Octal | 255 | 175 | 366 | 36 | 61 | 0 | 4 | 410 | 127 | 111 |
| Binary | 10101101 | 1111101 | 11110110 | 11110 | 110001 | 0 | 100 | 100001000 | 1010111 | 1001001 |
Color Harmonies of #AD7DF6
Complementary color
Monochromatic Colors of #AD7DF6
Black with #AD7DF6
Text Example
Text Example
White with #AD7DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7DF6; }
p { color: rgb(173,125,246); }
H1.HeaderClassName
{
color: #AD7DF6;
}
.AnyTagClassName
{
color: #AD7DF6;
}
</style>
background-color css
<style>
a { background-color: #AD7DF6; }
a { background-color: rgb(173,125,246); }
div.DivClassName
{
background-color: #AD7DF6;
}
.BgClassName
{
background-color: #AD7DF6;
}
</style>
border-color css
<style>
span { border-color: #AD7DF6; }
span { border-color: rgb(173,125,246); }
td.TdClassName
{
border-color: #AD7DF6;
}
.TagClassName
{
border-color: #AD7DF6;
}
</style>