Shades of East Side #AD98BB
Tints of East Side #AD98BB
RGB
CMYK
RGB Variations
Color information
#AD98BB (or 0xAD98BB) is known color: East Side. HEX triplet: AD, 98 and BB. RGB value is (173,152,187). Sum of RGB (Red+Green+Blue) = 173+152+187=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98BB is #526744. Grayscale: #A2A2A2. Windows color (decimal): -5400389 or 12294317. OLE color: 12294317.
HSL color Cylindrical-coordinate representation of color #AD98BB: hue angle of 276º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD98BB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 152 | 187 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.27 |
| HSL | 276º | 0.2% | 0.66% | - |
| HSV(B) | 276º | 0.19% | 0.73% | - |
| XYZ | 37.43 | 34.93 | 51.78 | - |
| YUV | 162.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 187 | 0.07 | 0.19 | 0 | 0.27 | 276 | 0.2 | 0.66 |
| Hex | AD | 98 | BB | 7 | 13 | 0 | 1B | 114 | 14 | 42 |
| Octal | 255 | 230 | 273 | 7 | 23 | 0 | 33 | 424 | 24 | 102 |
| Binary | 10101101 | 10011000 | 10111011 | 111 | 10011 | 0 | 11011 | 100010100 | 10100 | 1000010 |
Color Harmonies of #AD98BB
Complementary color
Monochromatic Colors of #AD98BB
Black with #AD98BB
Text Example
Text Example
White with #AD98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98BB; }
p { color: rgb(173,152,187); }
H1.HeaderClassName
{
color: #AD98BB;
}
.AnyTagClassName
{
color: #AD98BB;
}
</style>
background-color css
<style>
a { background-color: #AD98BB; }
a { background-color: rgb(173,152,187); }
div.DivClassName
{
background-color: #AD98BB;
}
.BgClassName
{
background-color: #AD98BB;
}
</style>
border-color css
<style>
span { border-color: #AD98BB; }
span { border-color: rgb(173,152,187); }
td.TdClassName
{
border-color: #AD98BB;
}
.TagClassName
{
border-color: #AD98BB;
}
</style>