Shades of East Side #A37CBC
Tints of East Side #A37CBC
RGB
CMYK
RGB Variations
Color information
#A37CBC (or 0xA37CBC) is known color: East Side. HEX triplet: A3, 7C and BC. RGB value is (163,124,188). Sum of RGB (Red+Green+Blue) = 163+124+188=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #A37CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CBC is #5C8343. Grayscale: #8E8E8E. Windows color (decimal): -6062916 or 12352675. OLE color: 12352675.
HSL color Cylindrical-coordinate representation of color #A37CBC: hue angle of 276.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37CBC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 124 | 188 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.26 |
| HSL | 276.56º | 0.32% | 0.61% | - |
| HSV(B) | 276.56º | 0.34% | 0.74% | - |
| XYZ | 31.39 | 25.83 | 50.91 | - |
| YUV | 142.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 188 | 0.13 | 0.34 | 0 | 0.26 | 276.56 | 0.32 | 0.61 |
| Hex | A3 | 7C | BC | D | 22 | 0 | 1A | 115 | 20 | 3D |
| Octal | 243 | 174 | 274 | 15 | 42 | 0 | 32 | 425 | 40 | 75 |
| Binary | 10100011 | 1111100 | 10111100 | 1101 | 100010 | 0 | 11010 | 100010101 | 100000 | 111101 |
Color Harmonies of #A37CBC
Complementary color
Monochromatic Colors of #A37CBC
Black with #A37CBC
Text Example
Text Example
White with #A37CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CBC; }
p { color: rgb(163,124,188); }
H1.HeaderClassName
{
color: #A37CBC;
}
.AnyTagClassName
{
color: #A37CBC;
}
</style>
background-color css
<style>
a { background-color: #A37CBC; }
a { background-color: rgb(163,124,188); }
div.DivClassName
{
background-color: #A37CBC;
}
.BgClassName
{
background-color: #A37CBC;
}
</style>
border-color css
<style>
span { border-color: #A37CBC; }
span { border-color: rgb(163,124,188); }
td.TdClassName
{
border-color: #A37CBC;
}
.TagClassName
{
border-color: #A37CBC;
}
</style>