Shades of East Side #A489BD
Tints of East Side #A489BD
RGB
CMYK
RGB Variations
Color information
#A489BD (or 0xA489BD) is known color: East Side. HEX triplet: A4, 89 and BD. RGB value is (164,137,189). Sum of RGB (Red+Green+Blue) = 164+137+189=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #A489BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489BD is #5B7642. Grayscale: #969696. Windows color (decimal): -5994051 or 12421540. OLE color: 12421540.
HSL color Cylindrical-coordinate representation of color #A489BD: hue angle of 271.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A489BD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 137 | 189 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.26 |
| HSL | 271.15º | 0.28% | 0.64% | - |
| HSV(B) | 271.15º | 0.28% | 0.74% | - |
| XYZ | 33.44 | 29.46 | 52.07 | - |
| YUV | 151 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 189 | 0.13 | 0.28 | 0 | 0.26 | 271.15 | 0.28 | 0.64 |
| Hex | A4 | 89 | BD | D | 1C | 0 | 1A | 10F | 1C | 40 |
| Octal | 244 | 211 | 275 | 15 | 34 | 0 | 32 | 417 | 34 | 100 |
| Binary | 10100100 | 10001001 | 10111101 | 1101 | 11100 | 0 | 11010 | 100001111 | 11100 | 1000000 |
Color Harmonies of #A489BD
Complementary color
Monochromatic Colors of #A489BD
Black with #A489BD
Text Example
Text Example
White with #A489BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A489BD; }
p { color: rgb(164,137,189); }
H1.HeaderClassName
{
color: #A489BD;
}
.AnyTagClassName
{
color: #A489BD;
}
</style>
background-color css
<style>
a { background-color: #A489BD; }
a { background-color: rgb(164,137,189); }
div.DivClassName
{
background-color: #A489BD;
}
.BgClassName
{
background-color: #A489BD;
}
</style>
border-color css
<style>
span { border-color: #A489BD; }
span { border-color: rgb(164,137,189); }
td.TdClassName
{
border-color: #A489BD;
}
.TagClassName
{
border-color: #A489BD;
}
</style>