Shades of Medium Purple #AD6DF9
Tints of Medium Purple #AD6DF9
RGB
CMYK
RGB Variations
Color information
#AD6DF9 (or 0xAD6DF9) is known color: Medium Purple. HEX triplet: AD, 6D and F9. RGB value is (173,109,249). Sum of RGB (Red+Green+Blue) = 173+109+249=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD6DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DF9 is #529206. Grayscale: #8F8F8F. Windows color (decimal): -5411335 or 16346541. OLE color: 16346541.
HSL color Cylindrical-coordinate representation of color #AD6DF9: hue angle of 267.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6DF9 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 109 | 249 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.02 |
| HSL | 267.43º | 0.92% | 0.7% | - |
| HSV(B) | 267.43º | 0.56% | 0.98% | - |
| XYZ | 39.8 | 26.66 | 92.67 | - |
| YUV | 144.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 249 | 0.31 | 0.56 | 0 | 0.02 | 267.43 | 0.92 | 0.7 |
| Hex | AD | 6D | F9 | 1F | 38 | 0 | 2 | 10B | 5C | 46 |
| Octal | 255 | 155 | 371 | 37 | 70 | 0 | 2 | 413 | 134 | 106 |
| Binary | 10101101 | 1101101 | 11111001 | 11111 | 111000 | 0 | 10 | 100001011 | 1011100 | 1000110 |
Color Harmonies of #AD6DF9
Complementary color
Monochromatic Colors of #AD6DF9
Black with #AD6DF9
Text Example
Text Example
White with #AD6DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DF9; }
p { color: rgb(173,109,249); }
H1.HeaderClassName
{
color: #AD6DF9;
}
.AnyTagClassName
{
color: #AD6DF9;
}
</style>
background-color css
<style>
a { background-color: #AD6DF9; }
a { background-color: rgb(173,109,249); }
div.DivClassName
{
background-color: #AD6DF9;
}
.BgClassName
{
background-color: #AD6DF9;
}
</style>
border-color css
<style>
span { border-color: #AD6DF9; }
span { border-color: rgb(173,109,249); }
td.TdClassName
{
border-color: #AD6DF9;
}
.TagClassName
{
border-color: #AD6DF9;
}
</style>