Shades of East Side #A47EBF
Tints of East Side #A47EBF
RGB
CMYK
RGB Variations
Color information
#A47EBF (or 0xA47EBF) is known color: East Side. HEX triplet: A4, 7E and BF. RGB value is (164,126,191). Sum of RGB (Red+Green+Blue) = 164+126+191=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #A47EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EBF is #5B8140. Grayscale: #909090. Windows color (decimal): -5996865 or 12549796. OLE color: 12549796.
HSL color Cylindrical-coordinate representation of color #A47EBF: hue angle of 275.08º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47EBF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 126 | 191 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.25 |
| HSL | 275.08º | 0.34% | 0.62% | - |
| HSV(B) | 275.08º | 0.34% | 0.75% | - |
| XYZ | 32.17 | 26.58 | 52.72 | - |
| YUV | 144.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 191 | 0.14 | 0.34 | 0 | 0.25 | 275.08 | 0.34 | 0.62 |
| Hex | A4 | 7E | BF | E | 22 | 0 | 19 | 113 | 22 | 3E |
| Octal | 244 | 176 | 277 | 16 | 42 | 0 | 31 | 423 | 42 | 76 |
| Binary | 10100100 | 1111110 | 10111111 | 1110 | 100010 | 0 | 11001 | 100010011 | 100010 | 111110 |
Color Harmonies of #A47EBF
Complementary color
Monochromatic Colors of #A47EBF
Black with #A47EBF
Text Example
Text Example
White with #A47EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EBF; }
p { color: rgb(164,126,191); }
H1.HeaderClassName
{
color: #A47EBF;
}
.AnyTagClassName
{
color: #A47EBF;
}
</style>
background-color css
<style>
a { background-color: #A47EBF; }
a { background-color: rgb(164,126,191); }
div.DivClassName
{
background-color: #A47EBF;
}
.BgClassName
{
background-color: #A47EBF;
}
</style>
border-color css
<style>
span { border-color: #A47EBF; }
span { border-color: rgb(164,126,191); }
td.TdClassName
{
border-color: #A47EBF;
}
.TagClassName
{
border-color: #A47EBF;
}
</style>