Shades of East Side #A47EBA
Tints of East Side #A47EBA
RGB
CMYK
RGB Variations
Color information
#A47EBA (or 0xA47EBA) is known color: East Side. HEX triplet: A4, 7E and BA. RGB value is (164,126,186). Sum of RGB (Red+Green+Blue) = 164+126+186=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 126 (49.61% from 255 or 26.47% 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 #A47EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EBA is #5B8145. Grayscale: #909090. Windows color (decimal): -5996870 or 12222116. OLE color: 12222116.
HSL color Cylindrical-coordinate representation of color #A47EBA: hue angle of 278º 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 #A47EBA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 126 | 186 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.27 |
| HSL | 278º | 0.3% | 0.61% | - |
| HSV(B) | 278º | 0.32% | 0.73% | - |
| XYZ | 31.63 | 26.36 | 49.87 | - |
| YUV | 144.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 186 | 0.12 | 0.32 | 0 | 0.27 | 278 | 0.3 | 0.61 |
| Hex | A4 | 7E | BA | C | 20 | 0 | 1B | 116 | 1E | 3D |
| Octal | 244 | 176 | 272 | 14 | 40 | 0 | 33 | 426 | 36 | 75 |
| Binary | 10100100 | 1111110 | 10111010 | 1100 | 100000 | 0 | 11011 | 100010110 | 11110 | 111101 |
Color Harmonies of #A47EBA
Complementary color
Monochromatic Colors of #A47EBA
Black with #A47EBA
Text Example
Text Example
White with #A47EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EBA; }
p { color: rgb(164,126,186); }
H1.HeaderClassName
{
color: #A47EBA;
}
.AnyTagClassName
{
color: #A47EBA;
}
</style>
background-color css
<style>
a { background-color: #A47EBA; }
a { background-color: rgb(164,126,186); }
div.DivClassName
{
background-color: #A47EBA;
}
.BgClassName
{
background-color: #A47EBA;
}
</style>
border-color css
<style>
span { border-color: #A47EBA; }
span { border-color: rgb(164,126,186); }
td.TdClassName
{
border-color: #A47EBA;
}
.TagClassName
{
border-color: #A47EBA;
}
</style>