Shades of East Side #A47CBC
Tints of East Side #A47CBC
RGB
CMYK
RGB Variations
Color information
#A47CBC (or 0xA47CBC) is known color: East Side. HEX triplet: A4, 7C and BC. RGB value is (164,124,188). Sum of RGB (Red+Green+Blue) = 164+124+188=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #A47CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CBC is #5B8343. Grayscale: #8F8F8F. Windows color (decimal): -5997380 or 12352676. OLE color: 12352676.
HSL color Cylindrical-coordinate representation of color #A47CBC: hue angle of 277.5º 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 #A47CBC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 124 | 188 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.26 |
| HSL | 277.5º | 0.32% | 0.61% | - |
| HSV(B) | 277.5º | 0.34% | 0.74% | - |
| XYZ | 31.59 | 25.94 | 50.92 | - |
| YUV | 143.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 188 | 0.13 | 0.34 | 0 | 0.26 | 277.5 | 0.32 | 0.61 |
| Hex | A4 | 7C | BC | D | 22 | 0 | 1A | 116 | 20 | 3D |
| Octal | 244 | 174 | 274 | 15 | 42 | 0 | 32 | 426 | 40 | 75 |
| Binary | 10100100 | 1111100 | 10111100 | 1101 | 100010 | 0 | 11010 | 100010110 | 100000 | 111101 |
Color Harmonies of #A47CBC
Complementary color
Monochromatic Colors of #A47CBC
Black with #A47CBC
Text Example
Text Example
White with #A47CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CBC; }
p { color: rgb(164,124,188); }
H1.HeaderClassName
{
color: #A47CBC;
}
.AnyTagClassName
{
color: #A47CBC;
}
</style>
background-color css
<style>
a { background-color: #A47CBC; }
a { background-color: rgb(164,124,188); }
div.DivClassName
{
background-color: #A47CBC;
}
.BgClassName
{
background-color: #A47CBC;
}
</style>
border-color css
<style>
span { border-color: #A47CBC; }
span { border-color: rgb(164,124,188); }
td.TdClassName
{
border-color: #A47CBC;
}
.TagClassName
{
border-color: #A47CBC;
}
</style>