Shades of East Side #A889B5
Tints of East Side #A889B5
RGB
CMYK
RGB Variations
Color information
#A889B5 (or 0xA889B5) is known color: East Side. HEX triplet: A8, 89 and B5. RGB value is (168,137,181). Sum of RGB (Red+Green+Blue) = 168+137+181=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #A889B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889B5 is #57764A. Grayscale: #979797. Windows color (decimal): -5731915 or 11897256. OLE color: 11897256.
HSL color Cylindrical-coordinate representation of color #A889B5: hue angle of 282.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A889B5 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 137 | 181 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.29 |
| HSL | 282.27º | 0.23% | 0.62% | - |
| HSV(B) | 282.27º | 0.24% | 0.71% | - |
| XYZ | 33.43 | 29.55 | 47.66 | - |
| YUV | 151.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 181 | 0.07 | 0.24 | 0 | 0.29 | 282.27 | 0.23 | 0.62 |
| Hex | A8 | 89 | B5 | 7 | 18 | 0 | 1D | 11A | 17 | 3E |
| Octal | 250 | 211 | 265 | 7 | 30 | 0 | 35 | 432 | 27 | 76 |
| Binary | 10101000 | 10001001 | 10110101 | 111 | 11000 | 0 | 11101 | 100011010 | 10111 | 111110 |
Color Harmonies of #A889B5
Complementary color
Monochromatic Colors of #A889B5
Black with #A889B5
Text Example
Text Example
White with #A889B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889B5; }
p { color: rgb(168,137,181); }
H1.HeaderClassName
{
color: #A889B5;
}
.AnyTagClassName
{
color: #A889B5;
}
</style>
background-color css
<style>
a { background-color: #A889B5; }
a { background-color: rgb(168,137,181); }
div.DivClassName
{
background-color: #A889B5;
}
.BgClassName
{
background-color: #A889B5;
}
</style>
border-color css
<style>
span { border-color: #A889B5; }
span { border-color: rgb(168,137,181); }
td.TdClassName
{
border-color: #A889B5;
}
.TagClassName
{
border-color: #A889B5;
}
</style>