Shades of East Side #A37FBA
Tints of East Side #A37FBA
RGB
CMYK
RGB Variations
Color information
#A37FBA (or 0xA37FBA) is known color: East Side. HEX triplet: A3, 7F and BA. RGB value is (163,127,186). Sum of RGB (Red+Green+Blue) = 163+127+186=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FBA is #5C8045. Grayscale: #909090. Windows color (decimal): -6062150 or 12222371. OLE color: 12222371.
HSL color Cylindrical-coordinate representation of color #A37FBA: hue angle of 276.61º 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 #A37FBA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 127 | 186 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.27 |
| HSL | 276.61º | 0.3% | 0.61% | - |
| HSV(B) | 276.61º | 0.32% | 0.73% | - |
| XYZ | 31.56 | 26.51 | 49.91 | - |
| YUV | 144.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 186 | 0.12 | 0.32 | 0 | 0.27 | 276.61 | 0.3 | 0.61 |
| Hex | A3 | 7F | BA | C | 20 | 0 | 1B | 115 | 1E | 3D |
| Octal | 243 | 177 | 272 | 14 | 40 | 0 | 33 | 425 | 36 | 75 |
| Binary | 10100011 | 1111111 | 10111010 | 1100 | 100000 | 0 | 11011 | 100010101 | 11110 | 111101 |
Color Harmonies of #A37FBA
Complementary color
Monochromatic Colors of #A37FBA
Black with #A37FBA
Text Example
Text Example
White with #A37FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FBA; }
p { color: rgb(163,127,186); }
H1.HeaderClassName
{
color: #A37FBA;
}
.AnyTagClassName
{
color: #A37FBA;
}
</style>
background-color css
<style>
a { background-color: #A37FBA; }
a { background-color: rgb(163,127,186); }
div.DivClassName
{
background-color: #A37FBA;
}
.BgClassName
{
background-color: #A37FBA;
}
</style>
border-color css
<style>
span { border-color: #A37FBA; }
span { border-color: rgb(163,127,186); }
td.TdClassName
{
border-color: #A37FBA;
}
.TagClassName
{
border-color: #A37FBA;
}
</style>