Shades of Medium Purple #AD77EF
Tints of Medium Purple #AD77EF
RGB
CMYK
RGB Variations
Color information
#AD77EF (or 0xAD77EF) is known color: Medium Purple. HEX triplet: AD, 77 and EF. RGB value is (173,119,239). Sum of RGB (Red+Green+Blue) = 173+119+239=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD77EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD77EF is #528810. Grayscale: #949494. Windows color (decimal): -5408785 or 15693741. OLE color: 15693741.
HSL color Cylindrical-coordinate representation of color #AD77EF: hue angle of 267º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD77EF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 119 | 239 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.06 |
| HSL | 267º | 0.79% | 0.7% | - |
| HSV(B) | 267º | 0.5% | 0.94% | - |
| XYZ | 39.41 | 28.31 | 85.05 | - |
| YUV | 148.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 239 | 0.28 | 0.50 | 0 | 0.06 | 267 | 0.79 | 0.7 |
| Hex | AD | 77 | EF | 1C | 32 | 0 | 6 | 10B | 4F | 46 |
| Octal | 255 | 167 | 357 | 34 | 62 | 0 | 6 | 413 | 117 | 106 |
| Binary | 10101101 | 1110111 | 11101111 | 11100 | 110010 | 0 | 110 | 100001011 | 1001111 | 1000110 |
Color Harmonies of #AD77EF
Complementary color
Monochromatic Colors of #AD77EF
Black with #AD77EF
Text Example
Text Example
White with #AD77EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77EF; }
p { color: rgb(173,119,239); }
H1.HeaderClassName
{
color: #AD77EF;
}
.AnyTagClassName
{
color: #AD77EF;
}
</style>
background-color css
<style>
a { background-color: #AD77EF; }
a { background-color: rgb(173,119,239); }
div.DivClassName
{
background-color: #AD77EF;
}
.BgClassName
{
background-color: #AD77EF;
}
</style>
border-color css
<style>
span { border-color: #AD77EF; }
span { border-color: rgb(173,119,239); }
td.TdClassName
{
border-color: #AD77EF;
}
.TagClassName
{
border-color: #AD77EF;
}
</style>