Shades of East Side #A57CBB
Tints of East Side #A57CBB
RGB
CMYK
RGB Variations
Color information
#A57CBB (or 0xA57CBB) is known color: East Side. HEX triplet: A5, 7C and BB. RGB value is (165,124,187). Sum of RGB (Red+Green+Blue) = 165+124+187=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CBB is #5A8344. Grayscale: #8F8F8F. Windows color (decimal): -5931845 or 12287141. OLE color: 12287141.
HSL color Cylindrical-coordinate representation of color #A57CBB: hue angle of 279.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A57CBB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 124 | 187 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.27 |
| HSL | 279.05º | 0.32% | 0.61% | - |
| HSV(B) | 279.05º | 0.34% | 0.73% | - |
| XYZ | 31.69 | 26 | 50.36 | - |
| YUV | 143.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 187 | 0.12 | 0.34 | 0 | 0.27 | 279.05 | 0.32 | 0.61 |
| Hex | A5 | 7C | BB | C | 22 | 0 | 1B | 117 | 20 | 3D |
| Octal | 245 | 174 | 273 | 14 | 42 | 0 | 33 | 427 | 40 | 75 |
| Binary | 10100101 | 1111100 | 10111011 | 1100 | 100010 | 0 | 11011 | 100010111 | 100000 | 111101 |
Color Harmonies of #A57CBB
Complementary color
Monochromatic Colors of #A57CBB
Black with #A57CBB
Text Example
Text Example
White with #A57CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CBB; }
p { color: rgb(165,124,187); }
H1.HeaderClassName
{
color: #A57CBB;
}
.AnyTagClassName
{
color: #A57CBB;
}
</style>
background-color css
<style>
a { background-color: #A57CBB; }
a { background-color: rgb(165,124,187); }
div.DivClassName
{
background-color: #A57CBB;
}
.BgClassName
{
background-color: #A57CBB;
}
</style>
border-color css
<style>
span { border-color: #A57CBB; }
span { border-color: rgb(165,124,187); }
td.TdClassName
{
border-color: #A57CBB;
}
.TagClassName
{
border-color: #A57CBB;
}
</style>