Shades of Medium Purple #AD77E5
Tints of Medium Purple #AD77E5
RGB
CMYK
RGB Variations
Color information
#AD77E5 (or 0xAD77E5) is known color: Medium Purple. HEX triplet: AD, 77 and E5. RGB value is (173,119,229). Sum of RGB (Red+Green+Blue) = 173+119+229=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD77E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77E5 is #52881A. Grayscale: #939393. Windows color (decimal): -5408795 or 15038381. OLE color: 15038381.
HSL color Cylindrical-coordinate representation of color #AD77E5: hue angle of 269.45º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD77E5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 119 | 229 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.10 |
| HSL | 269.45º | 0.68% | 0.68% | - |
| HSV(B) | 269.45º | 0.48% | 0.9% | - |
| XYZ | 37.97 | 27.74 | 77.48 | - |
| YUV | 147.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 229 | 0.24 | 0.48 | 0 | 0.10 | 269.45 | 0.68 | 0.68 |
| Hex | AD | 77 | E5 | 18 | 30 | 0 | A | 10D | 44 | 44 |
| Octal | 255 | 167 | 345 | 30 | 60 | 0 | 12 | 415 | 104 | 104 |
| Binary | 10101101 | 1110111 | 11100101 | 11000 | 110000 | 0 | 1010 | 100001101 | 1000100 | 1000100 |
Color Harmonies of #AD77E5
Complementary color
Monochromatic Colors of #AD77E5
Black with #AD77E5
Text Example
Text Example
White with #AD77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77E5; }
p { color: rgb(173,119,229); }
H1.HeaderClassName
{
color: #AD77E5;
}
.AnyTagClassName
{
color: #AD77E5;
}
</style>
background-color css
<style>
a { background-color: #AD77E5; }
a { background-color: rgb(173,119,229); }
div.DivClassName
{
background-color: #AD77E5;
}
.BgClassName
{
background-color: #AD77E5;
}
</style>
border-color css
<style>
span { border-color: #AD77E5; }
span { border-color: rgb(173,119,229); }
td.TdClassName
{
border-color: #AD77E5;
}
.TagClassName
{
border-color: #AD77E5;
}
</style>