Shades of East Side #A47CBD
Tints of East Side #A47CBD
RGB
CMYK
RGB Variations
Color information
#A47CBD (or 0xA47CBD) is known color: East Side. HEX triplet: A4, 7C and BD. RGB value is (164,124,189). Sum of RGB (Red+Green+Blue) = 164+124+189=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A47CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CBD is #5B8342. Grayscale: #8F8F8F. Windows color (decimal): -5997379 or 12418212. OLE color: 12418212.
HSL color Cylindrical-coordinate representation of color #A47CBD: hue angle of 276.92º degrees, saturation: 0.33, 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 #A47CBD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 124 | 189 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.26 |
| HSL | 276.92º | 0.33% | 0.61% | - |
| HSV(B) | 276.92º | 0.34% | 0.74% | - |
| XYZ | 31.7 | 25.98 | 51.49 | - |
| YUV | 143.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 189 | 0.13 | 0.34 | 0 | 0.26 | 276.92 | 0.33 | 0.61 |
| Hex | A4 | 7C | BD | D | 22 | 0 | 1A | 115 | 21 | 3D |
| Octal | 244 | 174 | 275 | 15 | 42 | 0 | 32 | 425 | 41 | 75 |
| Binary | 10100100 | 1111100 | 10111101 | 1101 | 100010 | 0 | 11010 | 100010101 | 100001 | 111101 |
Color Harmonies of #A47CBD
Complementary color
Monochromatic Colors of #A47CBD
Black with #A47CBD
Text Example
Text Example
White with #A47CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CBD; }
p { color: rgb(164,124,189); }
H1.HeaderClassName
{
color: #A47CBD;
}
.AnyTagClassName
{
color: #A47CBD;
}
</style>
background-color css
<style>
a { background-color: #A47CBD; }
a { background-color: rgb(164,124,189); }
div.DivClassName
{
background-color: #A47CBD;
}
.BgClassName
{
background-color: #A47CBD;
}
</style>
border-color css
<style>
span { border-color: #A47CBD; }
span { border-color: rgb(164,124,189); }
td.TdClassName
{
border-color: #A47CBD;
}
.TagClassName
{
border-color: #A47CBD;
}
</style>