Shades of East Side #A47FBE
Tints of East Side #A47FBE
RGB
CMYK
RGB Variations
Color information
#A47FBE (or 0xA47FBE) is known color: East Side. HEX triplet: A4, 7F and BE. RGB value is (164,127,190). Sum of RGB (Red+Green+Blue) = 164+127+190=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #A47FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FBE is #5B8041. Grayscale: #919191. Windows color (decimal): -5996610 or 12484516. OLE color: 12484516.
HSL color Cylindrical-coordinate representation of color #A47FBE: hue angle of 275.24º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A47FBE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 127 | 190 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.25 |
| HSL | 275.24º | 0.33% | 0.62% | - |
| HSV(B) | 275.24º | 0.33% | 0.75% | - |
| XYZ | 32.19 | 26.79 | 52.19 | - |
| YUV | 145.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 190 | 0.14 | 0.33 | 0 | 0.25 | 275.24 | 0.33 | 0.62 |
| Hex | A4 | 7F | BE | E | 21 | 0 | 19 | 113 | 21 | 3E |
| Octal | 244 | 177 | 276 | 16 | 41 | 0 | 31 | 423 | 41 | 76 |
| Binary | 10100100 | 1111111 | 10111110 | 1110 | 100001 | 0 | 11001 | 100010011 | 100001 | 111110 |
Color Harmonies of #A47FBE
Complementary color
Monochromatic Colors of #A47FBE
Black with #A47FBE
Text Example
Text Example
White with #A47FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FBE; }
p { color: rgb(164,127,190); }
H1.HeaderClassName
{
color: #A47FBE;
}
.AnyTagClassName
{
color: #A47FBE;
}
</style>
background-color css
<style>
a { background-color: #A47FBE; }
a { background-color: rgb(164,127,190); }
div.DivClassName
{
background-color: #A47FBE;
}
.BgClassName
{
background-color: #A47FBE;
}
</style>
border-color css
<style>
span { border-color: #A47FBE; }
span { border-color: rgb(164,127,190); }
td.TdClassName
{
border-color: #A47FBE;
}
.TagClassName
{
border-color: #A47FBE;
}
</style>