Shades of East Side #A37FBB
Tints of East Side #A37FBB
RGB
CMYK
RGB Variations
Color information
#A37FBB (or 0xA37FBB) is known color: East Side. HEX triplet: A3, 7F and BB. RGB value is (163,127,187). Sum of RGB (Red+Green+Blue) = 163+127+187=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #A37FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FBB is #5C8044. Grayscale: #909090. Windows color (decimal): -6062149 or 12287907. OLE color: 12287907.
HSL color Cylindrical-coordinate representation of color #A37FBB: hue angle of 276º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A37FBB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 127 | 187 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.27 |
| HSL | 276º | 0.31% | 0.62% | - |
| HSV(B) | 276º | 0.32% | 0.73% | - |
| XYZ | 31.66 | 26.55 | 50.47 | - |
| YUV | 144.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 187 | 0.13 | 0.32 | 0 | 0.27 | 276 | 0.31 | 0.62 |
| Hex | A3 | 7F | BB | D | 20 | 0 | 1B | 114 | 1F | 3E |
| Octal | 243 | 177 | 273 | 15 | 40 | 0 | 33 | 424 | 37 | 76 |
| Binary | 10100011 | 1111111 | 10111011 | 1101 | 100000 | 0 | 11011 | 100010100 | 11111 | 111110 |
Color Harmonies of #A37FBB
Complementary color
Monochromatic Colors of #A37FBB
Black with #A37FBB
Text Example
Text Example
White with #A37FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FBB; }
p { color: rgb(163,127,187); }
H1.HeaderClassName
{
color: #A37FBB;
}
.AnyTagClassName
{
color: #A37FBB;
}
</style>
background-color css
<style>
a { background-color: #A37FBB; }
a { background-color: rgb(163,127,187); }
div.DivClassName
{
background-color: #A37FBB;
}
.BgClassName
{
background-color: #A37FBB;
}
</style>
border-color css
<style>
span { border-color: #A37FBB; }
span { border-color: rgb(163,127,187); }
td.TdClassName
{
border-color: #A37FBB;
}
.TagClassName
{
border-color: #A37FBB;
}
</style>