Shades of East Side #AB9DB7
Tints of East Side #AB9DB7
RGB
CMYK
RGB Variations
Color information
#AB9DB7 (or 0xAB9DB7) is known color: East Side. HEX triplet: AB, 9D and B7. RGB value is (171,157,183). Sum of RGB (Red+Green+Blue) = 171+157+183=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB9DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DB7 is #546248. Grayscale: #A4A4A4. Windows color (decimal): -5530185 or 12033451. OLE color: 12033451.
HSL color Cylindrical-coordinate representation of color #AB9DB7: hue angle of 272.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9DB7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 157 | 183 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.28 |
| HSL | 272.31º | 0.15% | 0.67% | - |
| HSV(B) | 272.31º | 0.14% | 0.72% | - |
| XYZ | 37.4 | 36.19 | 49.81 | - |
| YUV | 164.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 183 | 0.07 | 0.14 | 0 | 0.28 | 272.31 | 0.15 | 0.67 |
| Hex | AB | 9D | B7 | 7 | E | 0 | 1C | 110 | F | 43 |
| Octal | 253 | 235 | 267 | 7 | 16 | 0 | 34 | 420 | 17 | 103 |
| Binary | 10101011 | 10011101 | 10110111 | 111 | 1110 | 0 | 11100 | 100010000 | 1111 | 1000011 |
Color Harmonies of #AB9DB7
Complementary color
Monochromatic Colors of #AB9DB7
Black with #AB9DB7
Text Example
Text Example
White with #AB9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DB7; }
p { color: rgb(171,157,183); }
H1.HeaderClassName
{
color: #AB9DB7;
}
.AnyTagClassName
{
color: #AB9DB7;
}
</style>
background-color css
<style>
a { background-color: #AB9DB7; }
a { background-color: rgb(171,157,183); }
div.DivClassName
{
background-color: #AB9DB7;
}
.BgClassName
{
background-color: #AB9DB7;
}
</style>
border-color css
<style>
span { border-color: #AB9DB7; }
span { border-color: rgb(171,157,183); }
td.TdClassName
{
border-color: #AB9DB7;
}
.TagClassName
{
border-color: #AB9DB7;
}
</style>