Shades of East Side #A37FB9
Tints of East Side #A37FB9
RGB
CMYK
RGB Variations
Color information
#A37FB9 (or 0xA37FB9) is known color: East Side. HEX triplet: A3, 7F and B9. RGB value is (163,127,185). Sum of RGB (Red+Green+Blue) = 163+127+185=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #A37FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FB9 is #5C8046. Grayscale: #909090. Windows color (decimal): -6062151 or 12156835. OLE color: 12156835.
HSL color Cylindrical-coordinate representation of color #A37FB9: hue angle of 277.24º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37FB9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 127 | 185 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.27 |
| HSL | 277.24º | 0.29% | 0.61% | - |
| HSV(B) | 277.24º | 0.31% | 0.73% | - |
| XYZ | 31.45 | 26.47 | 49.35 | - |
| YUV | 144.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 185 | 0.12 | 0.31 | 0 | 0.27 | 277.24 | 0.29 | 0.61 |
| Hex | A3 | 7F | B9 | C | 1F | 0 | 1B | 115 | 1D | 3D |
| Octal | 243 | 177 | 271 | 14 | 37 | 0 | 33 | 425 | 35 | 75 |
| Binary | 10100011 | 1111111 | 10111001 | 1100 | 11111 | 0 | 11011 | 100010101 | 11101 | 111101 |
Color Harmonies of #A37FB9
Complementary color
Monochromatic Colors of #A37FB9
Black with #A37FB9
Text Example
Text Example
White with #A37FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FB9; }
p { color: rgb(163,127,185); }
H1.HeaderClassName
{
color: #A37FB9;
}
.AnyTagClassName
{
color: #A37FB9;
}
</style>
background-color css
<style>
a { background-color: #A37FB9; }
a { background-color: rgb(163,127,185); }
div.DivClassName
{
background-color: #A37FB9;
}
.BgClassName
{
background-color: #A37FB9;
}
</style>
border-color css
<style>
span { border-color: #A37FB9; }
span { border-color: rgb(163,127,185); }
td.TdClassName
{
border-color: #A37FB9;
}
.TagClassName
{
border-color: #A37FB9;
}
</style>