Shades of East Side #AD77B2
Tints of East Side #AD77B2
RGB
CMYK
RGB Variations
Color information
#AD77B2 (or 0xAD77B2) is known color: East Side. HEX triplet: AD, 77 and B2. RGB value is (173,119,178). Sum of RGB (Red+Green+Blue) = 173+119+178=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD77B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD77B2 is #52884D. Grayscale: #8D8D8D. Windows color (decimal): -5408846 or 11696045. OLE color: 11696045.
HSL color Cylindrical-coordinate representation of color #AD77B2: hue angle of 294.92º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD77B2 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 119 | 178 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.30 |
| HSL | 294.92º | 0.28% | 0.58% | - |
| HSV(B) | 294.92º | 0.33% | 0.7% | - |
| XYZ | 31.87 | 25.29 | 45.32 | - |
| YUV | 141.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 178 | 0.03 | 0.33 | 0 | 0.30 | 294.92 | 0.28 | 0.58 |
| Hex | AD | 77 | B2 | 3 | 21 | 0 | 1E | 127 | 1C | 3A |
| Octal | 255 | 167 | 262 | 3 | 41 | 0 | 36 | 447 | 34 | 72 |
| Binary | 10101101 | 1110111 | 10110010 | 11 | 100001 | 0 | 11110 | 100100111 | 11100 | 111010 |
Color Harmonies of #AD77B2
Complementary color
Monochromatic Colors of #AD77B2
Black with #AD77B2
Text Example
Text Example
White with #AD77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77B2; }
p { color: rgb(173,119,178); }
H1.HeaderClassName
{
color: #AD77B2;
}
.AnyTagClassName
{
color: #AD77B2;
}
</style>
background-color css
<style>
a { background-color: #AD77B2; }
a { background-color: rgb(173,119,178); }
div.DivClassName
{
background-color: #AD77B2;
}
.BgClassName
{
background-color: #AD77B2;
}
</style>
border-color css
<style>
span { border-color: #AD77B2; }
span { border-color: rgb(173,119,178); }
td.TdClassName
{
border-color: #AD77B2;
}
.TagClassName
{
border-color: #AD77B2;
}
</style>