Shades of Medium Purple #AD78DF
Tints of Medium Purple #AD78DF
RGB
CMYK
RGB Variations
Color information
#AD78DF (or 0xAD78DF) is known color: Medium Purple. HEX triplet: AD, 78 and DF. RGB value is (173,120,223). Sum of RGB (Red+Green+Blue) = 173+120+223=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78DF is #528720. Grayscale: #939393. Windows color (decimal): -5408545 or 14645421. OLE color: 14645421.
HSL color Cylindrical-coordinate representation of color #AD78DF: hue angle of 270.87º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD78DF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 120 | 223 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.13 |
| HSL | 270.87º | 0.62% | 0.67% | - |
| HSV(B) | 270.87º | 0.46% | 0.87% | - |
| XYZ | 37.27 | 27.64 | 73.18 | - |
| YUV | 147.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 223 | 0.22 | 0.46 | 0 | 0.13 | 270.87 | 0.62 | 0.67 |
| Hex | AD | 78 | DF | 16 | 2E | 0 | D | 10F | 3E | 43 |
| Octal | 255 | 170 | 337 | 26 | 56 | 0 | 15 | 417 | 76 | 103 |
| Binary | 10101101 | 1111000 | 11011111 | 10110 | 101110 | 0 | 1101 | 100001111 | 111110 | 1000011 |
Color Harmonies of #AD78DF
Complementary color
Monochromatic Colors of #AD78DF
Black with #AD78DF
Text Example
Text Example
White with #AD78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78DF; }
p { color: rgb(173,120,223); }
H1.HeaderClassName
{
color: #AD78DF;
}
.AnyTagClassName
{
color: #AD78DF;
}
</style>
background-color css
<style>
a { background-color: #AD78DF; }
a { background-color: rgb(173,120,223); }
div.DivClassName
{
background-color: #AD78DF;
}
.BgClassName
{
background-color: #AD78DF;
}
</style>
border-color css
<style>
span { border-color: #AD78DF; }
span { border-color: rgb(173,120,223); }
td.TdClassName
{
border-color: #AD78DF;
}
.TagClassName
{
border-color: #AD78DF;
}
</style>