Shades of East Side #AB8AB9
Tints of East Side #AB8AB9
RGB
CMYK
RGB Variations
Color information
#AB8AB9 (or 0xAB8AB9) is known color: East Side. HEX triplet: AB, 8A and B9. RGB value is (171,138,185). Sum of RGB (Red+Green+Blue) = 171+138+185=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB8AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AB9 is #547546. Grayscale: #999999. Windows color (decimal): -5535047 or 12159659. OLE color: 12159659.
HSL color Cylindrical-coordinate representation of color #AB8AB9: hue angle of 282.13º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8AB9 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 138 | 185 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.27 |
| HSL | 282.13º | 0.25% | 0.63% | - |
| HSV(B) | 282.13º | 0.25% | 0.73% | - |
| XYZ | 34.64 | 30.34 | 49.93 | - |
| YUV | 153.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 185 | 0.08 | 0.25 | 0 | 0.27 | 282.13 | 0.25 | 0.63 |
| Hex | AB | 8A | B9 | 8 | 19 | 0 | 1B | 11A | 19 | 3F |
| Octal | 253 | 212 | 271 | 10 | 31 | 0 | 33 | 432 | 31 | 77 |
| Binary | 10101011 | 10001010 | 10111001 | 1000 | 11001 | 0 | 11011 | 100011010 | 11001 | 111111 |
Color Harmonies of #AB8AB9
Complementary color
Monochromatic Colors of #AB8AB9
Black with #AB8AB9
Text Example
Text Example
White with #AB8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AB9; }
p { color: rgb(171,138,185); }
H1.HeaderClassName
{
color: #AB8AB9;
}
.AnyTagClassName
{
color: #AB8AB9;
}
</style>
background-color css
<style>
a { background-color: #AB8AB9; }
a { background-color: rgb(171,138,185); }
div.DivClassName
{
background-color: #AB8AB9;
}
.BgClassName
{
background-color: #AB8AB9;
}
</style>
border-color css
<style>
span { border-color: #AB8AB9; }
span { border-color: rgb(171,138,185); }
td.TdClassName
{
border-color: #AB8AB9;
}
.TagClassName
{
border-color: #AB8AB9;
}
</style>