Shades of Medium Purple #AD70F7
Tints of Medium Purple #AD70F7
RGB
CMYK
RGB Variations
Color information
#AD70F7 (or 0xAD70F7) is known color: Medium Purple. HEX triplet: AD, 70 and F7. RGB value is (173,112,247). Sum of RGB (Red+Green+Blue) = 173+112+247=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD70F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70F7 is #528F08. Grayscale: #919191. Windows color (decimal): -5410569 or 16216237. OLE color: 16216237.
HSL color Cylindrical-coordinate representation of color #AD70F7: hue angle of 267.11º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD70F7 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 112 | 247 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.03 |
| HSL | 267.11º | 0.89% | 0.7% | - |
| HSV(B) | 267.11º | 0.55% | 0.97% | - |
| XYZ | 39.82 | 27.19 | 91.14 | - |
| YUV | 145.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 247 | 0.30 | 0.55 | 0 | 0.03 | 267.11 | 0.89 | 0.7 |
| Hex | AD | 70 | F7 | 1E | 37 | 0 | 3 | 10B | 59 | 46 |
| Octal | 255 | 160 | 367 | 36 | 67 | 0 | 3 | 413 | 131 | 106 |
| Binary | 10101101 | 1110000 | 11110111 | 11110 | 110111 | 0 | 11 | 100001011 | 1011001 | 1000110 |
Color Harmonies of #AD70F7
Complementary color
Monochromatic Colors of #AD70F7
Black with #AD70F7
Text Example
Text Example
White with #AD70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70F7; }
p { color: rgb(173,112,247); }
H1.HeaderClassName
{
color: #AD70F7;
}
.AnyTagClassName
{
color: #AD70F7;
}
</style>
background-color css
<style>
a { background-color: #AD70F7; }
a { background-color: rgb(173,112,247); }
div.DivClassName
{
background-color: #AD70F7;
}
.BgClassName
{
background-color: #AD70F7;
}
</style>
border-color css
<style>
span { border-color: #AD70F7; }
span { border-color: rgb(173,112,247); }
td.TdClassName
{
border-color: #AD70F7;
}
.TagClassName
{
border-color: #AD70F7;
}
</style>