Shades of East Side #AB9CB8
Tints of East Side #AB9CB8
RGB
CMYK
RGB Variations
Color information
#AB9CB8 (or 0xAB9CB8) is known color: East Side. HEX triplet: AB, 9C and B8. RGB value is (171,156,184). Sum of RGB (Red+Green+Blue) = 171+156+184=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB9CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CB8 is #546347. Grayscale: #A3A3A3. Windows color (decimal): -5530440 or 12098731. OLE color: 12098731.
HSL color Cylindrical-coordinate representation of color #AB9CB8: hue angle of 272.14º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9CB8 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 156 | 184 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.28 |
| HSL | 272.14º | 0.16% | 0.67% | - |
| HSV(B) | 272.14º | 0.15% | 0.72% | - |
| XYZ | 37.33 | 35.9 | 50.31 | - |
| YUV | 163.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 184 | 0.07 | 0.15 | 0 | 0.28 | 272.14 | 0.16 | 0.67 |
| Hex | AB | 9C | B8 | 7 | F | 0 | 1C | 110 | 10 | 43 |
| Octal | 253 | 234 | 270 | 7 | 17 | 0 | 34 | 420 | 20 | 103 |
| Binary | 10101011 | 10011100 | 10111000 | 111 | 1111 | 0 | 11100 | 100010000 | 10000 | 1000011 |
Color Harmonies of #AB9CB8
Complementary color
Monochromatic Colors of #AB9CB8
Black with #AB9CB8
Text Example
Text Example
White with #AB9CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CB8; }
p { color: rgb(171,156,184); }
H1.HeaderClassName
{
color: #AB9CB8;
}
.AnyTagClassName
{
color: #AB9CB8;
}
</style>
background-color css
<style>
a { background-color: #AB9CB8; }
a { background-color: rgb(171,156,184); }
div.DivClassName
{
background-color: #AB9CB8;
}
.BgClassName
{
background-color: #AB9CB8;
}
</style>
border-color css
<style>
span { border-color: #AB9CB8; }
span { border-color: rgb(171,156,184); }
td.TdClassName
{
border-color: #AB9CB8;
}
.TagClassName
{
border-color: #AB9CB8;
}
</style>