Shades of East Side #A389BB
Tints of East Side #A389BB
RGB
CMYK
RGB Variations
Color information
#A389BB (or 0xA389BB) is known color: East Side. HEX triplet: A3, 89 and BB. RGB value is (163,137,187). Sum of RGB (Red+Green+Blue) = 163+137+187=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A389BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BB is #5C7644. Grayscale: #969696. Windows color (decimal): -6059589 or 12290467. OLE color: 12290467.
HSL color Cylindrical-coordinate representation of color #A389BB: hue angle of 271.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A389BB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 137 | 187 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.27 |
| HSL | 271.2º | 0.27% | 0.64% | - |
| HSV(B) | 271.2º | 0.27% | 0.73% | - |
| XYZ | 33.02 | 29.27 | 50.92 | - |
| YUV | 150.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 187 | 0.13 | 0.27 | 0 | 0.27 | 271.2 | 0.27 | 0.64 |
| Hex | A3 | 89 | BB | D | 1B | 0 | 1B | 10F | 1B | 40 |
| Octal | 243 | 211 | 273 | 15 | 33 | 0 | 33 | 417 | 33 | 100 |
| Binary | 10100011 | 10001001 | 10111011 | 1101 | 11011 | 0 | 11011 | 100001111 | 11011 | 1000000 |
Color Harmonies of #A389BB
Complementary color
Monochromatic Colors of #A389BB
Black with #A389BB
Text Example
Text Example
White with #A389BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389BB; }
p { color: rgb(163,137,187); }
H1.HeaderClassName
{
color: #A389BB;
}
.AnyTagClassName
{
color: #A389BB;
}
</style>
background-color css
<style>
a { background-color: #A389BB; }
a { background-color: rgb(163,137,187); }
div.DivClassName
{
background-color: #A389BB;
}
.BgClassName
{
background-color: #A389BB;
}
</style>
border-color css
<style>
span { border-color: #A389BB; }
span { border-color: rgb(163,137,187); }
td.TdClassName
{
border-color: #A389BB;
}
.TagClassName
{
border-color: #A389BB;
}
</style>