Shades of Medium Purple #AD76DF
Tints of Medium Purple #AD76DF
RGB
CMYK
RGB Variations
Color information
#AD76DF (or 0xAD76DF) is known color: Medium Purple. HEX triplet: AD, 76 and DF. RGB value is (173,118,223). Sum of RGB (Red+Green+Blue) = 173+118+223=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76DF is #528920. Grayscale: #929292. Windows color (decimal): -5409057 or 14644909. OLE color: 14644909.
HSL color Cylindrical-coordinate representation of color #AD76DF: hue angle of 271.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD76DF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 118 | 223 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.13 |
| HSL | 271.43º | 0.62% | 0.67% | - |
| HSV(B) | 271.43º | 0.47% | 0.87% | - |
| XYZ | 37.03 | 27.17 | 73.1 | - |
| YUV | 146.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 223 | 0.22 | 0.47 | 0 | 0.13 | 271.43 | 0.62 | 0.67 |
| Hex | AD | 76 | DF | 16 | 2F | 0 | D | 10F | 3E | 43 |
| Octal | 255 | 166 | 337 | 26 | 57 | 0 | 15 | 417 | 76 | 103 |
| Binary | 10101101 | 1110110 | 11011111 | 10110 | 101111 | 0 | 1101 | 100001111 | 111110 | 1000011 |
Color Harmonies of #AD76DF
Complementary color
Monochromatic Colors of #AD76DF
Black with #AD76DF
Text Example
Text Example
White with #AD76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76DF; }
p { color: rgb(173,118,223); }
H1.HeaderClassName
{
color: #AD76DF;
}
.AnyTagClassName
{
color: #AD76DF;
}
</style>
background-color css
<style>
a { background-color: #AD76DF; }
a { background-color: rgb(173,118,223); }
div.DivClassName
{
background-color: #AD76DF;
}
.BgClassName
{
background-color: #AD76DF;
}
</style>
border-color css
<style>
span { border-color: #AD76DF; }
span { border-color: rgb(173,118,223); }
td.TdClassName
{
border-color: #AD76DF;
}
.TagClassName
{
border-color: #AD76DF;
}
</style>