Shades of Medium Purple #AD61F7
Tints of Medium Purple #AD61F7
RGB
CMYK
RGB Variations
Color information
#AD61F7 (or 0xAD61F7) is known color: Medium Purple. HEX triplet: AD, 61 and F7. RGB value is (173,97,247). Sum of RGB (Red+Green+Blue) = 173+97+247=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD61F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61F7 is #529E08. Grayscale: #888888. Windows color (decimal): -5414409 or 16212397. OLE color: 16212397.
HSL color Cylindrical-coordinate representation of color #AD61F7: hue angle of 270.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD61F7 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 97 | 247 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.03 |
| HSL | 270.4º | 0.9% | 0.67% | - |
| HSV(B) | 270.4º | 0.61% | 0.97% | - |
| XYZ | 38.3 | 24.15 | 90.64 | - |
| YUV | 136.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 247 | 0.30 | 0.61 | 0 | 0.03 | 270.4 | 0.9 | 0.67 |
| Hex | AD | 61 | F7 | 1E | 3D | 0 | 3 | 10E | 5A | 43 |
| Octal | 255 | 141 | 367 | 36 | 75 | 0 | 3 | 416 | 132 | 103 |
| Binary | 10101101 | 1100001 | 11110111 | 11110 | 111101 | 0 | 11 | 100001110 | 1011010 | 1000011 |
Color Harmonies of #AD61F7
Complementary color
Monochromatic Colors of #AD61F7
Black with #AD61F7
Text Example
Text Example
White with #AD61F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61F7; }
p { color: rgb(173,97,247); }
H1.HeaderClassName
{
color: #AD61F7;
}
.AnyTagClassName
{
color: #AD61F7;
}
</style>
background-color css
<style>
a { background-color: #AD61F7; }
a { background-color: rgb(173,97,247); }
div.DivClassName
{
background-color: #AD61F7;
}
.BgClassName
{
background-color: #AD61F7;
}
</style>
border-color css
<style>
span { border-color: #AD61F7; }
span { border-color: rgb(173,97,247); }
td.TdClassName
{
border-color: #AD61F7;
}
.TagClassName
{
border-color: #AD61F7;
}
</style>