Shades of Medium Purple #AD77FB
Tints of Medium Purple #AD77FB
RGB
CMYK
RGB Variations
Color information
#AD77FB (or 0xAD77FB) is known color: Medium Purple. HEX triplet: AD, 77 and FB. RGB value is (173,119,251). Sum of RGB (Red+Green+Blue) = 173+119+251=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD77FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD77FB is #528804. Grayscale: #959595. Windows color (decimal): -5408773 or 16480173. OLE color: 16480173.
HSL color Cylindrical-coordinate representation of color #AD77FB: hue angle of 264.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD77FB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 119 | 251 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.02 |
| HSL | 264.55º | 0.94% | 0.73% | - |
| HSV(B) | 264.55º | 0.53% | 0.98% | - |
| XYZ | 41.24 | 29.04 | 94.7 | - |
| YUV | 150.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 251 | 0.31 | 0.53 | 0 | 0.02 | 264.55 | 0.94 | 0.73 |
| Hex | AD | 77 | FB | 1F | 35 | 0 | 2 | 109 | 5E | 49 |
| Octal | 255 | 167 | 373 | 37 | 65 | 0 | 2 | 411 | 136 | 111 |
| Binary | 10101101 | 1110111 | 11111011 | 11111 | 110101 | 0 | 10 | 100001001 | 1011110 | 1001001 |
Color Harmonies of #AD77FB
Complementary color
Monochromatic Colors of #AD77FB
Black with #AD77FB
Text Example
Text Example
White with #AD77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77FB; }
p { color: rgb(173,119,251); }
H1.HeaderClassName
{
color: #AD77FB;
}
.AnyTagClassName
{
color: #AD77FB;
}
</style>
background-color css
<style>
a { background-color: #AD77FB; }
a { background-color: rgb(173,119,251); }
div.DivClassName
{
background-color: #AD77FB;
}
.BgClassName
{
background-color: #AD77FB;
}
</style>
border-color css
<style>
span { border-color: #AD77FB; }
span { border-color: rgb(173,119,251); }
td.TdClassName
{
border-color: #AD77FB;
}
.TagClassName
{
border-color: #AD77FB;
}
</style>