Shades of East Side #A389AB
Tints of East Side #A389AB
RGB
CMYK
RGB Variations
Color information
#A389AB (or 0xA389AB) is known color: East Side. HEX triplet: A3, 89 and AB. RGB value is (163,137,171). Sum of RGB (Red+Green+Blue) = 163+137+171=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A389AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389AB is #5C7654. Grayscale: #949494. Windows color (decimal): -6059605 or 11241891. OLE color: 11241891.
HSL color Cylindrical-coordinate representation of color #A389AB: hue angle of 285.88º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A389AB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 137 | 171 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.33 |
| HSL | 285.88º | 0.17% | 0.6% | - |
| HSV(B) | 285.88º | 0.2% | 0.67% | - |
| XYZ | 31.4 | 28.62 | 42.4 | - |
| YUV | 148.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 171 | 0.05 | 0.20 | 0 | 0.33 | 285.88 | 0.17 | 0.6 |
| Hex | A3 | 89 | AB | 5 | 14 | 0 | 21 | 11E | 11 | 3C |
| Octal | 243 | 211 | 253 | 5 | 24 | 0 | 41 | 436 | 21 | 74 |
| Binary | 10100011 | 10001001 | 10101011 | 101 | 10100 | 0 | 100001 | 100011110 | 10001 | 111100 |
Color Harmonies of #A389AB
Complementary color
Monochromatic Colors of #A389AB
Black with #A389AB
Text Example
Text Example
White with #A389AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389AB; }
p { color: rgb(163,137,171); }
H1.HeaderClassName
{
color: #A389AB;
}
.AnyTagClassName
{
color: #A389AB;
}
</style>
background-color css
<style>
a { background-color: #A389AB; }
a { background-color: rgb(163,137,171); }
div.DivClassName
{
background-color: #A389AB;
}
.BgClassName
{
background-color: #A389AB;
}
</style>
border-color css
<style>
span { border-color: #A389AB; }
span { border-color: rgb(163,137,171); }
td.TdClassName
{
border-color: #A389AB;
}
.TagClassName
{
border-color: #A389AB;
}
</style>