Shades of East Side #AD76BC
Tints of East Side #AD76BC
RGB
CMYK
RGB Variations
Color information
#AD76BC (or 0xAD76BC) is known color: East Side. HEX triplet: AD, 76 and BC. RGB value is (173,118,188). Sum of RGB (Red+Green+Blue) = 173+118+188=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76BC is #528943. Grayscale: #8E8E8E. Windows color (decimal): -5409092 or 12351149. OLE color: 12351149.
HSL color Cylindrical-coordinate representation of color #AD76BC: hue angle of 287.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD76BC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 118 | 188 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.26 |
| HSL | 287.14º | 0.34% | 0.6% | - |
| HSV(B) | 287.14º | 0.37% | 0.74% | - |
| XYZ | 32.79 | 25.47 | 50.77 | - |
| YUV | 142.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 188 | 0.08 | 0.37 | 0 | 0.26 | 287.14 | 0.34 | 0.6 |
| Hex | AD | 76 | BC | 8 | 25 | 0 | 1A | 11F | 22 | 3C |
| Octal | 255 | 166 | 274 | 10 | 45 | 0 | 32 | 437 | 42 | 74 |
| Binary | 10101101 | 1110110 | 10111100 | 1000 | 100101 | 0 | 11010 | 100011111 | 100010 | 111100 |
Color Harmonies of #AD76BC
Complementary color
Monochromatic Colors of #AD76BC
Black with #AD76BC
Text Example
Text Example
White with #AD76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76BC; }
p { color: rgb(173,118,188); }
H1.HeaderClassName
{
color: #AD76BC;
}
.AnyTagClassName
{
color: #AD76BC;
}
</style>
background-color css
<style>
a { background-color: #AD76BC; }
a { background-color: rgb(173,118,188); }
div.DivClassName
{
background-color: #AD76BC;
}
.BgClassName
{
background-color: #AD76BC;
}
</style>
border-color css
<style>
span { border-color: #AD76BC; }
span { border-color: rgb(173,118,188); }
td.TdClassName
{
border-color: #AD76BC;
}
.TagClassName
{
border-color: #AD76BC;
}
</style>