Shades of East Side #A389B2
Tints of East Side #A389B2
RGB
CMYK
RGB Variations
Color information
#A389B2 (or 0xA389B2) is known color: East Side. HEX triplet: A3, 89 and B2. RGB value is (163,137,178). Sum of RGB (Red+Green+Blue) = 163+137+178=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #A389B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389B2 is #5C764D. Grayscale: #959595. Windows color (decimal): -6059598 or 11700643. OLE color: 11700643.
HSL color Cylindrical-coordinate representation of color #A389B2: hue angle of 278.05º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A389B2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 137 | 178 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.30 |
| HSL | 278.05º | 0.21% | 0.62% | - |
| HSV(B) | 278.05º | 0.23% | 0.7% | - |
| XYZ | 32.09 | 28.89 | 46.01 | - |
| YUV | 149.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 178 | 0.08 | 0.23 | 0 | 0.30 | 278.05 | 0.21 | 0.62 |
| Hex | A3 | 89 | B2 | 8 | 17 | 0 | 1E | 116 | 15 | 3E |
| Octal | 243 | 211 | 262 | 10 | 27 | 0 | 36 | 426 | 25 | 76 |
| Binary | 10100011 | 10001001 | 10110010 | 1000 | 10111 | 0 | 11110 | 100010110 | 10101 | 111110 |
Color Harmonies of #A389B2
Complementary color
Monochromatic Colors of #A389B2
Black with #A389B2
Text Example
Text Example
White with #A389B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389B2; }
p { color: rgb(163,137,178); }
H1.HeaderClassName
{
color: #A389B2;
}
.AnyTagClassName
{
color: #A389B2;
}
</style>
background-color css
<style>
a { background-color: #A389B2; }
a { background-color: rgb(163,137,178); }
div.DivClassName
{
background-color: #A389B2;
}
.BgClassName
{
background-color: #A389B2;
}
</style>
border-color css
<style>
span { border-color: #A389B2; }
span { border-color: rgb(163,137,178); }
td.TdClassName
{
border-color: #A389B2;
}
.TagClassName
{
border-color: #A389B2;
}
</style>