Shades of Medium Purple #AD6FEF
Tints of Medium Purple #AD6FEF
RGB
CMYK
RGB Variations
Color information
#AD6FEF (or 0xAD6FEF) is known color: Medium Purple. HEX triplet: AD, 6F and EF. RGB value is (173,111,239). Sum of RGB (Red+Green+Blue) = 173+111+239=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD6FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FEF is #529010. Grayscale: #8F8F8F. Windows color (decimal): -5410833 or 15691693. OLE color: 15691693.
HSL color Cylindrical-coordinate representation of color #AD6FEF: hue angle of 269.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6FEF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 111 | 239 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.06 |
| HSL | 269.06º | 0.8% | 0.69% | - |
| HSV(B) | 269.06º | 0.54% | 0.94% | - |
| XYZ | 38.5 | 26.49 | 84.74 | - |
| YUV | 144.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 239 | 0.28 | 0.54 | 0 | 0.06 | 269.06 | 0.8 | 0.69 |
| Hex | AD | 6F | EF | 1C | 36 | 0 | 6 | 10D | 50 | 45 |
| Octal | 255 | 157 | 357 | 34 | 66 | 0 | 6 | 415 | 120 | 105 |
| Binary | 10101101 | 1101111 | 11101111 | 11100 | 110110 | 0 | 110 | 100001101 | 1010000 | 1000101 |
Color Harmonies of #AD6FEF
Complementary color
Monochromatic Colors of #AD6FEF
Black with #AD6FEF
Text Example
Text Example
White with #AD6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FEF; }
p { color: rgb(173,111,239); }
H1.HeaderClassName
{
color: #AD6FEF;
}
.AnyTagClassName
{
color: #AD6FEF;
}
</style>
background-color css
<style>
a { background-color: #AD6FEF; }
a { background-color: rgb(173,111,239); }
div.DivClassName
{
background-color: #AD6FEF;
}
.BgClassName
{
background-color: #AD6FEF;
}
</style>
border-color css
<style>
span { border-color: #AD6FEF; }
span { border-color: rgb(173,111,239); }
td.TdClassName
{
border-color: #AD6FEF;
}
.TagClassName
{
border-color: #AD6FEF;
}
</style>