Shades of East Side #AB9BB7
Tints of East Side #AB9BB7
RGB
CMYK
RGB Variations
Color information
#AB9BB7 (or 0xAB9BB7) is known color: East Side. HEX triplet: AB, 9B and B7. RGB value is (171,155,183). Sum of RGB (Red+Green+Blue) = 171+155+183=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB9BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BB7 is #546448. Grayscale: #A2A2A2. Windows color (decimal): -5530697 or 12032939. OLE color: 12032939.
HSL color Cylindrical-coordinate representation of color #AB9BB7: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9BB7 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 155 | 183 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.28 |
| HSL | 274.29º | 0.16% | 0.66% | - |
| HSV(B) | 274.29º | 0.15% | 0.72% | - |
| XYZ | 37.06 | 35.52 | 49.7 | - |
| YUV | 162.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 183 | 0.07 | 0.15 | 0 | 0.28 | 274.29 | 0.16 | 0.66 |
| Hex | AB | 9B | B7 | 7 | F | 0 | 1C | 112 | 10 | 42 |
| Octal | 253 | 233 | 267 | 7 | 17 | 0 | 34 | 422 | 20 | 102 |
| Binary | 10101011 | 10011011 | 10110111 | 111 | 1111 | 0 | 11100 | 100010010 | 10000 | 1000010 |
Color Harmonies of #AB9BB7
Complementary color
Monochromatic Colors of #AB9BB7
Black with #AB9BB7
Text Example
Text Example
White with #AB9BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BB7; }
p { color: rgb(171,155,183); }
H1.HeaderClassName
{
color: #AB9BB7;
}
.AnyTagClassName
{
color: #AB9BB7;
}
</style>
background-color css
<style>
a { background-color: #AB9BB7; }
a { background-color: rgb(171,155,183); }
div.DivClassName
{
background-color: #AB9BB7;
}
.BgClassName
{
background-color: #AB9BB7;
}
</style>
border-color css
<style>
span { border-color: #AB9BB7; }
span { border-color: rgb(171,155,183); }
td.TdClassName
{
border-color: #AB9BB7;
}
.TagClassName
{
border-color: #AB9BB7;
}
</style>