Shades of East Side #AD88BC
Tints of East Side #AD88BC
RGB
CMYK
RGB Variations
Color information
#AD88BC (or 0xAD88BC) is known color: East Side. HEX triplet: AD, 88 and BC. RGB value is (173,136,188). Sum of RGB (Red+Green+Blue) = 173+136+188=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88BC is #527743. Grayscale: #989898. Windows color (decimal): -5404484 or 12355757. OLE color: 12355757.
HSL color Cylindrical-coordinate representation of color #AD88BC: hue angle of 282.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD88BC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 136 | 188 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.26 |
| HSL | 282.69º | 0.28% | 0.64% | - |
| HSV(B) | 282.69º | 0.28% | 0.74% | - |
| XYZ | 35.11 | 30.12 | 51.54 | - |
| YUV | 152.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 188 | 0.08 | 0.28 | 0 | 0.26 | 282.69 | 0.28 | 0.64 |
| Hex | AD | 88 | BC | 8 | 1C | 0 | 1A | 11B | 1C | 40 |
| Octal | 255 | 210 | 274 | 10 | 34 | 0 | 32 | 433 | 34 | 100 |
| Binary | 10101101 | 10001000 | 10111100 | 1000 | 11100 | 0 | 11010 | 100011011 | 11100 | 1000000 |
Color Harmonies of #AD88BC
Complementary color
Monochromatic Colors of #AD88BC
Black with #AD88BC
Text Example
Text Example
White with #AD88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88BC; }
p { color: rgb(173,136,188); }
H1.HeaderClassName
{
color: #AD88BC;
}
.AnyTagClassName
{
color: #AD88BC;
}
</style>
background-color css
<style>
a { background-color: #AD88BC; }
a { background-color: rgb(173,136,188); }
div.DivClassName
{
background-color: #AD88BC;
}
.BgClassName
{
background-color: #AD88BC;
}
</style>
border-color css
<style>
span { border-color: #AD88BC; }
span { border-color: rgb(173,136,188); }
td.TdClassName
{
border-color: #AD88BC;
}
.TagClassName
{
border-color: #AD88BC;
}
</style>