Shades of East Side #A18CB4
Tints of East Side #A18CB4
RGB
CMYK
RGB Variations
Color information
#A18CB4 (or 0xA18CB4) is known color: East Side. HEX triplet: A1, 8C and B4. RGB value is (161,140,180). Sum of RGB (Red+Green+Blue) = 161+140+180=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #A18CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CB4 is #5E734B. Grayscale: #969696. Windows color (decimal): -6189900 or 11832481. OLE color: 11832481.
HSL color Cylindrical-coordinate representation of color #A18CB4: hue angle of 271.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A18CB4 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 140 | 180 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.29 |
| HSL | 271.5º | 0.21% | 0.63% | - |
| HSV(B) | 271.5º | 0.22% | 0.71% | - |
| XYZ | 32.31 | 29.63 | 47.2 | - |
| YUV | 150.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 180 | 0.11 | 0.22 | 0 | 0.29 | 271.5 | 0.21 | 0.63 |
| Hex | A1 | 8C | B4 | B | 16 | 0 | 1D | 110 | 15 | 3F |
| Octal | 241 | 214 | 264 | 13 | 26 | 0 | 35 | 420 | 25 | 77 |
| Binary | 10100001 | 10001100 | 10110100 | 1011 | 10110 | 0 | 11101 | 100010000 | 10101 | 111111 |
Color Harmonies of #A18CB4
Complementary color
Monochromatic Colors of #A18CB4
Black with #A18CB4
Text Example
Text Example
White with #A18CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CB4; }
p { color: rgb(161,140,180); }
H1.HeaderClassName
{
color: #A18CB4;
}
.AnyTagClassName
{
color: #A18CB4;
}
</style>
background-color css
<style>
a { background-color: #A18CB4; }
a { background-color: rgb(161,140,180); }
div.DivClassName
{
background-color: #A18CB4;
}
.BgClassName
{
background-color: #A18CB4;
}
</style>
border-color css
<style>
span { border-color: #A18CB4; }
span { border-color: rgb(161,140,180); }
td.TdClassName
{
border-color: #A18CB4;
}
.TagClassName
{
border-color: #A18CB4;
}
</style>