Shades of East Side #A57FBC
Tints of East Side #A57FBC
RGB
CMYK
RGB Variations
Color information
#A57FBC (or 0xA57FBC) is known color: East Side. HEX triplet: A5, 7F and BC. RGB value is (165,127,188). Sum of RGB (Red+Green+Blue) = 165+127+188=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #A57FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FBC is #5A8043. Grayscale: #919191. Windows color (decimal): -5931076 or 12353445. OLE color: 12353445.
HSL color Cylindrical-coordinate representation of color #A57FBC: hue angle of 277.38º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57FBC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 127 | 188 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.26 |
| HSL | 277.38º | 0.31% | 0.62% | - |
| HSV(B) | 277.38º | 0.32% | 0.74% | - |
| XYZ | 32.18 | 26.81 | 51.06 | - |
| YUV | 145.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 188 | 0.12 | 0.32 | 0 | 0.26 | 277.38 | 0.31 | 0.62 |
| Hex | A5 | 7F | BC | C | 20 | 0 | 1A | 115 | 1F | 3E |
| Octal | 245 | 177 | 274 | 14 | 40 | 0 | 32 | 425 | 37 | 76 |
| Binary | 10100101 | 1111111 | 10111100 | 1100 | 100000 | 0 | 11010 | 100010101 | 11111 | 111110 |
Color Harmonies of #A57FBC
Complementary color
Monochromatic Colors of #A57FBC
Black with #A57FBC
Text Example
Text Example
White with #A57FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FBC; }
p { color: rgb(165,127,188); }
H1.HeaderClassName
{
color: #A57FBC;
}
.AnyTagClassName
{
color: #A57FBC;
}
</style>
background-color css
<style>
a { background-color: #A57FBC; }
a { background-color: rgb(165,127,188); }
div.DivClassName
{
background-color: #A57FBC;
}
.BgClassName
{
background-color: #A57FBC;
}
</style>
border-color css
<style>
span { border-color: #A57FBC; }
span { border-color: rgb(165,127,188); }
td.TdClassName
{
border-color: #A57FBC;
}
.TagClassName
{
border-color: #A57FBC;
}
</style>