Shades of East Side #AB9ABB
Tints of East Side #AB9ABB
RGB
CMYK
RGB Variations
Color information
#AB9ABB (or 0xAB9ABB) is known color: East Side. HEX triplet: AB, 9A and BB. RGB value is (171,154,187). Sum of RGB (Red+Green+Blue) = 171+154+187=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ABB is #546544. Grayscale: #A2A2A2. Windows color (decimal): -5530949 or 12294827. OLE color: 12294827.
HSL color Cylindrical-coordinate representation of color #AB9ABB: hue angle of 270.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9ABB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 154 | 187 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.27 |
| HSL | 270.91º | 0.2% | 0.67% | - |
| HSV(B) | 270.91º | 0.18% | 0.73% | - |
| XYZ | 37.32 | 35.36 | 51.87 | - |
| YUV | 162.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 187 | 0.09 | 0.18 | 0 | 0.27 | 270.91 | 0.2 | 0.67 |
| Hex | AB | 9A | BB | 9 | 12 | 0 | 1B | 10F | 14 | 43 |
| Octal | 253 | 232 | 273 | 11 | 22 | 0 | 33 | 417 | 24 | 103 |
| Binary | 10101011 | 10011010 | 10111011 | 1001 | 10010 | 0 | 11011 | 100001111 | 10100 | 1000011 |
Color Harmonies of #AB9ABB
Complementary color
Monochromatic Colors of #AB9ABB
Black with #AB9ABB
Text Example
Text Example
White with #AB9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9ABB; }
p { color: rgb(171,154,187); }
H1.HeaderClassName
{
color: #AB9ABB;
}
.AnyTagClassName
{
color: #AB9ABB;
}
</style>
background-color css
<style>
a { background-color: #AB9ABB; }
a { background-color: rgb(171,154,187); }
div.DivClassName
{
background-color: #AB9ABB;
}
.BgClassName
{
background-color: #AB9ABB;
}
</style>
border-color css
<style>
span { border-color: #AB9ABB; }
span { border-color: rgb(171,154,187); }
td.TdClassName
{
border-color: #AB9ABB;
}
.TagClassName
{
border-color: #AB9ABB;
}
</style>