Shades of Medium Purple #AD70FA
Tints of Medium Purple #AD70FA
RGB
CMYK
RGB Variations
Color information
#AD70FA (or 0xAD70FA) is known color: Medium Purple. HEX triplet: AD, 70 and FA. RGB value is (173,112,250). Sum of RGB (Red+Green+Blue) = 173+112+250=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD70FA is #528F05. Grayscale: #919191. Windows color (decimal): -5410566 or 16412845. OLE color: 16412845.
HSL color Cylindrical-coordinate representation of color #AD70FA: hue angle of 266.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD70FA is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 112 | 250 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.02 |
| HSL | 266.52º | 0.93% | 0.71% | - |
| HSV(B) | 266.52º | 0.55% | 0.98% | - |
| XYZ | 40.28 | 27.37 | 93.6 | - |
| YUV | 145.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 250 | 0.31 | 0.55 | 0 | 0.02 | 266.52 | 0.93 | 0.71 |
| Hex | AD | 70 | FA | 1F | 37 | 0 | 2 | 10B | 5D | 47 |
| Octal | 255 | 160 | 372 | 37 | 67 | 0 | 2 | 413 | 135 | 107 |
| Binary | 10101101 | 1110000 | 11111010 | 11111 | 110111 | 0 | 10 | 100001011 | 1011101 | 1000111 |
Color Harmonies of #AD70FA
Complementary color
Monochromatic Colors of #AD70FA
Black with #AD70FA
Text Example
Text Example
White with #AD70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70FA; }
p { color: rgb(173,112,250); }
H1.HeaderClassName
{
color: #AD70FA;
}
.AnyTagClassName
{
color: #AD70FA;
}
</style>
background-color css
<style>
a { background-color: #AD70FA; }
a { background-color: rgb(173,112,250); }
div.DivClassName
{
background-color: #AD70FA;
}
.BgClassName
{
background-color: #AD70FA;
}
</style>
border-color css
<style>
span { border-color: #AD70FA; }
span { border-color: rgb(173,112,250); }
td.TdClassName
{
border-color: #AD70FA;
}
.TagClassName
{
border-color: #AD70FA;
}
</style>