Shades of Medium Purple #AD6FF0
Tints of Medium Purple #AD6FF0
RGB
CMYK
RGB Variations
Color information
#AD6FF0 (or 0xAD6FF0) is known color: Medium Purple. HEX triplet: AD, 6F and F0. RGB value is (173,111,240). Sum of RGB (Red+Green+Blue) = 173+111+240=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD6FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FF0 is #52900F. Grayscale: #8F8F8F. Windows color (decimal): -5410832 or 15757229. OLE color: 15757229.
HSL color Cylindrical-coordinate representation of color #AD6FF0: hue angle of 268.84º degrees, saturation: 0.81, 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 #AD6FF0 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 111 | 240 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.06 |
| HSL | 268.84º | 0.81% | 0.69% | - |
| HSV(B) | 268.84º | 0.54% | 0.94% | - |
| XYZ | 38.65 | 26.54 | 85.52 | - |
| YUV | 144.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 240 | 0.28 | 0.54 | 0 | 0.06 | 268.84 | 0.81 | 0.69 |
| Hex | AD | 6F | F0 | 1C | 36 | 0 | 6 | 10D | 51 | 45 |
| Octal | 255 | 157 | 360 | 34 | 66 | 0 | 6 | 415 | 121 | 105 |
| Binary | 10101101 | 1101111 | 11110000 | 11100 | 110110 | 0 | 110 | 100001101 | 1010001 | 1000101 |
Color Harmonies of #AD6FF0
Complementary color
Monochromatic Colors of #AD6FF0
Black with #AD6FF0
Text Example
Text Example
White with #AD6FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FF0; }
p { color: rgb(173,111,240); }
H1.HeaderClassName
{
color: #AD6FF0;
}
.AnyTagClassName
{
color: #AD6FF0;
}
</style>
background-color css
<style>
a { background-color: #AD6FF0; }
a { background-color: rgb(173,111,240); }
div.DivClassName
{
background-color: #AD6FF0;
}
.BgClassName
{
background-color: #AD6FF0;
}
</style>
border-color css
<style>
span { border-color: #AD6FF0; }
span { border-color: rgb(173,111,240); }
td.TdClassName
{
border-color: #AD6FF0;
}
.TagClassName
{
border-color: #AD6FF0;
}
</style>