Shades of East Side #A47BBC
Tints of East Side #A47BBC
RGB
CMYK
RGB Variations
Color information
#A47BBC (or 0xA47BBC) is known color: East Side. HEX triplet: A4, 7B and BC. RGB value is (164,123,188). Sum of RGB (Red+Green+Blue) = 164+123+188=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #A47BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BBC is #5B8443. Grayscale: #8E8E8E. Windows color (decimal): -5997636 or 12352420. OLE color: 12352420.
HSL color Cylindrical-coordinate representation of color #A47BBC: hue angle of 277.85º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47BBC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 123 | 188 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.26 |
| HSL | 277.85º | 0.33% | 0.61% | - |
| HSV(B) | 277.85º | 0.35% | 0.74% | - |
| XYZ | 31.47 | 25.69 | 50.88 | - |
| YUV | 142.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 188 | 0.13 | 0.35 | 0 | 0.26 | 277.85 | 0.33 | 0.61 |
| Hex | A4 | 7B | BC | D | 23 | 0 | 1A | 116 | 21 | 3D |
| Octal | 244 | 173 | 274 | 15 | 43 | 0 | 32 | 426 | 41 | 75 |
| Binary | 10100100 | 1111011 | 10111100 | 1101 | 100011 | 0 | 11010 | 100010110 | 100001 | 111101 |
Color Harmonies of #A47BBC
Complementary color
Monochromatic Colors of #A47BBC
Black with #A47BBC
Text Example
Text Example
White with #A47BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BBC; }
p { color: rgb(164,123,188); }
H1.HeaderClassName
{
color: #A47BBC;
}
.AnyTagClassName
{
color: #A47BBC;
}
</style>
background-color css
<style>
a { background-color: #A47BBC; }
a { background-color: rgb(164,123,188); }
div.DivClassName
{
background-color: #A47BBC;
}
.BgClassName
{
background-color: #A47BBC;
}
</style>
border-color css
<style>
span { border-color: #A47BBC; }
span { border-color: rgb(164,123,188); }
td.TdClassName
{
border-color: #A47BBC;
}
.TagClassName
{
border-color: #A47BBC;
}
</style>