Shades of East Side #A57CBC
Tints of East Side #A57CBC
RGB
CMYK
RGB Variations
Color information
#A57CBC (or 0xA57CBC) is known color: East Side. HEX triplet: A5, 7C and BC. RGB value is (165,124,188). Sum of RGB (Red+Green+Blue) = 165+124+188=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A57CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CBC is #5A8343. Grayscale: #8F8F8F. Windows color (decimal): -5931844 or 12352677. OLE color: 12352677.
HSL color Cylindrical-coordinate representation of color #A57CBC: hue angle of 278.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A57CBC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 124 | 188 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.26 |
| HSL | 278.44º | 0.32% | 0.61% | - |
| HSV(B) | 278.44º | 0.34% | 0.74% | - |
| XYZ | 31.8 | 26.05 | 50.93 | - |
| YUV | 143.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 188 | 0.12 | 0.34 | 0 | 0.26 | 278.44 | 0.32 | 0.61 |
| Hex | A5 | 7C | BC | C | 22 | 0 | 1A | 116 | 20 | 3D |
| Octal | 245 | 174 | 274 | 14 | 42 | 0 | 32 | 426 | 40 | 75 |
| Binary | 10100101 | 1111100 | 10111100 | 1100 | 100010 | 0 | 11010 | 100010110 | 100000 | 111101 |
Color Harmonies of #A57CBC
Complementary color
Monochromatic Colors of #A57CBC
Black with #A57CBC
Text Example
Text Example
White with #A57CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CBC; }
p { color: rgb(165,124,188); }
H1.HeaderClassName
{
color: #A57CBC;
}
.AnyTagClassName
{
color: #A57CBC;
}
</style>
background-color css
<style>
a { background-color: #A57CBC; }
a { background-color: rgb(165,124,188); }
div.DivClassName
{
background-color: #A57CBC;
}
.BgClassName
{
background-color: #A57CBC;
}
</style>
border-color css
<style>
span { border-color: #A57CBC; }
span { border-color: rgb(165,124,188); }
td.TdClassName
{
border-color: #A57CBC;
}
.TagClassName
{
border-color: #A57CBC;
}
</style>