Shades of East Side #A37FB0
Tints of East Side #A37FB0
RGB
CMYK
RGB Variations
Color information
#A37FB0 (or 0xA37FB0) is known color: East Side. HEX triplet: A3, 7F and B0. RGB value is (163,127,176). Sum of RGB (Red+Green+Blue) = 163+127+176=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #A37FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FB0 is #5C804F. Grayscale: #8F8F8F. Windows color (decimal): -6062160 or 11567011. OLE color: 11567011.
HSL color Cylindrical-coordinate representation of color #A37FB0: hue angle of 284.08º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A37FB0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 127 | 176 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.31 |
| HSL | 284.08º | 0.24% | 0.59% | - |
| HSV(B) | 284.08º | 0.28% | 0.69% | - |
| XYZ | 30.53 | 26.1 | 44.5 | - |
| YUV | 143.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 176 | 0.07 | 0.28 | 0 | 0.31 | 284.08 | 0.24 | 0.59 |
| Hex | A3 | 7F | B0 | 7 | 1C | 0 | 1F | 11C | 18 | 3B |
| Octal | 243 | 177 | 260 | 7 | 34 | 0 | 37 | 434 | 30 | 73 |
| Binary | 10100011 | 1111111 | 10110000 | 111 | 11100 | 0 | 11111 | 100011100 | 11000 | 111011 |
Color Harmonies of #A37FB0
Complementary color
Monochromatic Colors of #A37FB0
Black with #A37FB0
Text Example
Text Example
White with #A37FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FB0; }
p { color: rgb(163,127,176); }
H1.HeaderClassName
{
color: #A37FB0;
}
.AnyTagClassName
{
color: #A37FB0;
}
</style>
background-color css
<style>
a { background-color: #A37FB0; }
a { background-color: rgb(163,127,176); }
div.DivClassName
{
background-color: #A37FB0;
}
.BgClassName
{
background-color: #A37FB0;
}
</style>
border-color css
<style>
span { border-color: #A37FB0; }
span { border-color: rgb(163,127,176); }
td.TdClassName
{
border-color: #A37FB0;
}
.TagClassName
{
border-color: #A37FB0;
}
</style>