Shades of East Side #A37CBB
Tints of East Side #A37CBB
RGB
CMYK
RGB Variations
Color information
#A37CBB (or 0xA37CBB) is known color: East Side. HEX triplet: A3, 7C and BB. RGB value is (163,124,187). Sum of RGB (Red+Green+Blue) = 163+124+187=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A37CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CBB is #5C8344. Grayscale: #8E8E8E. Windows color (decimal): -6062917 or 12287139. OLE color: 12287139.
HSL color Cylindrical-coordinate representation of color #A37CBB: hue angle of 277.14º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37CBB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 124 | 187 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.27 |
| HSL | 277.14º | 0.32% | 0.61% | - |
| HSV(B) | 277.14º | 0.34% | 0.73% | - |
| XYZ | 31.28 | 25.79 | 50.34 | - |
| YUV | 142.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 187 | 0.13 | 0.34 | 0 | 0.27 | 277.14 | 0.32 | 0.61 |
| Hex | A3 | 7C | BB | D | 22 | 0 | 1B | 115 | 20 | 3D |
| Octal | 243 | 174 | 273 | 15 | 42 | 0 | 33 | 425 | 40 | 75 |
| Binary | 10100011 | 1111100 | 10111011 | 1101 | 100010 | 0 | 11011 | 100010101 | 100000 | 111101 |
Color Harmonies of #A37CBB
Complementary color
Monochromatic Colors of #A37CBB
Black with #A37CBB
Text Example
Text Example
White with #A37CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CBB; }
p { color: rgb(163,124,187); }
H1.HeaderClassName
{
color: #A37CBB;
}
.AnyTagClassName
{
color: #A37CBB;
}
</style>
background-color css
<style>
a { background-color: #A37CBB; }
a { background-color: rgb(163,124,187); }
div.DivClassName
{
background-color: #A37CBB;
}
.BgClassName
{
background-color: #A37CBB;
}
</style>
border-color css
<style>
span { border-color: #A37CBB; }
span { border-color: rgb(163,124,187); }
td.TdClassName
{
border-color: #A37CBB;
}
.TagClassName
{
border-color: #A37CBB;
}
</style>