Shades of Medium Purple #AD60F7
Tints of Medium Purple #AD60F7
RGB
CMYK
RGB Variations
Color information
#AD60F7 (or 0xAD60F7) is known color: Medium Purple. HEX triplet: AD, 60 and F7. RGB value is (173,96,247). Sum of RGB (Red+Green+Blue) = 173+96+247=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD60F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD60F7 is #529F08. Grayscale: #878787. Windows color (decimal): -5414665 or 16212141. OLE color: 16212141.
HSL color Cylindrical-coordinate representation of color #AD60F7: hue angle of 270.6º 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 #AD60F7 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 96 | 247 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.03 |
| HSL | 270.6º | 0.9% | 0.67% | - |
| HSV(B) | 270.6º | 0.61% | 0.97% | - |
| XYZ | 38.2 | 23.97 | 90.61 | - |
| YUV | 136.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 247 | 0.30 | 0.61 | 0 | 0.03 | 270.6 | 0.9 | 0.67 |
| Hex | AD | 60 | F7 | 1E | 3D | 0 | 3 | 10F | 5A | 43 |
| Octal | 255 | 140 | 367 | 36 | 75 | 0 | 3 | 417 | 132 | 103 |
| Binary | 10101101 | 1100000 | 11110111 | 11110 | 111101 | 0 | 11 | 100001111 | 1011010 | 1000011 |
Color Harmonies of #AD60F7
Complementary color
Monochromatic Colors of #AD60F7
Black with #AD60F7
Text Example
Text Example
White with #AD60F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60F7; }
p { color: rgb(173,96,247); }
H1.HeaderClassName
{
color: #AD60F7;
}
.AnyTagClassName
{
color: #AD60F7;
}
</style>
background-color css
<style>
a { background-color: #AD60F7; }
a { background-color: rgb(173,96,247); }
div.DivClassName
{
background-color: #AD60F7;
}
.BgClassName
{
background-color: #AD60F7;
}
</style>
border-color css
<style>
span { border-color: #AD60F7; }
span { border-color: rgb(173,96,247); }
td.TdClassName
{
border-color: #AD60F7;
}
.TagClassName
{
border-color: #AD60F7;
}
</style>