Shades of East Side #AB9EBA
Tints of East Side #AB9EBA
RGB
CMYK
RGB Variations
Color information
#AB9EBA (or 0xAB9EBA) is known color: East Side. HEX triplet: AB, 9E and BA. RGB value is (171,158,186). Sum of RGB (Red+Green+Blue) = 171+158+186=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBA is #546145. Grayscale: #A4A4A4. Windows color (decimal): -5529926 or 12230315. OLE color: 12230315.
HSL color Cylindrical-coordinate representation of color #AB9EBA: hue angle of 267.86º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9EBA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 158 | 186 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.27 |
| HSL | 267.86º | 0.17% | 0.67% | - |
| HSV(B) | 267.86º | 0.15% | 0.73% | - |
| XYZ | 37.88 | 36.66 | 51.53 | - |
| YUV | 165.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 186 | 0.08 | 0.15 | 0 | 0.27 | 267.86 | 0.17 | 0.67 |
| Hex | AB | 9E | BA | 8 | F | 0 | 1B | 10C | 11 | 43 |
| Octal | 253 | 236 | 272 | 10 | 17 | 0 | 33 | 414 | 21 | 103 |
| Binary | 10101011 | 10011110 | 10111010 | 1000 | 1111 | 0 | 11011 | 100001100 | 10001 | 1000011 |
Color Harmonies of #AB9EBA
Complementary color
Monochromatic Colors of #AB9EBA
Black with #AB9EBA
Text Example
Text Example
White with #AB9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9EBA; }
p { color: rgb(171,158,186); }
H1.HeaderClassName
{
color: #AB9EBA;
}
.AnyTagClassName
{
color: #AB9EBA;
}
</style>
background-color css
<style>
a { background-color: #AB9EBA; }
a { background-color: rgb(171,158,186); }
div.DivClassName
{
background-color: #AB9EBA;
}
.BgClassName
{
background-color: #AB9EBA;
}
</style>
border-color css
<style>
span { border-color: #AB9EBA; }
span { border-color: rgb(171,158,186); }
td.TdClassName
{
border-color: #AB9EBA;
}
.TagClassName
{
border-color: #AB9EBA;
}
</style>