Shades of East Side #A389B9
Tints of East Side #A389B9
RGB
CMYK
RGB Variations
Color information
#A389B9 (or 0xA389B9) is known color: East Side. HEX triplet: A3, 89 and B9. RGB value is (163,137,185). Sum of RGB (Red+Green+Blue) = 163+137+185=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #A389B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389B9 is #5C7646. Grayscale: #969696. Windows color (decimal): -6059591 or 12159395. OLE color: 12159395.
HSL color Cylindrical-coordinate representation of color #A389B9: hue angle of 272.5º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A389B9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 137 | 185 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.27 |
| HSL | 272.5º | 0.26% | 0.63% | - |
| HSV(B) | 272.5º | 0.26% | 0.73% | - |
| XYZ | 32.81 | 29.18 | 49.8 | - |
| YUV | 150.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 185 | 0.12 | 0.26 | 0 | 0.27 | 272.5 | 0.26 | 0.63 |
| Hex | A3 | 89 | B9 | C | 1A | 0 | 1B | 110 | 1A | 3F |
| Octal | 243 | 211 | 271 | 14 | 32 | 0 | 33 | 420 | 32 | 77 |
| Binary | 10100011 | 10001001 | 10111001 | 1100 | 11010 | 0 | 11011 | 100010000 | 11010 | 111111 |
Color Harmonies of #A389B9
Complementary color
Monochromatic Colors of #A389B9
Black with #A389B9
Text Example
Text Example
White with #A389B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389B9; }
p { color: rgb(163,137,185); }
H1.HeaderClassName
{
color: #A389B9;
}
.AnyTagClassName
{
color: #A389B9;
}
</style>
background-color css
<style>
a { background-color: #A389B9; }
a { background-color: rgb(163,137,185); }
div.DivClassName
{
background-color: #A389B9;
}
.BgClassName
{
background-color: #A389B9;
}
</style>
border-color css
<style>
span { border-color: #A389B9; }
span { border-color: rgb(163,137,185); }
td.TdClassName
{
border-color: #A389B9;
}
.TagClassName
{
border-color: #A389B9;
}
</style>