Shades of East Side #A37EC4
Tints of East Side #A37EC4
RGB
CMYK
RGB Variations
Color information
#A37EC4 (or 0xA37EC4) is known color: East Side. HEX triplet: A3, 7E and C4. RGB value is (163,126,196). Sum of RGB (Red+Green+Blue) = 163+126+196=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #A37EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EC4 is #5C813B. Grayscale: #909090. Windows color (decimal): -6062396 or 12877475. OLE color: 12877475.
HSL color Cylindrical-coordinate representation of color #A37EC4: hue angle of 271.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37EC4 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 126 | 196 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.23 |
| HSL | 271.71º | 0.37% | 0.63% | - |
| HSV(B) | 271.71º | 0.36% | 0.77% | - |
| XYZ | 32.53 | 26.69 | 55.66 | - |
| YUV | 145.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 196 | 0.17 | 0.36 | 0 | 0.23 | 271.71 | 0.37 | 0.63 |
| Hex | A3 | 7E | C4 | 11 | 24 | 0 | 17 | 110 | 25 | 3F |
| Octal | 243 | 176 | 304 | 21 | 44 | 0 | 27 | 420 | 45 | 77 |
| Binary | 10100011 | 1111110 | 11000100 | 10001 | 100100 | 0 | 10111 | 100010000 | 100101 | 111111 |
Color Harmonies of #A37EC4
Complementary color
Monochromatic Colors of #A37EC4
Black with #A37EC4
Text Example
Text Example
White with #A37EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EC4; }
p { color: rgb(163,126,196); }
H1.HeaderClassName
{
color: #A37EC4;
}
.AnyTagClassName
{
color: #A37EC4;
}
</style>
background-color css
<style>
a { background-color: #A37EC4; }
a { background-color: rgb(163,126,196); }
div.DivClassName
{
background-color: #A37EC4;
}
.BgClassName
{
background-color: #A37EC4;
}
</style>
border-color css
<style>
span { border-color: #A37EC4; }
span { border-color: rgb(163,126,196); }
td.TdClassName
{
border-color: #A37EC4;
}
.TagClassName
{
border-color: #A37EC4;
}
</style>