Shades of Medium Purple #AD77ED
Tints of Medium Purple #AD77ED
RGB
CMYK
RGB Variations
Color information
#AD77ED (or 0xAD77ED) is known color: Medium Purple. HEX triplet: AD, 77 and ED. RGB value is (173,119,237). Sum of RGB (Red+Green+Blue) = 173+119+237=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD77ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD77ED is #528812. Grayscale: #949494. Windows color (decimal): -5408787 or 15562669. OLE color: 15562669.
HSL color Cylindrical-coordinate representation of color #AD77ED: hue angle of 267.46º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD77ED is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 119 | 237 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.07 |
| HSL | 267.46º | 0.77% | 0.7% | - |
| HSV(B) | 267.46º | 0.5% | 0.93% | - |
| XYZ | 39.12 | 28.19 | 83.5 | - |
| YUV | 148.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 237 | 0.27 | 0.50 | 0 | 0.07 | 267.46 | 0.77 | 0.7 |
| Hex | AD | 77 | ED | 1B | 32 | 0 | 7 | 10B | 4D | 46 |
| Octal | 255 | 167 | 355 | 33 | 62 | 0 | 7 | 413 | 115 | 106 |
| Binary | 10101101 | 1110111 | 11101101 | 11011 | 110010 | 0 | 111 | 100001011 | 1001101 | 1000110 |
Color Harmonies of #AD77ED
Complementary color
Monochromatic Colors of #AD77ED
Black with #AD77ED
Text Example
Text Example
White with #AD77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77ED; }
p { color: rgb(173,119,237); }
H1.HeaderClassName
{
color: #AD77ED;
}
.AnyTagClassName
{
color: #AD77ED;
}
</style>
background-color css
<style>
a { background-color: #AD77ED; }
a { background-color: rgb(173,119,237); }
div.DivClassName
{
background-color: #AD77ED;
}
.BgClassName
{
background-color: #AD77ED;
}
</style>
border-color css
<style>
span { border-color: #AD77ED; }
span { border-color: rgb(173,119,237); }
td.TdClassName
{
border-color: #AD77ED;
}
.TagClassName
{
border-color: #AD77ED;
}
</style>