Shades of East Side #AD96BB
Tints of East Side #AD96BB
RGB
CMYK
RGB Variations
Color information
#AD96BB (or 0xAD96BB) is known color: East Side. HEX triplet: AD, 96 and BB. RGB value is (173,150,187). Sum of RGB (Red+Green+Blue) = 173+150+187=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96BB is #526944. Grayscale: #A0A0A0. Windows color (decimal): -5400901 or 12293805. OLE color: 12293805.
HSL color Cylindrical-coordinate representation of color #AD96BB: hue angle of 277.3º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD96BB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 150 | 187 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.27 |
| HSL | 277.3º | 0.21% | 0.66% | - |
| HSV(B) | 277.3º | 0.2% | 0.73% | - |
| XYZ | 37.11 | 34.28 | 51.68 | - |
| YUV | 161.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 187 | 0.07 | 0.20 | 0 | 0.27 | 277.3 | 0.21 | 0.66 |
| Hex | AD | 96 | BB | 7 | 14 | 0 | 1B | 115 | 15 | 42 |
| Octal | 255 | 226 | 273 | 7 | 24 | 0 | 33 | 425 | 25 | 102 |
| Binary | 10101101 | 10010110 | 10111011 | 111 | 10100 | 0 | 11011 | 100010101 | 10101 | 1000010 |
Color Harmonies of #AD96BB
Complementary color
Monochromatic Colors of #AD96BB
Black with #AD96BB
Text Example
Text Example
White with #AD96BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD96BB; }
p { color: rgb(173,150,187); }
H1.HeaderClassName
{
color: #AD96BB;
}
.AnyTagClassName
{
color: #AD96BB;
}
</style>
background-color css
<style>
a { background-color: #AD96BB; }
a { background-color: rgb(173,150,187); }
div.DivClassName
{
background-color: #AD96BB;
}
.BgClassName
{
background-color: #AD96BB;
}
</style>
border-color css
<style>
span { border-color: #AD96BB; }
span { border-color: rgb(173,150,187); }
td.TdClassName
{
border-color: #AD96BB;
}
.TagClassName
{
border-color: #AD96BB;
}
</style>