Shades of East Side #A189AC
Tints of East Side #A189AC
RGB
CMYK
RGB Variations
Color information
#A189AC (or 0xA189AC) is known color: East Side. HEX triplet: A1, 89 and AC. RGB value is (161,137,172). Sum of RGB (Red+Green+Blue) = 161+137+172=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A189AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A189AC is #5E7653. Grayscale: #949494. Windows color (decimal): -6190676 or 11307425. OLE color: 11307425.
HSL color Cylindrical-coordinate representation of color #A189AC: hue angle of 281.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A189AC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 137 | 172 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.33 |
| HSL | 281.14º | 0.17% | 0.61% | - |
| HSV(B) | 281.14º | 0.2% | 0.67% | - |
| XYZ | 31.09 | 28.45 | 42.88 | - |
| YUV | 148.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 172 | 0.06 | 0.20 | 0 | 0.33 | 281.14 | 0.17 | 0.61 |
| Hex | A1 | 89 | AC | 6 | 14 | 0 | 21 | 119 | 11 | 3D |
| Octal | 241 | 211 | 254 | 6 | 24 | 0 | 41 | 431 | 21 | 75 |
| Binary | 10100001 | 10001001 | 10101100 | 110 | 10100 | 0 | 100001 | 100011001 | 10001 | 111101 |
Color Harmonies of #A189AC
Complementary color
Monochromatic Colors of #A189AC
Black with #A189AC
Text Example
Text Example
White with #A189AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A189AC; }
p { color: rgb(161,137,172); }
H1.HeaderClassName
{
color: #A189AC;
}
.AnyTagClassName
{
color: #A189AC;
}
</style>
background-color css
<style>
a { background-color: #A189AC; }
a { background-color: rgb(161,137,172); }
div.DivClassName
{
background-color: #A189AC;
}
.BgClassName
{
background-color: #A189AC;
}
</style>
border-color css
<style>
span { border-color: #A189AC; }
span { border-color: rgb(161,137,172); }
td.TdClassName
{
border-color: #A189AC;
}
.TagClassName
{
border-color: #A189AC;
}
</style>