Shades of East Side #AB8AB3
Tints of East Side #AB8AB3
RGB
CMYK
RGB Variations
Color information
#AB8AB3 (or 0xAB8AB3) is known color: East Side. HEX triplet: AB, 8A and B3. RGB value is (171,138,179). Sum of RGB (Red+Green+Blue) = 171+138+179=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB8AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AB3 is #54754C. Grayscale: #989898. Windows color (decimal): -5535053 or 11766443. OLE color: 11766443.
HSL color Cylindrical-coordinate representation of color #AB8AB3: hue angle of 288.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8AB3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 138 | 179 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.30 |
| HSL | 288.29º | 0.21% | 0.62% | - |
| HSV(B) | 288.29º | 0.23% | 0.7% | - |
| XYZ | 34.02 | 30.09 | 46.66 | - |
| YUV | 152.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 179 | 0.04 | 0.23 | 0 | 0.30 | 288.29 | 0.21 | 0.62 |
| Hex | AB | 8A | B3 | 4 | 17 | 0 | 1E | 120 | 15 | 3E |
| Octal | 253 | 212 | 263 | 4 | 27 | 0 | 36 | 440 | 25 | 76 |
| Binary | 10101011 | 10001010 | 10110011 | 100 | 10111 | 0 | 11110 | 100100000 | 10101 | 111110 |
Color Harmonies of #AB8AB3
Complementary color
Monochromatic Colors of #AB8AB3
Black with #AB8AB3
Text Example
Text Example
White with #AB8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AB3; }
p { color: rgb(171,138,179); }
H1.HeaderClassName
{
color: #AB8AB3;
}
.AnyTagClassName
{
color: #AB8AB3;
}
</style>
background-color css
<style>
a { background-color: #AB8AB3; }
a { background-color: rgb(171,138,179); }
div.DivClassName
{
background-color: #AB8AB3;
}
.BgClassName
{
background-color: #AB8AB3;
}
</style>
border-color css
<style>
span { border-color: #AB8AB3; }
span { border-color: rgb(171,138,179); }
td.TdClassName
{
border-color: #AB8AB3;
}
.TagClassName
{
border-color: #AB8AB3;
}
</style>