Shades of East Side #AD77BA
Tints of East Side #AD77BA
RGB
CMYK
RGB Variations
Color information
#AD77BA (or 0xAD77BA) is known color: East Side. HEX triplet: AD, 77 and BA. RGB value is (173,119,186). Sum of RGB (Red+Green+Blue) = 173+119+186=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77BA is #528845. Grayscale: #8E8E8E. Windows color (decimal): -5408838 or 12220333. OLE color: 12220333.
HSL color Cylindrical-coordinate representation of color #AD77BA: hue angle of 288.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD77BA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 119 | 186 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.27 |
| HSL | 288.36º | 0.33% | 0.6% | - |
| HSV(B) | 288.36º | 0.36% | 0.73% | - |
| XYZ | 32.69 | 25.62 | 49.68 | - |
| YUV | 142.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 186 | 0.07 | 0.36 | 0 | 0.27 | 288.36 | 0.33 | 0.6 |
| Hex | AD | 77 | BA | 7 | 24 | 0 | 1B | 120 | 21 | 3C |
| Octal | 255 | 167 | 272 | 7 | 44 | 0 | 33 | 440 | 41 | 74 |
| Binary | 10101101 | 1110111 | 10111010 | 111 | 100100 | 0 | 11011 | 100100000 | 100001 | 111100 |
Color Harmonies of #AD77BA
Complementary color
Monochromatic Colors of #AD77BA
Black with #AD77BA
Text Example
Text Example
White with #AD77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77BA; }
p { color: rgb(173,119,186); }
H1.HeaderClassName
{
color: #AD77BA;
}
.AnyTagClassName
{
color: #AD77BA;
}
</style>
background-color css
<style>
a { background-color: #AD77BA; }
a { background-color: rgb(173,119,186); }
div.DivClassName
{
background-color: #AD77BA;
}
.BgClassName
{
background-color: #AD77BA;
}
</style>
border-color css
<style>
span { border-color: #AD77BA; }
span { border-color: rgb(173,119,186); }
td.TdClassName
{
border-color: #AD77BA;
}
.TagClassName
{
border-color: #AD77BA;
}
</style>