Shades of East Side #AB8CB3
Tints of East Side #AB8CB3
RGB
CMYK
RGB Variations
Color information
#AB8CB3 (or 0xAB8CB3) is known color: East Side. HEX triplet: AB, 8C and B3. RGB value is (171,140,179). Sum of RGB (Red+Green+Blue) = 171+140+179=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB8CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CB3 is #54734C. Grayscale: #999999. Windows color (decimal): -5534541 or 11766955. OLE color: 11766955.
HSL color Cylindrical-coordinate representation of color #AB8CB3: hue angle of 287.69º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8CB3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 140 | 179 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.30 |
| HSL | 287.69º | 0.2% | 0.63% | - |
| HSV(B) | 287.69º | 0.22% | 0.7% | - |
| XYZ | 34.31 | 30.67 | 46.76 | - |
| YUV | 153.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 179 | 0.04 | 0.22 | 0 | 0.30 | 287.69 | 0.2 | 0.63 |
| Hex | AB | 8C | B3 | 4 | 16 | 0 | 1E | 120 | 14 | 3F |
| Octal | 253 | 214 | 263 | 4 | 26 | 0 | 36 | 440 | 24 | 77 |
| Binary | 10101011 | 10001100 | 10110011 | 100 | 10110 | 0 | 11110 | 100100000 | 10100 | 111111 |
Color Harmonies of #AB8CB3
Complementary color
Monochromatic Colors of #AB8CB3
Black with #AB8CB3
Text Example
Text Example
White with #AB8CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CB3; }
p { color: rgb(171,140,179); }
H1.HeaderClassName
{
color: #AB8CB3;
}
.AnyTagClassName
{
color: #AB8CB3;
}
</style>
background-color css
<style>
a { background-color: #AB8CB3; }
a { background-color: rgb(171,140,179); }
div.DivClassName
{
background-color: #AB8CB3;
}
.BgClassName
{
background-color: #AB8CB3;
}
</style>
border-color css
<style>
span { border-color: #AB8CB3; }
span { border-color: rgb(171,140,179); }
td.TdClassName
{
border-color: #AB8CB3;
}
.TagClassName
{
border-color: #AB8CB3;
}
</style>