Shades of Medium Purple #AD77EE
Tints of Medium Purple #AD77EE
RGB
CMYK
RGB Variations
Color information
#AD77EE (or 0xAD77EE) is known color: Medium Purple. HEX triplet: AD, 77 and EE. RGB value is (173,119,238). Sum of RGB (Red+Green+Blue) = 173+119+238=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD77EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD77EE is #528811. Grayscale: #949494. Windows color (decimal): -5408786 or 15628205. OLE color: 15628205.
HSL color Cylindrical-coordinate representation of color #AD77EE: hue angle of 267.23º degrees, saturation: 0.78, 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 #AD77EE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 119 | 238 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.07 |
| HSL | 267.23º | 0.78% | 0.7% | - |
| HSV(B) | 267.23º | 0.5% | 0.93% | - |
| XYZ | 39.26 | 28.25 | 84.27 | - |
| YUV | 148.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 238 | 0.27 | 0.50 | 0 | 0.07 | 267.23 | 0.78 | 0.7 |
| Hex | AD | 77 | EE | 1B | 32 | 0 | 7 | 10B | 4E | 46 |
| Octal | 255 | 167 | 356 | 33 | 62 | 0 | 7 | 413 | 116 | 106 |
| Binary | 10101101 | 1110111 | 11101110 | 11011 | 110010 | 0 | 111 | 100001011 | 1001110 | 1000110 |
Color Harmonies of #AD77EE
Complementary color
Monochromatic Colors of #AD77EE
Black with #AD77EE
Text Example
Text Example
White with #AD77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77EE; }
p { color: rgb(173,119,238); }
H1.HeaderClassName
{
color: #AD77EE;
}
.AnyTagClassName
{
color: #AD77EE;
}
</style>
background-color css
<style>
a { background-color: #AD77EE; }
a { background-color: rgb(173,119,238); }
div.DivClassName
{
background-color: #AD77EE;
}
.BgClassName
{
background-color: #AD77EE;
}
</style>
border-color css
<style>
span { border-color: #AD77EE; }
span { border-color: rgb(173,119,238); }
td.TdClassName
{
border-color: #AD77EE;
}
.TagClassName
{
border-color: #AD77EE;
}
</style>