Shades of Medium Purple #AD77F7
Tints of Medium Purple #AD77F7
RGB
CMYK
RGB Variations
Color information
#AD77F7 (or 0xAD77F7) is known color: Medium Purple. HEX triplet: AD, 77 and F7. RGB value is (173,119,247). Sum of RGB (Red+Green+Blue) = 173+119+247=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD77F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD77F7 is #528808. Grayscale: #959595. Windows color (decimal): -5408777 or 16218029. OLE color: 16218029.
HSL color Cylindrical-coordinate representation of color #AD77F7: hue angle of 265.31º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD77F7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 119 | 247 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.03 |
| HSL | 265.31º | 0.89% | 0.72% | - |
| HSV(B) | 265.31º | 0.52% | 0.97% | - |
| XYZ | 40.62 | 28.79 | 91.41 | - |
| YUV | 149.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 247 | 0.30 | 0.52 | 0 | 0.03 | 265.31 | 0.89 | 0.72 |
| Hex | AD | 77 | F7 | 1E | 34 | 0 | 3 | 109 | 59 | 48 |
| Octal | 255 | 167 | 367 | 36 | 64 | 0 | 3 | 411 | 131 | 110 |
| Binary | 10101101 | 1110111 | 11110111 | 11110 | 110100 | 0 | 11 | 100001001 | 1011001 | 1001000 |
Color Harmonies of #AD77F7
Complementary color
Monochromatic Colors of #AD77F7
Black with #AD77F7
Text Example
Text Example
White with #AD77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77F7; }
p { color: rgb(173,119,247); }
H1.HeaderClassName
{
color: #AD77F7;
}
.AnyTagClassName
{
color: #AD77F7;
}
</style>
background-color css
<style>
a { background-color: #AD77F7; }
a { background-color: rgb(173,119,247); }
div.DivClassName
{
background-color: #AD77F7;
}
.BgClassName
{
background-color: #AD77F7;
}
</style>
border-color css
<style>
span { border-color: #AD77F7; }
span { border-color: rgb(173,119,247); }
td.TdClassName
{
border-color: #AD77F7;
}
.TagClassName
{
border-color: #AD77F7;
}
</style>