Shades of East Side #A389B7
Tints of East Side #A389B7
RGB
CMYK
RGB Variations
Color information
#A389B7 (or 0xA389B7) is known color: East Side. HEX triplet: A3, 89 and B7. RGB value is (163,137,183). Sum of RGB (Red+Green+Blue) = 163+137+183=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #A389B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389B7 is #5C7648. Grayscale: #959595. Windows color (decimal): -6059593 or 12028323. OLE color: 12028323.
HSL color Cylindrical-coordinate representation of color #A389B7: hue angle of 273.91º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A389B7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 137 | 183 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.28 |
| HSL | 273.91º | 0.24% | 0.63% | - |
| HSV(B) | 273.91º | 0.25% | 0.72% | - |
| XYZ | 32.6 | 29.1 | 48.7 | - |
| YUV | 150.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 183 | 0.11 | 0.25 | 0 | 0.28 | 273.91 | 0.24 | 0.63 |
| Hex | A3 | 89 | B7 | B | 19 | 0 | 1C | 112 | 18 | 3F |
| Octal | 243 | 211 | 267 | 13 | 31 | 0 | 34 | 422 | 30 | 77 |
| Binary | 10100011 | 10001001 | 10110111 | 1011 | 11001 | 0 | 11100 | 100010010 | 11000 | 111111 |
Color Harmonies of #A389B7
Complementary color
Monochromatic Colors of #A389B7
Black with #A389B7
Text Example
Text Example
White with #A389B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389B7; }
p { color: rgb(163,137,183); }
H1.HeaderClassName
{
color: #A389B7;
}
.AnyTagClassName
{
color: #A389B7;
}
</style>
background-color css
<style>
a { background-color: #A389B7; }
a { background-color: rgb(163,137,183); }
div.DivClassName
{
background-color: #A389B7;
}
.BgClassName
{
background-color: #A389B7;
}
</style>
border-color css
<style>
span { border-color: #A389B7; }
span { border-color: rgb(163,137,183); }
td.TdClassName
{
border-color: #A389B7;
}
.TagClassName
{
border-color: #A389B7;
}
</style>