Shades of East Side #A47FB7
Tints of East Side #A47FB7
RGB
CMYK
RGB Variations
Color information
#A47FB7 (or 0xA47FB7) is known color: East Side. HEX triplet: A4, 7F and B7. RGB value is (164,127,183). Sum of RGB (Red+Green+Blue) = 164+127+183=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #A47FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FB7 is #5B8048. Grayscale: #909090. Windows color (decimal): -5996617 or 12025764. OLE color: 12025764.
HSL color Cylindrical-coordinate representation of color #A47FB7: hue angle of 279.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47FB7 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 127 | 183 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.28 |
| HSL | 279.64º | 0.28% | 0.61% | - |
| HSV(B) | 279.64º | 0.31% | 0.72% | - |
| XYZ | 31.45 | 26.49 | 48.26 | - |
| YUV | 144.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 183 | 0.10 | 0.31 | 0 | 0.28 | 279.64 | 0.28 | 0.61 |
| Hex | A4 | 7F | B7 | A | 1F | 0 | 1C | 118 | 1C | 3D |
| Octal | 244 | 177 | 267 | 12 | 37 | 0 | 34 | 430 | 34 | 75 |
| Binary | 10100100 | 1111111 | 10110111 | 1010 | 11111 | 0 | 11100 | 100011000 | 11100 | 111101 |
Color Harmonies of #A47FB7
Complementary color
Monochromatic Colors of #A47FB7
Black with #A47FB7
Text Example
Text Example
White with #A47FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FB7; }
p { color: rgb(164,127,183); }
H1.HeaderClassName
{
color: #A47FB7;
}
.AnyTagClassName
{
color: #A47FB7;
}
</style>
background-color css
<style>
a { background-color: #A47FB7; }
a { background-color: rgb(164,127,183); }
div.DivClassName
{
background-color: #A47FB7;
}
.BgClassName
{
background-color: #A47FB7;
}
</style>
border-color css
<style>
span { border-color: #A47FB7; }
span { border-color: rgb(164,127,183); }
td.TdClassName
{
border-color: #A47FB7;
}
.TagClassName
{
border-color: #A47FB7;
}
</style>