Shades of East Side #A18FAB
Tints of East Side #A18FAB
RGB
CMYK
RGB Variations
Color information
#A18FAB (or 0xA18FAB) is known color: East Side. HEX triplet: A1, 8F and AB. RGB value is (161,143,171). Sum of RGB (Red+Green+Blue) = 161+143+171=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A18FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18FAB is #5E7054. Grayscale: #979797. Windows color (decimal): -6189141 or 11243425. OLE color: 11243425.
HSL color Cylindrical-coordinate representation of color #A18FAB: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18FAB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 143 | 171 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.33 |
| HSL | 278.57º | 0.14% | 0.62% | - |
| HSV(B) | 278.57º | 0.16% | 0.67% | - |
| XYZ | 31.87 | 30.16 | 42.67 | - |
| YUV | 151.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 171 | 0.06 | 0.16 | 0 | 0.33 | 278.57 | 0.14 | 0.62 |
| Hex | A1 | 8F | AB | 6 | 10 | 0 | 21 | 117 | E | 3E |
| Octal | 241 | 217 | 253 | 6 | 20 | 0 | 41 | 427 | 16 | 76 |
| Binary | 10100001 | 10001111 | 10101011 | 110 | 10000 | 0 | 100001 | 100010111 | 1110 | 111110 |
Color Harmonies of #A18FAB
Complementary color
Monochromatic Colors of #A18FAB
Black with #A18FAB
Text Example
Text Example
White with #A18FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FAB; }
p { color: rgb(161,143,171); }
H1.HeaderClassName
{
color: #A18FAB;
}
.AnyTagClassName
{
color: #A18FAB;
}
</style>
background-color css
<style>
a { background-color: #A18FAB; }
a { background-color: rgb(161,143,171); }
div.DivClassName
{
background-color: #A18FAB;
}
.BgClassName
{
background-color: #A18FAB;
}
</style>
border-color css
<style>
span { border-color: #A18FAB; }
span { border-color: rgb(161,143,171); }
td.TdClassName
{
border-color: #A18FAB;
}
.TagClassName
{
border-color: #A18FAB;
}
</style>