Shades of East Side #A89FB1
Tints of East Side #A89FB1
RGB
CMYK
RGB Variations
Color information
#A89FB1 (or 0xA89FB1) is known color: East Side. HEX triplet: A8, 9F and B1. RGB value is (168,159,177). Sum of RGB (Red+Green+Blue) = 168+159+177=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #A89FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FB1 is #57604E. Grayscale: #A3A3A3. Windows color (decimal): -5726287 or 11640744. OLE color: 11640744.
HSL color Cylindrical-coordinate representation of color #A89FB1: hue angle of 270º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89FB1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 159 | 177 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.31 |
| HSL | 270º | 0.1% | 0.66% | - |
| HSV(B) | 270º | 0.1% | 0.69% | - |
| XYZ | 36.48 | 36.3 | 46.68 | - |
| YUV | 163.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 177 | 0.05 | 0.10 | 0 | 0.31 | 270 | 0.1 | 0.66 |
| Hex | A8 | 9F | B1 | 5 | A | 0 | 1F | 10E | A | 42 |
| Octal | 250 | 237 | 261 | 5 | 12 | 0 | 37 | 416 | 12 | 102 |
| Binary | 10101000 | 10011111 | 10110001 | 101 | 1010 | 0 | 11111 | 100001110 | 1010 | 1000010 |
Color Harmonies of #A89FB1
Complementary color
Monochromatic Colors of #A89FB1
Black with #A89FB1
Text Example
Text Example
White with #A89FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FB1; }
p { color: rgb(168,159,177); }
H1.HeaderClassName
{
color: #A89FB1;
}
.AnyTagClassName
{
color: #A89FB1;
}
</style>
background-color css
<style>
a { background-color: #A89FB1; }
a { background-color: rgb(168,159,177); }
div.DivClassName
{
background-color: #A89FB1;
}
.BgClassName
{
background-color: #A89FB1;
}
</style>
border-color css
<style>
span { border-color: #A89FB1; }
span { border-color: rgb(168,159,177); }
td.TdClassName
{
border-color: #A89FB1;
}
.TagClassName
{
border-color: #A89FB1;
}
</style>