Shades of East Side #A18BB3
Tints of East Side #A18BB3
RGB
CMYK
RGB Variations
Color information
#A18BB3 (or 0xA18BB3) is known color: East Side. HEX triplet: A1, 8B and B3. RGB value is (161,139,179). Sum of RGB (Red+Green+Blue) = 161+139+179=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #A18BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BB3 is #5E744C. Grayscale: #969696. Windows color (decimal): -6190157 or 11766689. OLE color: 11766689.
HSL color Cylindrical-coordinate representation of color #A18BB3: hue angle of 273º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A18BB3 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 139 | 179 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.30 |
| HSL | 273º | 0.21% | 0.62% | - |
| HSV(B) | 273º | 0.22% | 0.7% | - |
| XYZ | 32.07 | 29.3 | 46.61 | - |
| YUV | 150.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 179 | 0.10 | 0.22 | 0 | 0.30 | 273 | 0.21 | 0.62 |
| Hex | A1 | 8B | B3 | A | 16 | 0 | 1E | 111 | 15 | 3E |
| Octal | 241 | 213 | 263 | 12 | 26 | 0 | 36 | 421 | 25 | 76 |
| Binary | 10100001 | 10001011 | 10110011 | 1010 | 10110 | 0 | 11110 | 100010001 | 10101 | 111110 |
Color Harmonies of #A18BB3
Complementary color
Monochromatic Colors of #A18BB3
Black with #A18BB3
Text Example
Text Example
White with #A18BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BB3; }
p { color: rgb(161,139,179); }
H1.HeaderClassName
{
color: #A18BB3;
}
.AnyTagClassName
{
color: #A18BB3;
}
</style>
background-color css
<style>
a { background-color: #A18BB3; }
a { background-color: rgb(161,139,179); }
div.DivClassName
{
background-color: #A18BB3;
}
.BgClassName
{
background-color: #A18BB3;
}
</style>
border-color css
<style>
span { border-color: #A18BB3; }
span { border-color: rgb(161,139,179); }
td.TdClassName
{
border-color: #A18BB3;
}
.TagClassName
{
border-color: #A18BB3;
}
</style>