Shades of Medium Purple #AD78F5
Tints of Medium Purple #AD78F5
RGB
CMYK
RGB Variations
Color information
#AD78F5 (or 0xAD78F5) is known color: Medium Purple. HEX triplet: AD, 78 and F5. RGB value is (173,120,245). Sum of RGB (Red+Green+Blue) = 173+120+245=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD78F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD78F5 is #52870A. Grayscale: #959595. Windows color (decimal): -5408523 or 16087213. OLE color: 16087213.
HSL color Cylindrical-coordinate representation of color #AD78F5: hue angle of 265.44º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD78F5 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 120 | 245 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.04 |
| HSL | 265.44º | 0.86% | 0.72% | - |
| HSV(B) | 265.44º | 0.51% | 0.96% | - |
| XYZ | 40.43 | 28.91 | 89.84 | - |
| YUV | 150.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 245 | 0.29 | 0.51 | 0 | 0.04 | 265.44 | 0.86 | 0.72 |
| Hex | AD | 78 | F5 | 1D | 33 | 0 | 4 | 109 | 56 | 48 |
| Octal | 255 | 170 | 365 | 35 | 63 | 0 | 4 | 411 | 126 | 110 |
| Binary | 10101101 | 1111000 | 11110101 | 11101 | 110011 | 0 | 100 | 100001001 | 1010110 | 1001000 |
Color Harmonies of #AD78F5
Complementary color
Monochromatic Colors of #AD78F5
Black with #AD78F5
Text Example
Text Example
White with #AD78F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78F5; }
p { color: rgb(173,120,245); }
H1.HeaderClassName
{
color: #AD78F5;
}
.AnyTagClassName
{
color: #AD78F5;
}
</style>
background-color css
<style>
a { background-color: #AD78F5; }
a { background-color: rgb(173,120,245); }
div.DivClassName
{
background-color: #AD78F5;
}
.BgClassName
{
background-color: #AD78F5;
}
</style>
border-color css
<style>
span { border-color: #AD78F5; }
span { border-color: rgb(173,120,245); }
td.TdClassName
{
border-color: #AD78F5;
}
.TagClassName
{
border-color: #AD78F5;
}
</style>