Shades of East Side #A18CB6
Tints of East Side #A18CB6
RGB
CMYK
RGB Variations
Color information
#A18CB6 (or 0xA18CB6) is known color: East Side. HEX triplet: A1, 8C and B6. RGB value is (161,140,182). Sum of RGB (Red+Green+Blue) = 161+140+182=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #A18CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CB6 is #5E7349. Grayscale: #969696. Windows color (decimal): -6189898 or 11963553. OLE color: 11963553.
HSL color Cylindrical-coordinate representation of color #A18CB6: hue angle of 270º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18CB6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 140 | 182 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.29 |
| HSL | 270º | 0.22% | 0.63% | - |
| HSV(B) | 270º | 0.23% | 0.71% | - |
| XYZ | 32.52 | 29.71 | 48.28 | - |
| YUV | 151.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 182 | 0.12 | 0.23 | 0 | 0.29 | 270 | 0.22 | 0.63 |
| Hex | A1 | 8C | B6 | C | 17 | 0 | 1D | 10E | 16 | 3F |
| Octal | 241 | 214 | 266 | 14 | 27 | 0 | 35 | 416 | 26 | 77 |
| Binary | 10100001 | 10001100 | 10110110 | 1100 | 10111 | 0 | 11101 | 100001110 | 10110 | 111111 |
Color Harmonies of #A18CB6
Complementary color
Monochromatic Colors of #A18CB6
Black with #A18CB6
Text Example
Text Example
White with #A18CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CB6; }
p { color: rgb(161,140,182); }
H1.HeaderClassName
{
color: #A18CB6;
}
.AnyTagClassName
{
color: #A18CB6;
}
</style>
background-color css
<style>
a { background-color: #A18CB6; }
a { background-color: rgb(161,140,182); }
div.DivClassName
{
background-color: #A18CB6;
}
.BgClassName
{
background-color: #A18CB6;
}
</style>
border-color css
<style>
span { border-color: #A18CB6; }
span { border-color: rgb(161,140,182); }
td.TdClassName
{
border-color: #A18CB6;
}
.TagClassName
{
border-color: #A18CB6;
}
</style>