Shades of East Side #A47FAE
Tints of East Side #A47FAE
RGB
CMYK
RGB Variations
Color information
#A47FAE (or 0xA47FAE) is known color: East Side. HEX triplet: A4, 7F and AE. RGB value is (164,127,174). Sum of RGB (Red+Green+Blue) = 164+127+174=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #A47FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAE is #5B8051. Grayscale: #8F8F8F. Windows color (decimal): -5996626 or 11435940. OLE color: 11435940.
HSL color Cylindrical-coordinate representation of color #A47FAE: hue angle of 287.23º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47FAE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 127 | 174 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.32 |
| HSL | 287.23º | 0.22% | 0.59% | - |
| HSV(B) | 287.23º | 0.27% | 0.68% | - |
| XYZ | 30.54 | 26.13 | 43.48 | - |
| YUV | 143.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 174 | 0.06 | 0.27 | 0 | 0.32 | 287.23 | 0.22 | 0.59 |
| Hex | A4 | 7F | AE | 6 | 1B | 0 | 20 | 11F | 16 | 3B |
| Octal | 244 | 177 | 256 | 6 | 33 | 0 | 40 | 437 | 26 | 73 |
| Binary | 10100100 | 1111111 | 10101110 | 110 | 11011 | 0 | 100000 | 100011111 | 10110 | 111011 |
Color Harmonies of #A47FAE
Complementary color
Monochromatic Colors of #A47FAE
Black with #A47FAE
Text Example
Text Example
White with #A47FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FAE; }
p { color: rgb(164,127,174); }
H1.HeaderClassName
{
color: #A47FAE;
}
.AnyTagClassName
{
color: #A47FAE;
}
</style>
background-color css
<style>
a { background-color: #A47FAE; }
a { background-color: rgb(164,127,174); }
div.DivClassName
{
background-color: #A47FAE;
}
.BgClassName
{
background-color: #A47FAE;
}
</style>
border-color css
<style>
span { border-color: #A47FAE; }
span { border-color: rgb(164,127,174); }
td.TdClassName
{
border-color: #A47FAE;
}
.TagClassName
{
border-color: #A47FAE;
}
</style>