Shades of East Side #A47BB9
Tints of East Side #A47BB9
RGB
CMYK
RGB Variations
Color information
#A47BB9 (or 0xA47BB9) is known color: East Side. HEX triplet: A4, 7B and B9. RGB value is (164,123,185). Sum of RGB (Red+Green+Blue) = 164+123+185=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #A47BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BB9 is #5B8446. Grayscale: #8E8E8E. Windows color (decimal): -5997639 or 12155812. OLE color: 12155812.
HSL color Cylindrical-coordinate representation of color #A47BB9: hue angle of 279.68º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47BB9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 123 | 185 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.27 |
| HSL | 279.68º | 0.31% | 0.6% | - |
| HSV(B) | 279.68º | 0.34% | 0.73% | - |
| XYZ | 31.15 | 25.56 | 49.19 | - |
| YUV | 142.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 185 | 0.11 | 0.34 | 0 | 0.27 | 279.68 | 0.31 | 0.6 |
| Hex | A4 | 7B | B9 | B | 22 | 0 | 1B | 118 | 1F | 3C |
| Octal | 244 | 173 | 271 | 13 | 42 | 0 | 33 | 430 | 37 | 74 |
| Binary | 10100100 | 1111011 | 10111001 | 1011 | 100010 | 0 | 11011 | 100011000 | 11111 | 111100 |
Color Harmonies of #A47BB9
Complementary color
Monochromatic Colors of #A47BB9
Black with #A47BB9
Text Example
Text Example
White with #A47BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BB9; }
p { color: rgb(164,123,185); }
H1.HeaderClassName
{
color: #A47BB9;
}
.AnyTagClassName
{
color: #A47BB9;
}
</style>
background-color css
<style>
a { background-color: #A47BB9; }
a { background-color: rgb(164,123,185); }
div.DivClassName
{
background-color: #A47BB9;
}
.BgClassName
{
background-color: #A47BB9;
}
</style>
border-color css
<style>
span { border-color: #A47BB9; }
span { border-color: rgb(164,123,185); }
td.TdClassName
{
border-color: #A47BB9;
}
.TagClassName
{
border-color: #A47BB9;
}
</style>