Shades of East Side #A37FB8
Tints of East Side #A37FB8
RGB
CMYK
RGB Variations
Color information
#A37FB8 (or 0xA37FB8) is known color: East Side. HEX triplet: A3, 7F and B8. RGB value is (163,127,184). Sum of RGB (Red+Green+Blue) = 163+127+184=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #A37FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FB8 is #5C8047. Grayscale: #909090. Windows color (decimal): -6062152 or 12091299. OLE color: 12091299.
HSL color Cylindrical-coordinate representation of color #A37FB8: hue angle of 277.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A37FB8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 127 | 184 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.28 |
| HSL | 277.89º | 0.29% | 0.61% | - |
| HSV(B) | 277.89º | 0.31% | 0.72% | - |
| XYZ | 31.35 | 26.43 | 48.8 | - |
| YUV | 144.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 184 | 0.11 | 0.31 | 0 | 0.28 | 277.89 | 0.29 | 0.61 |
| Hex | A3 | 7F | B8 | B | 1F | 0 | 1C | 116 | 1D | 3D |
| Octal | 243 | 177 | 270 | 13 | 37 | 0 | 34 | 426 | 35 | 75 |
| Binary | 10100011 | 1111111 | 10111000 | 1011 | 11111 | 0 | 11100 | 100010110 | 11101 | 111101 |
Color Harmonies of #A37FB8
Complementary color
Monochromatic Colors of #A37FB8
Black with #A37FB8
Text Example
Text Example
White with #A37FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FB8; }
p { color: rgb(163,127,184); }
H1.HeaderClassName
{
color: #A37FB8;
}
.AnyTagClassName
{
color: #A37FB8;
}
</style>
background-color css
<style>
a { background-color: #A37FB8; }
a { background-color: rgb(163,127,184); }
div.DivClassName
{
background-color: #A37FB8;
}
.BgClassName
{
background-color: #A37FB8;
}
</style>
border-color css
<style>
span { border-color: #A37FB8; }
span { border-color: rgb(163,127,184); }
td.TdClassName
{
border-color: #A37FB8;
}
.TagClassName
{
border-color: #A37FB8;
}
</style>