Shades of East Side #A47FB4
Tints of East Side #A47FB4
RGB
CMYK
RGB Variations
Color information
#A47FB4 (or 0xA47FB4) is known color: East Side. HEX triplet: A4, 7F and B4. RGB value is (164,127,180). Sum of RGB (Red+Green+Blue) = 164+127+180=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #A47FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FB4 is #5B804B. Grayscale: #8F8F8F. Windows color (decimal): -5996620 or 11829156. OLE color: 11829156.
HSL color Cylindrical-coordinate representation of color #A47FB4: hue angle of 281.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47FB4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 127 | 180 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.29 |
| HSL | 281.89º | 0.26% | 0.6% | - |
| HSV(B) | 281.89º | 0.29% | 0.71% | - |
| XYZ | 31.14 | 26.37 | 46.63 | - |
| YUV | 144.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 180 | 0.09 | 0.29 | 0 | 0.29 | 281.89 | 0.26 | 0.6 |
| Hex | A4 | 7F | B4 | 9 | 1D | 0 | 1D | 11A | 1A | 3C |
| Octal | 244 | 177 | 264 | 11 | 35 | 0 | 35 | 432 | 32 | 74 |
| Binary | 10100100 | 1111111 | 10110100 | 1001 | 11101 | 0 | 11101 | 100011010 | 11010 | 111100 |
Color Harmonies of #A47FB4
Complementary color
Monochromatic Colors of #A47FB4
Black with #A47FB4
Text Example
Text Example
White with #A47FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FB4; }
p { color: rgb(164,127,180); }
H1.HeaderClassName
{
color: #A47FB4;
}
.AnyTagClassName
{
color: #A47FB4;
}
</style>
background-color css
<style>
a { background-color: #A47FB4; }
a { background-color: rgb(164,127,180); }
div.DivClassName
{
background-color: #A47FB4;
}
.BgClassName
{
background-color: #A47FB4;
}
</style>
border-color css
<style>
span { border-color: #A47FB4; }
span { border-color: rgb(164,127,180); }
td.TdClassName
{
border-color: #A47FB4;
}
.TagClassName
{
border-color: #A47FB4;
}
</style>