Shades of East Side #A889B7
Tints of East Side #A889B7
RGB
CMYK
RGB Variations
Color information
#A889B7 (or 0xA889B7) is known color: East Side. HEX triplet: A8, 89 and B7. RGB value is (168,137,183). Sum of RGB (Red+Green+Blue) = 168+137+183=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #A889B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889B7 is #577648. Grayscale: #979797. Windows color (decimal): -5731913 or 12028328. OLE color: 12028328.
HSL color Cylindrical-coordinate representation of color #A889B7: hue angle of 280.43º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A889B7 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 137 | 183 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.28 |
| HSL | 280.43º | 0.24% | 0.63% | - |
| HSV(B) | 280.43º | 0.25% | 0.72% | - |
| XYZ | 33.64 | 29.64 | 48.75 | - |
| YUV | 151.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 183 | 0.08 | 0.25 | 0 | 0.28 | 280.43 | 0.24 | 0.63 |
| Hex | A8 | 89 | B7 | 8 | 19 | 0 | 1C | 118 | 18 | 3F |
| Octal | 250 | 211 | 267 | 10 | 31 | 0 | 34 | 430 | 30 | 77 |
| Binary | 10101000 | 10001001 | 10110111 | 1000 | 11001 | 0 | 11100 | 100011000 | 11000 | 111111 |
Color Harmonies of #A889B7
Complementary color
Monochromatic Colors of #A889B7
Black with #A889B7
Text Example
Text Example
White with #A889B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889B7; }
p { color: rgb(168,137,183); }
H1.HeaderClassName
{
color: #A889B7;
}
.AnyTagClassName
{
color: #A889B7;
}
</style>
background-color css
<style>
a { background-color: #A889B7; }
a { background-color: rgb(168,137,183); }
div.DivClassName
{
background-color: #A889B7;
}
.BgClassName
{
background-color: #A889B7;
}
</style>
border-color css
<style>
span { border-color: #A889B7; }
span { border-color: rgb(168,137,183); }
td.TdClassName
{
border-color: #A889B7;
}
.TagClassName
{
border-color: #A889B7;
}
</style>