Shades of East Side #A47FB3
Tints of East Side #A47FB3
RGB
CMYK
RGB Variations
Color information
#A47FB3 (or 0xA47FB3) is known color: East Side. HEX triplet: A4, 7F and B3. RGB value is (164,127,179). Sum of RGB (Red+Green+Blue) = 164+127+179=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #A47FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FB3 is #5B804C. Grayscale: #8F8F8F. Windows color (decimal): -5996621 or 11763620. OLE color: 11763620.
HSL color Cylindrical-coordinate representation of color #A47FB3: hue angle of 282.69º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47FB3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 127 | 179 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.30 |
| HSL | 282.69º | 0.25% | 0.6% | - |
| HSV(B) | 282.69º | 0.29% | 0.7% | - |
| XYZ | 31.04 | 26.33 | 46.09 | - |
| YUV | 143.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 179 | 0.08 | 0.29 | 0 | 0.30 | 282.69 | 0.25 | 0.6 |
| Hex | A4 | 7F | B3 | 8 | 1D | 0 | 1E | 11B | 19 | 3C |
| Octal | 244 | 177 | 263 | 10 | 35 | 0 | 36 | 433 | 31 | 74 |
| Binary | 10100100 | 1111111 | 10110011 | 1000 | 11101 | 0 | 11110 | 100011011 | 11001 | 111100 |
Color Harmonies of #A47FB3
Complementary color
Monochromatic Colors of #A47FB3
Black with #A47FB3
Text Example
Text Example
White with #A47FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FB3; }
p { color: rgb(164,127,179); }
H1.HeaderClassName
{
color: #A47FB3;
}
.AnyTagClassName
{
color: #A47FB3;
}
</style>
background-color css
<style>
a { background-color: #A47FB3; }
a { background-color: rgb(164,127,179); }
div.DivClassName
{
background-color: #A47FB3;
}
.BgClassName
{
background-color: #A47FB3;
}
</style>
border-color css
<style>
span { border-color: #A47FB3; }
span { border-color: rgb(164,127,179); }
td.TdClassName
{
border-color: #A47FB3;
}
.TagClassName
{
border-color: #A47FB3;
}
</style>