Shades of Medium Purple #AD77EB
Tints of Medium Purple #AD77EB
RGB
CMYK
RGB Variations
Color information
#AD77EB (or 0xAD77EB) is known color: Medium Purple. HEX triplet: AD, 77 and EB. RGB value is (173,119,235). Sum of RGB (Red+Green+Blue) = 173+119+235=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD77EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD77EB is #528814. Grayscale: #939393. Windows color (decimal): -5408789 or 15431597. OLE color: 15431597.
HSL color Cylindrical-coordinate representation of color #AD77EB: hue angle of 267.93º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD77EB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 119 | 235 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.08 |
| HSL | 267.93º | 0.74% | 0.69% | - |
| HSV(B) | 267.93º | 0.49% | 0.92% | - |
| XYZ | 38.83 | 28.08 | 81.97 | - |
| YUV | 148.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 235 | 0.26 | 0.49 | 0 | 0.08 | 267.93 | 0.74 | 0.69 |
| Hex | AD | 77 | EB | 1A | 31 | 0 | 8 | 10C | 4A | 45 |
| Octal | 255 | 167 | 353 | 32 | 61 | 0 | 10 | 414 | 112 | 105 |
| Binary | 10101101 | 1110111 | 11101011 | 11010 | 110001 | 0 | 1000 | 100001100 | 1001010 | 1000101 |
Color Harmonies of #AD77EB
Complementary color
Monochromatic Colors of #AD77EB
Black with #AD77EB
Text Example
Text Example
White with #AD77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77EB; }
p { color: rgb(173,119,235); }
H1.HeaderClassName
{
color: #AD77EB;
}
.AnyTagClassName
{
color: #AD77EB;
}
</style>
background-color css
<style>
a { background-color: #AD77EB; }
a { background-color: rgb(173,119,235); }
div.DivClassName
{
background-color: #AD77EB;
}
.BgClassName
{
background-color: #AD77EB;
}
</style>
border-color css
<style>
span { border-color: #AD77EB; }
span { border-color: rgb(173,119,235); }
td.TdClassName
{
border-color: #AD77EB;
}
.TagClassName
{
border-color: #AD77EB;
}
</style>