Shades of East Side #AB8AB1
Tints of East Side #AB8AB1
RGB
CMYK
RGB Variations
Color information
#AB8AB1 (or 0xAB8AB1) is known color: East Side. HEX triplet: AB, 8A and B1. RGB value is (171,138,177). Sum of RGB (Red+Green+Blue) = 171+138+177=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB8AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AB1 is #54754E. Grayscale: #989898. Windows color (decimal): -5535055 or 11635371. OLE color: 11635371.
HSL color Cylindrical-coordinate representation of color #AB8AB1: hue angle of 290.77º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8AB1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 138 | 177 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.31 |
| HSL | 290.77º | 0.2% | 0.62% | - |
| HSV(B) | 290.77º | 0.22% | 0.69% | - |
| XYZ | 33.82 | 30.01 | 45.6 | - |
| YUV | 152.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 177 | 0.03 | 0.22 | 0 | 0.31 | 290.77 | 0.2 | 0.62 |
| Hex | AB | 8A | B1 | 3 | 16 | 0 | 1F | 123 | 14 | 3E |
| Octal | 253 | 212 | 261 | 3 | 26 | 0 | 37 | 443 | 24 | 76 |
| Binary | 10101011 | 10001010 | 10110001 | 11 | 10110 | 0 | 11111 | 100100011 | 10100 | 111110 |
Color Harmonies of #AB8AB1
Complementary color
Monochromatic Colors of #AB8AB1
Black with #AB8AB1
Text Example
Text Example
White with #AB8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AB1; }
p { color: rgb(171,138,177); }
H1.HeaderClassName
{
color: #AB8AB1;
}
.AnyTagClassName
{
color: #AB8AB1;
}
</style>
background-color css
<style>
a { background-color: #AB8AB1; }
a { background-color: rgb(171,138,177); }
div.DivClassName
{
background-color: #AB8AB1;
}
.BgClassName
{
background-color: #AB8AB1;
}
</style>
border-color css
<style>
span { border-color: #AB8AB1; }
span { border-color: rgb(171,138,177); }
td.TdClassName
{
border-color: #AB8AB1;
}
.TagClassName
{
border-color: #AB8AB1;
}
</style>