Shades of East Side #A57EBB
Tints of East Side #A57EBB
RGB
CMYK
RGB Variations
Color information
#A57EBB (or 0xA57EBB) is known color: East Side. HEX triplet: A5, 7E and BB. RGB value is (165,126,187). Sum of RGB (Red+Green+Blue) = 165+126+187=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EBB is #5A8144. Grayscale: #909090. Windows color (decimal): -5931333 or 12287653. OLE color: 12287653.
HSL color Cylindrical-coordinate representation of color #A57EBB: hue angle of 278.36º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57EBB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 126 | 187 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.27 |
| HSL | 278.36º | 0.31% | 0.61% | - |
| HSV(B) | 278.36º | 0.33% | 0.73% | - |
| XYZ | 31.95 | 26.51 | 50.45 | - |
| YUV | 144.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 187 | 0.12 | 0.33 | 0 | 0.27 | 278.36 | 0.31 | 0.61 |
| Hex | A5 | 7E | BB | C | 21 | 0 | 1B | 116 | 1F | 3D |
| Octal | 245 | 176 | 273 | 14 | 41 | 0 | 33 | 426 | 37 | 75 |
| Binary | 10100101 | 1111110 | 10111011 | 1100 | 100001 | 0 | 11011 | 100010110 | 11111 | 111101 |
Color Harmonies of #A57EBB
Complementary color
Monochromatic Colors of #A57EBB
Black with #A57EBB
Text Example
Text Example
White with #A57EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EBB; }
p { color: rgb(165,126,187); }
H1.HeaderClassName
{
color: #A57EBB;
}
.AnyTagClassName
{
color: #A57EBB;
}
</style>
background-color css
<style>
a { background-color: #A57EBB; }
a { background-color: rgb(165,126,187); }
div.DivClassName
{
background-color: #A57EBB;
}
.BgClassName
{
background-color: #A57EBB;
}
</style>
border-color css
<style>
span { border-color: #A57EBB; }
span { border-color: rgb(165,126,187); }
td.TdClassName
{
border-color: #A57EBB;
}
.TagClassName
{
border-color: #A57EBB;
}
</style>