Shades of East Side #A47BBE
Tints of East Side #A47BBE
RGB
CMYK
RGB Variations
Color information
#A47BBE (or 0xA47BBE) is known color: East Side. HEX triplet: A4, 7B and BE. RGB value is (164,123,190). Sum of RGB (Red+Green+Blue) = 164+123+190=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #A47BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BBE is #5B8441. Grayscale: #8E8E8E. Windows color (decimal): -5997634 or 12483492. OLE color: 12483492.
HSL color Cylindrical-coordinate representation of color #A47BBE: hue angle of 276.72º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47BBE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 123 | 190 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.25 |
| HSL | 276.72º | 0.34% | 0.61% | - |
| HSV(B) | 276.72º | 0.35% | 0.75% | - |
| XYZ | 31.69 | 25.78 | 52.02 | - |
| YUV | 142.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 190 | 0.14 | 0.35 | 0 | 0.25 | 276.72 | 0.34 | 0.61 |
| Hex | A4 | 7B | BE | E | 23 | 0 | 19 | 115 | 22 | 3D |
| Octal | 244 | 173 | 276 | 16 | 43 | 0 | 31 | 425 | 42 | 75 |
| Binary | 10100100 | 1111011 | 10111110 | 1110 | 100011 | 0 | 11001 | 100010101 | 100010 | 111101 |
Color Harmonies of #A47BBE
Complementary color
Monochromatic Colors of #A47BBE
Black with #A47BBE
Text Example
Text Example
White with #A47BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BBE; }
p { color: rgb(164,123,190); }
H1.HeaderClassName
{
color: #A47BBE;
}
.AnyTagClassName
{
color: #A47BBE;
}
</style>
background-color css
<style>
a { background-color: #A47BBE; }
a { background-color: rgb(164,123,190); }
div.DivClassName
{
background-color: #A47BBE;
}
.BgClassName
{
background-color: #A47BBE;
}
</style>
border-color css
<style>
span { border-color: #A47BBE; }
span { border-color: rgb(164,123,190); }
td.TdClassName
{
border-color: #A47BBE;
}
.TagClassName
{
border-color: #A47BBE;
}
</style>