Shades of East Side #AD9FBB
Tints of East Side #AD9FBB
RGB
CMYK
RGB Variations
Color information
#AD9FBB (or 0xAD9FBB) is known color: East Side. HEX triplet: AD, 9F and BB. RGB value is (173,159,187). Sum of RGB (Red+Green+Blue) = 173+159+187=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9FBB is #526044. Grayscale: #A6A6A6. Windows color (decimal): -5398597 or 12296109. OLE color: 12296109.
HSL color Cylindrical-coordinate representation of color #AD9FBB: hue angle of 270º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9FBB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 159 | 187 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.27 |
| HSL | 270º | 0.17% | 0.68% | - |
| HSV(B) | 270º | 0.15% | 0.73% | - |
| XYZ | 38.6 | 37.27 | 52.17 | - |
| YUV | 166.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 187 | 0.07 | 0.15 | 0 | 0.27 | 270 | 0.17 | 0.68 |
| Hex | AD | 9F | BB | 7 | F | 0 | 1B | 10E | 11 | 44 |
| Octal | 255 | 237 | 273 | 7 | 17 | 0 | 33 | 416 | 21 | 104 |
| Binary | 10101101 | 10011111 | 10111011 | 111 | 1111 | 0 | 11011 | 100001110 | 10001 | 1000100 |
Color Harmonies of #AD9FBB
Complementary color
Monochromatic Colors of #AD9FBB
Black with #AD9FBB
Text Example
Text Example
White with #AD9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9FBB; }
p { color: rgb(173,159,187); }
H1.HeaderClassName
{
color: #AD9FBB;
}
.AnyTagClassName
{
color: #AD9FBB;
}
</style>
background-color css
<style>
a { background-color: #AD9FBB; }
a { background-color: rgb(173,159,187); }
div.DivClassName
{
background-color: #AD9FBB;
}
.BgClassName
{
background-color: #AD9FBB;
}
</style>
border-color css
<style>
span { border-color: #AD9FBB; }
span { border-color: rgb(173,159,187); }
td.TdClassName
{
border-color: #AD9FBB;
}
.TagClassName
{
border-color: #AD9FBB;
}
</style>