Shades of East Side #A47EC3
Tints of East Side #A47EC3
RGB
CMYK
RGB Variations
Color information
#A47EC3 (or 0xA47EC3) is known color: East Side. HEX triplet: A4, 7E and C3. RGB value is (164,126,195). Sum of RGB (Red+Green+Blue) = 164+126+195=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #A47EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47EC3 is #5B813C. Grayscale: #909090. Windows color (decimal): -5996861 or 12811940. OLE color: 12811940.
HSL color Cylindrical-coordinate representation of color #A47EC3: hue angle of 273.04º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47EC3 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 126 | 195 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.24 |
| HSL | 273.04º | 0.37% | 0.63% | - |
| HSV(B) | 273.04º | 0.35% | 0.76% | - |
| XYZ | 32.62 | 26.75 | 55.07 | - |
| YUV | 145.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 195 | 0.16 | 0.35 | 0 | 0.24 | 273.04 | 0.37 | 0.63 |
| Hex | A4 | 7E | C3 | 10 | 23 | 0 | 18 | 111 | 25 | 3F |
| Octal | 244 | 176 | 303 | 20 | 43 | 0 | 30 | 421 | 45 | 77 |
| Binary | 10100100 | 1111110 | 11000011 | 10000 | 100011 | 0 | 11000 | 100010001 | 100101 | 111111 |
Color Harmonies of #A47EC3
Complementary color
Monochromatic Colors of #A47EC3
Black with #A47EC3
Text Example
Text Example
White with #A47EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EC3; }
p { color: rgb(164,126,195); }
H1.HeaderClassName
{
color: #A47EC3;
}
.AnyTagClassName
{
color: #A47EC3;
}
</style>
background-color css
<style>
a { background-color: #A47EC3; }
a { background-color: rgb(164,126,195); }
div.DivClassName
{
background-color: #A47EC3;
}
.BgClassName
{
background-color: #A47EC3;
}
</style>
border-color css
<style>
span { border-color: #A47EC3; }
span { border-color: rgb(164,126,195); }
td.TdClassName
{
border-color: #A47EC3;
}
.TagClassName
{
border-color: #A47EC3;
}
</style>