Shades of East Side #A37EBA
Tints of East Side #A37EBA
RGB
CMYK
RGB Variations
Color information
#A37EBA (or 0xA37EBA) is known color: East Side. HEX triplet: A3, 7E and BA. RGB value is (163,126,186). Sum of RGB (Red+Green+Blue) = 163+126+186=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EBA is #5C8145. Grayscale: #8F8F8F. Windows color (decimal): -6062406 or 12222115. OLE color: 12222115.
HSL color Cylindrical-coordinate representation of color #A37EBA: hue angle of 277º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A37EBA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 126 | 186 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.27 |
| HSL | 277º | 0.3% | 0.61% | - |
| HSV(B) | 277º | 0.32% | 0.73% | - |
| XYZ | 31.43 | 26.25 | 49.87 | - |
| YUV | 143.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 186 | 0.12 | 0.32 | 0 | 0.27 | 277 | 0.3 | 0.61 |
| Hex | A3 | 7E | BA | C | 20 | 0 | 1B | 115 | 1E | 3D |
| Octal | 243 | 176 | 272 | 14 | 40 | 0 | 33 | 425 | 36 | 75 |
| Binary | 10100011 | 1111110 | 10111010 | 1100 | 100000 | 0 | 11011 | 100010101 | 11110 | 111101 |
Color Harmonies of #A37EBA
Complementary color
Monochromatic Colors of #A37EBA
Black with #A37EBA
Text Example
Text Example
White with #A37EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EBA; }
p { color: rgb(163,126,186); }
H1.HeaderClassName
{
color: #A37EBA;
}
.AnyTagClassName
{
color: #A37EBA;
}
</style>
background-color css
<style>
a { background-color: #A37EBA; }
a { background-color: rgb(163,126,186); }
div.DivClassName
{
background-color: #A37EBA;
}
.BgClassName
{
background-color: #A37EBA;
}
</style>
border-color css
<style>
span { border-color: #A37EBA; }
span { border-color: rgb(163,126,186); }
td.TdClassName
{
border-color: #A37EBA;
}
.TagClassName
{
border-color: #A37EBA;
}
</style>