Shades of East Side #A47FC1
Tints of East Side #A47FC1
RGB
CMYK
RGB Variations
Color information
#A47FC1 (or 0xA47FC1) is known color: East Side. HEX triplet: A4, 7F and C1. RGB value is (164,127,193). Sum of RGB (Red+Green+Blue) = 164+127+193=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #A47FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FC1 is #5B803E. Grayscale: #919191. Windows color (decimal): -5996607 or 12681124. OLE color: 12681124.
HSL color Cylindrical-coordinate representation of color #A47FC1: hue angle of 273.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47FC1 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 127 | 193 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.24 |
| HSL | 273.64º | 0.35% | 0.63% | - |
| HSV(B) | 273.64º | 0.34% | 0.76% | - |
| XYZ | 32.52 | 26.92 | 53.93 | - |
| YUV | 145.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 193 | 0.15 | 0.34 | 0 | 0.24 | 273.64 | 0.35 | 0.63 |
| Hex | A4 | 7F | C1 | F | 22 | 0 | 18 | 112 | 23 | 3F |
| Octal | 244 | 177 | 301 | 17 | 42 | 0 | 30 | 422 | 43 | 77 |
| Binary | 10100100 | 1111111 | 11000001 | 1111 | 100010 | 0 | 11000 | 100010010 | 100011 | 111111 |
Color Harmonies of #A47FC1
Complementary color
Monochromatic Colors of #A47FC1
Black with #A47FC1
Text Example
Text Example
White with #A47FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FC1; }
p { color: rgb(164,127,193); }
H1.HeaderClassName
{
color: #A47FC1;
}
.AnyTagClassName
{
color: #A47FC1;
}
</style>
background-color css
<style>
a { background-color: #A47FC1; }
a { background-color: rgb(164,127,193); }
div.DivClassName
{
background-color: #A47FC1;
}
.BgClassName
{
background-color: #A47FC1;
}
</style>
border-color css
<style>
span { border-color: #A47FC1; }
span { border-color: rgb(164,127,193); }
td.TdClassName
{
border-color: #A47FC1;
}
.TagClassName
{
border-color: #A47FC1;
}
</style>