Shades of East Side #AB8AB2
Tints of East Side #AB8AB2
RGB
CMYK
RGB Variations
Color information
#AB8AB2 (or 0xAB8AB2) is known color: East Side. HEX triplet: AB, 8A and B2. RGB value is (171,138,178). Sum of RGB (Red+Green+Blue) = 171+138+178=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB8AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AB2 is #54754D. Grayscale: #989898. Windows color (decimal): -5535054 or 11700907. OLE color: 11700907.
HSL color Cylindrical-coordinate representation of color #AB8AB2: hue angle of 289.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8AB2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 138 | 178 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.30 |
| HSL | 289.5º | 0.21% | 0.62% | - |
| HSV(B) | 289.5º | 0.22% | 0.7% | - |
| XYZ | 33.92 | 30.05 | 46.13 | - |
| YUV | 152.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 178 | 0.04 | 0.22 | 0 | 0.30 | 289.5 | 0.21 | 0.62 |
| Hex | AB | 8A | B2 | 4 | 16 | 0 | 1E | 122 | 15 | 3E |
| Octal | 253 | 212 | 262 | 4 | 26 | 0 | 36 | 442 | 25 | 76 |
| Binary | 10101011 | 10001010 | 10110010 | 100 | 10110 | 0 | 11110 | 100100010 | 10101 | 111110 |
Color Harmonies of #AB8AB2
Complementary color
Monochromatic Colors of #AB8AB2
Black with #AB8AB2
Text Example
Text Example
White with #AB8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AB2; }
p { color: rgb(171,138,178); }
H1.HeaderClassName
{
color: #AB8AB2;
}
.AnyTagClassName
{
color: #AB8AB2;
}
</style>
background-color css
<style>
a { background-color: #AB8AB2; }
a { background-color: rgb(171,138,178); }
div.DivClassName
{
background-color: #AB8AB2;
}
.BgClassName
{
background-color: #AB8AB2;
}
</style>
border-color css
<style>
span { border-color: #AB8AB2; }
span { border-color: rgb(171,138,178); }
td.TdClassName
{
border-color: #AB8AB2;
}
.TagClassName
{
border-color: #AB8AB2;
}
</style>