Shades of East Side #A489BE
Tints of East Side #A489BE
RGB
CMYK
RGB Variations
Color information
#A489BE (or 0xA489BE) is known color: East Side. HEX triplet: A4, 89 and BE. RGB value is (164,137,190). Sum of RGB (Red+Green+Blue) = 164+137+190=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A489BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BE is #5B7641. Grayscale: #969696. Windows color (decimal): -5994050 or 12487076. OLE color: 12487076.
HSL color Cylindrical-coordinate representation of color #A489BE: hue angle of 270.57º 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 #A489BE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 137 | 190 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.25 |
| HSL | 270.57º | 0.29% | 0.64% | - |
| HSV(B) | 270.57º | 0.28% | 0.75% | - |
| XYZ | 33.55 | 29.5 | 52.64 | - |
| YUV | 151.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 190 | 0.14 | 0.28 | 0 | 0.25 | 270.57 | 0.29 | 0.64 |
| Hex | A4 | 89 | BE | E | 1C | 0 | 19 | 10F | 1D | 40 |
| Octal | 244 | 211 | 276 | 16 | 34 | 0 | 31 | 417 | 35 | 100 |
| Binary | 10100100 | 10001001 | 10111110 | 1110 | 11100 | 0 | 11001 | 100001111 | 11101 | 1000000 |
Color Harmonies of #A489BE
Complementary color
Monochromatic Colors of #A489BE
Black with #A489BE
Text Example
Text Example
White with #A489BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489BE; }
p { color: rgb(164,137,190); }
H1.HeaderClassName
{
color: #A489BE;
}
.AnyTagClassName
{
color: #A489BE;
}
</style>
background-color css
<style>
a { background-color: #A489BE; }
a { background-color: rgb(164,137,190); }
div.DivClassName
{
background-color: #A489BE;
}
.BgClassName
{
background-color: #A489BE;
}
</style>
border-color css
<style>
span { border-color: #A489BE; }
span { border-color: rgb(164,137,190); }
td.TdClassName
{
border-color: #A489BE;
}
.TagClassName
{
border-color: #A489BE;
}
</style>