Shades of East Side #A18BAC
Tints of East Side #A18BAC
RGB
CMYK
RGB Variations
Color information
#A18BAC (or 0xA18BAC) is known color: East Side. HEX triplet: A1, 8B and AC. RGB value is (161,139,172). Sum of RGB (Red+Green+Blue) = 161+139+172=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A18BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18BAC is #5E7453. Grayscale: #959595. Windows color (decimal): -6190164 or 11307937. OLE color: 11307937.
HSL color Cylindrical-coordinate representation of color #A18BAC: hue angle of 280º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18BAC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 139 | 172 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.33 |
| HSL | 280º | 0.17% | 0.61% | - |
| HSV(B) | 280º | 0.19% | 0.67% | - |
| XYZ | 31.38 | 29.02 | 42.98 | - |
| YUV | 149.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 172 | 0.06 | 0.19 | 0 | 0.33 | 280 | 0.17 | 0.61 |
| Hex | A1 | 8B | AC | 6 | 13 | 0 | 21 | 118 | 11 | 3D |
| Octal | 241 | 213 | 254 | 6 | 23 | 0 | 41 | 430 | 21 | 75 |
| Binary | 10100001 | 10001011 | 10101100 | 110 | 10011 | 0 | 100001 | 100011000 | 10001 | 111101 |
Color Harmonies of #A18BAC
Complementary color
Monochromatic Colors of #A18BAC
Black with #A18BAC
Text Example
Text Example
White with #A18BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BAC; }
p { color: rgb(161,139,172); }
H1.HeaderClassName
{
color: #A18BAC;
}
.AnyTagClassName
{
color: #A18BAC;
}
</style>
background-color css
<style>
a { background-color: #A18BAC; }
a { background-color: rgb(161,139,172); }
div.DivClassName
{
background-color: #A18BAC;
}
.BgClassName
{
background-color: #A18BAC;
}
</style>
border-color css
<style>
span { border-color: #A18BAC; }
span { border-color: rgb(161,139,172); }
td.TdClassName
{
border-color: #A18BAC;
}
.TagClassName
{
border-color: #A18BAC;
}
</style>