Shades of Medium Purple #AD6BF6
Tints of Medium Purple #AD6BF6
RGB
CMYK
RGB Variations
Color information
#AD6BF6 (or 0xAD6BF6) is known color: Medium Purple. HEX triplet: AD, 6B and F6. RGB value is (173,107,246). Sum of RGB (Red+Green+Blue) = 173+107+246=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD6BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BF6 is #529409. Grayscale: #8E8E8E. Windows color (decimal): -5411850 or 16149421. OLE color: 16149421.
HSL color Cylindrical-coordinate representation of color #AD6BF6: hue angle of 268.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6BF6 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 107 | 246 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.04 |
| HSL | 268.49º | 0.89% | 0.69% | - |
| HSV(B) | 268.49º | 0.57% | 0.96% | - |
| XYZ | 39.13 | 26.05 | 90.16 | - |
| YUV | 142.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 246 | 0.30 | 0.57 | 0 | 0.04 | 268.49 | 0.89 | 0.69 |
| Hex | AD | 6B | F6 | 1E | 39 | 0 | 4 | 10C | 59 | 45 |
| Octal | 255 | 153 | 366 | 36 | 71 | 0 | 4 | 414 | 131 | 105 |
| Binary | 10101101 | 1101011 | 11110110 | 11110 | 111001 | 0 | 100 | 100001100 | 1011001 | 1000101 |
Color Harmonies of #AD6BF6
Complementary color
Monochromatic Colors of #AD6BF6
Black with #AD6BF6
Text Example
Text Example
White with #AD6BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BF6; }
p { color: rgb(173,107,246); }
H1.HeaderClassName
{
color: #AD6BF6;
}
.AnyTagClassName
{
color: #AD6BF6;
}
</style>
background-color css
<style>
a { background-color: #AD6BF6; }
a { background-color: rgb(173,107,246); }
div.DivClassName
{
background-color: #AD6BF6;
}
.BgClassName
{
background-color: #AD6BF6;
}
</style>
border-color css
<style>
span { border-color: #AD6BF6; }
span { border-color: rgb(173,107,246); }
td.TdClassName
{
border-color: #AD6BF6;
}
.TagClassName
{
border-color: #AD6BF6;
}
</style>