Shades of East Side #A89FB4
Tints of East Side #A89FB4
RGB
CMYK
RGB Variations
Color information
#A89FB4 (or 0xA89FB4) is known color: East Side. HEX triplet: A8, 9F and B4. RGB value is (168,159,180). Sum of RGB (Red+Green+Blue) = 168+159+180=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #A89FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FB4 is #57604B. Grayscale: #A4A4A4. Windows color (decimal): -5726284 or 11837352. OLE color: 11837352.
HSL color Cylindrical-coordinate representation of color #A89FB4: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89FB4 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 159 | 180 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.29 |
| HSL | 265.71º | 0.12% | 0.66% | - |
| HSV(B) | 265.71º | 0.12% | 0.71% | - |
| XYZ | 36.78 | 36.42 | 48.27 | - |
| YUV | 164.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 180 | 0.07 | 0.12 | 0 | 0.29 | 265.71 | 0.12 | 0.66 |
| Hex | A8 | 9F | B4 | 7 | C | 0 | 1D | 10A | C | 42 |
| Octal | 250 | 237 | 264 | 7 | 14 | 0 | 35 | 412 | 14 | 102 |
| Binary | 10101000 | 10011111 | 10110100 | 111 | 1100 | 0 | 11101 | 100001010 | 1100 | 1000010 |
Color Harmonies of #A89FB4
Complementary color
Monochromatic Colors of #A89FB4
Black with #A89FB4
Text Example
Text Example
White with #A89FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FB4; }
p { color: rgb(168,159,180); }
H1.HeaderClassName
{
color: #A89FB4;
}
.AnyTagClassName
{
color: #A89FB4;
}
</style>
background-color css
<style>
a { background-color: #A89FB4; }
a { background-color: rgb(168,159,180); }
div.DivClassName
{
background-color: #A89FB4;
}
.BgClassName
{
background-color: #A89FB4;
}
</style>
border-color css
<style>
span { border-color: #A89FB4; }
span { border-color: rgb(168,159,180); }
td.TdClassName
{
border-color: #A89FB4;
}
.TagClassName
{
border-color: #A89FB4;
}
</style>