Shades of East Side #A47CC3
Tints of East Side #A47CC3
RGB
CMYK
RGB Variations
Color information
#A47CC3 (or 0xA47CC3) is known color: East Side. HEX triplet: A4, 7C and C3. RGB value is (164,124,195). Sum of RGB (Red+Green+Blue) = 164+124+195=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #A47CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CC3 is #5B833C. Grayscale: #8F8F8F. Windows color (decimal): -5997373 or 12811428. OLE color: 12811428.
HSL color Cylindrical-coordinate representation of color #A47CC3: hue angle of 273.8º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A47CC3 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 124 | 195 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.24 |
| HSL | 273.8º | 0.37% | 0.63% | - |
| HSV(B) | 273.8º | 0.36% | 0.76% | - |
| XYZ | 32.37 | 26.25 | 54.99 | - |
| YUV | 144.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 195 | 0.16 | 0.36 | 0 | 0.24 | 273.8 | 0.37 | 0.63 |
| Hex | A4 | 7C | C3 | 10 | 24 | 0 | 18 | 112 | 25 | 3F |
| Octal | 244 | 174 | 303 | 20 | 44 | 0 | 30 | 422 | 45 | 77 |
| Binary | 10100100 | 1111100 | 11000011 | 10000 | 100100 | 0 | 11000 | 100010010 | 100101 | 111111 |
Color Harmonies of #A47CC3
Complementary color
Monochromatic Colors of #A47CC3
Black with #A47CC3
Text Example
Text Example
White with #A47CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CC3; }
p { color: rgb(164,124,195); }
H1.HeaderClassName
{
color: #A47CC3;
}
.AnyTagClassName
{
color: #A47CC3;
}
</style>
background-color css
<style>
a { background-color: #A47CC3; }
a { background-color: rgb(164,124,195); }
div.DivClassName
{
background-color: #A47CC3;
}
.BgClassName
{
background-color: #A47CC3;
}
</style>
border-color css
<style>
span { border-color: #A47CC3; }
span { border-color: rgb(164,124,195); }
td.TdClassName
{
border-color: #A47CC3;
}
.TagClassName
{
border-color: #A47CC3;
}
</style>