Shades of East Side #A47BC6
Tints of East Side #A47BC6
RGB
CMYK
RGB Variations
Color information
#A47BC6 (or 0xA47BC6) is known color: East Side. HEX triplet: A4, 7B and C6. RGB value is (164,123,198). Sum of RGB (Red+Green+Blue) = 164+123+198=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #A47BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BC6 is #5B8439. Grayscale: #8F8F8F. Windows color (decimal): -5997626 or 13007780. OLE color: 13007780.
HSL color Cylindrical-coordinate representation of color #A47BC6: hue angle of 272.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47BC6 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 123 | 198 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.22 |
| HSL | 272.8º | 0.4% | 0.63% | - |
| HSV(B) | 272.8º | 0.38% | 0.78% | - |
| XYZ | 32.59 | 26.14 | 56.75 | - |
| YUV | 143.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 198 | 0.17 | 0.38 | 0 | 0.22 | 272.8 | 0.4 | 0.63 |
| Hex | A4 | 7B | C6 | 11 | 26 | 0 | 16 | 111 | 28 | 3F |
| Octal | 244 | 173 | 306 | 21 | 46 | 0 | 26 | 421 | 50 | 77 |
| Binary | 10100100 | 1111011 | 11000110 | 10001 | 100110 | 0 | 10110 | 100010001 | 101000 | 111111 |
Color Harmonies of #A47BC6
Complementary color
Monochromatic Colors of #A47BC6
Black with #A47BC6
Text Example
Text Example
White with #A47BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BC6; }
p { color: rgb(164,123,198); }
H1.HeaderClassName
{
color: #A47BC6;
}
.AnyTagClassName
{
color: #A47BC6;
}
</style>
background-color css
<style>
a { background-color: #A47BC6; }
a { background-color: rgb(164,123,198); }
div.DivClassName
{
background-color: #A47BC6;
}
.BgClassName
{
background-color: #A47BC6;
}
</style>
border-color css
<style>
span { border-color: #A47BC6; }
span { border-color: rgb(164,123,198); }
td.TdClassName
{
border-color: #A47BC6;
}
.TagClassName
{
border-color: #A47BC6;
}
</style>