Shades of Medium Purple #AD61F0
Tints of Medium Purple #AD61F0
RGB
CMYK
RGB Variations
Color information
#AD61F0 (or 0xAD61F0) is known color: Medium Purple. HEX triplet: AD, 61 and F0. RGB value is (173,97,240). Sum of RGB (Red+Green+Blue) = 173+97+240=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD61F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61F0 is #529E0F. Grayscale: #878787. Windows color (decimal): -5414416 or 15753645. OLE color: 15753645.
HSL color Cylindrical-coordinate representation of color #AD61F0: hue angle of 271.89º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD61F0 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 97 | 240 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.06 |
| HSL | 271.89º | 0.83% | 0.66% | - |
| HSV(B) | 271.89º | 0.6% | 0.94% | - |
| XYZ | 37.24 | 23.72 | 85.05 | - |
| YUV | 136.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 240 | 0.28 | 0.60 | 0 | 0.06 | 271.89 | 0.83 | 0.66 |
| Hex | AD | 61 | F0 | 1C | 3C | 0 | 6 | 110 | 53 | 42 |
| Octal | 255 | 141 | 360 | 34 | 74 | 0 | 6 | 420 | 123 | 102 |
| Binary | 10101101 | 1100001 | 11110000 | 11100 | 111100 | 0 | 110 | 100010000 | 1010011 | 1000010 |
Color Harmonies of #AD61F0
Complementary color
Monochromatic Colors of #AD61F0
Black with #AD61F0
Text Example
Text Example
White with #AD61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61F0; }
p { color: rgb(173,97,240); }
H1.HeaderClassName
{
color: #AD61F0;
}
.AnyTagClassName
{
color: #AD61F0;
}
</style>
background-color css
<style>
a { background-color: #AD61F0; }
a { background-color: rgb(173,97,240); }
div.DivClassName
{
background-color: #AD61F0;
}
.BgClassName
{
background-color: #AD61F0;
}
</style>
border-color css
<style>
span { border-color: #AD61F0; }
span { border-color: rgb(173,97,240); }
td.TdClassName
{
border-color: #AD61F0;
}
.TagClassName
{
border-color: #AD61F0;
}
</style>