Shades of East Side #A889BE
Tints of East Side #A889BE
RGB
CMYK
RGB Variations
Color information
#A889BE (or 0xA889BE) is known color: East Side. HEX triplet: A8, 89 and BE. RGB value is (168,137,190). Sum of RGB (Red+Green+Blue) = 168+137+190=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #A889BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889BE is #577641. Grayscale: #989898. Windows color (decimal): -5731906 or 12487080. OLE color: 12487080.
HSL color Cylindrical-coordinate representation of color #A889BE: hue angle of 275.09º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A889BE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 137 | 190 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.25 |
| HSL | 275.09º | 0.29% | 0.64% | - |
| HSV(B) | 275.09º | 0.28% | 0.75% | - |
| XYZ | 34.39 | 29.93 | 52.68 | - |
| YUV | 152.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 190 | 0.12 | 0.28 | 0 | 0.25 | 275.09 | 0.29 | 0.64 |
| Hex | A8 | 89 | BE | C | 1C | 0 | 19 | 113 | 1D | 40 |
| Octal | 250 | 211 | 276 | 14 | 34 | 0 | 31 | 423 | 35 | 100 |
| Binary | 10101000 | 10001001 | 10111110 | 1100 | 11100 | 0 | 11001 | 100010011 | 11101 | 1000000 |
Color Harmonies of #A889BE
Complementary color
Monochromatic Colors of #A889BE
Black with #A889BE
Text Example
Text Example
White with #A889BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889BE; }
p { color: rgb(168,137,190); }
H1.HeaderClassName
{
color: #A889BE;
}
.AnyTagClassName
{
color: #A889BE;
}
</style>
background-color css
<style>
a { background-color: #A889BE; }
a { background-color: rgb(168,137,190); }
div.DivClassName
{
background-color: #A889BE;
}
.BgClassName
{
background-color: #A889BE;
}
</style>
border-color css
<style>
span { border-color: #A889BE; }
span { border-color: rgb(168,137,190); }
td.TdClassName
{
border-color: #A889BE;
}
.TagClassName
{
border-color: #A889BE;
}
</style>