Shades of East Side #A47FBB
Tints of East Side #A47FBB
RGB
CMYK
RGB Variations
Color information
#A47FBB (or 0xA47FBB) is known color: East Side. HEX triplet: A4, 7F and BB. RGB value is (164,127,187). Sum of RGB (Red+Green+Blue) = 164+127+187=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #A47FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FBB is #5B8044. Grayscale: #909090. Windows color (decimal): -5996613 or 12287908. OLE color: 12287908.
HSL color Cylindrical-coordinate representation of color #A47FBB: hue angle of 277º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47FBB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 127 | 187 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.27 |
| HSL | 277º | 0.31% | 0.62% | - |
| HSV(B) | 277º | 0.32% | 0.73% | - |
| XYZ | 31.87 | 26.66 | 50.48 | - |
| YUV | 144.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 187 | 0.12 | 0.32 | 0 | 0.27 | 277 | 0.31 | 0.62 |
| Hex | A4 | 7F | BB | C | 20 | 0 | 1B | 115 | 1F | 3E |
| Octal | 244 | 177 | 273 | 14 | 40 | 0 | 33 | 425 | 37 | 76 |
| Binary | 10100100 | 1111111 | 10111011 | 1100 | 100000 | 0 | 11011 | 100010101 | 11111 | 111110 |
Color Harmonies of #A47FBB
Complementary color
Monochromatic Colors of #A47FBB
Black with #A47FBB
Text Example
Text Example
White with #A47FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FBB; }
p { color: rgb(164,127,187); }
H1.HeaderClassName
{
color: #A47FBB;
}
.AnyTagClassName
{
color: #A47FBB;
}
</style>
background-color css
<style>
a { background-color: #A47FBB; }
a { background-color: rgb(164,127,187); }
div.DivClassName
{
background-color: #A47FBB;
}
.BgClassName
{
background-color: #A47FBB;
}
</style>
border-color css
<style>
span { border-color: #A47FBB; }
span { border-color: rgb(164,127,187); }
td.TdClassName
{
border-color: #A47FBB;
}
.TagClassName
{
border-color: #A47FBB;
}
</style>