Shades of East Side #A57FB0
Tints of East Side #A57FB0
RGB
CMYK
RGB Variations
Color information
#A57FB0 (or 0xA57FB0) is known color: East Side. HEX triplet: A5, 7F and B0. RGB value is (165,127,176). Sum of RGB (Red+Green+Blue) = 165+127+176=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 176 - color contains mainly: blue. Hex color #A57FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FB0 is #5A804F. Grayscale: #8F8F8F. Windows color (decimal): -5931088 or 11567013. OLE color: 11567013.
HSL color Cylindrical-coordinate representation of color #A57FB0: hue angle of 286.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57FB0 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 127 | 176 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.31 |
| HSL | 286.53º | 0.24% | 0.59% | - |
| HSV(B) | 286.53º | 0.28% | 0.69% | - |
| XYZ | 30.94 | 26.31 | 44.52 | - |
| YUV | 143.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 176 | 0.06 | 0.28 | 0 | 0.31 | 286.53 | 0.24 | 0.59 |
| Hex | A5 | 7F | B0 | 6 | 1C | 0 | 1F | 11F | 18 | 3B |
| Octal | 245 | 177 | 260 | 6 | 34 | 0 | 37 | 437 | 30 | 73 |
| Binary | 10100101 | 1111111 | 10110000 | 110 | 11100 | 0 | 11111 | 100011111 | 11000 | 111011 |
Color Harmonies of #A57FB0
Complementary color
Monochromatic Colors of #A57FB0
Black with #A57FB0
Text Example
Text Example
White with #A57FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FB0; }
p { color: rgb(165,127,176); }
H1.HeaderClassName
{
color: #A57FB0;
}
.AnyTagClassName
{
color: #A57FB0;
}
</style>
background-color css
<style>
a { background-color: #A57FB0; }
a { background-color: rgb(165,127,176); }
div.DivClassName
{
background-color: #A57FB0;
}
.BgClassName
{
background-color: #A57FB0;
}
</style>
border-color css
<style>
span { border-color: #A57FB0; }
span { border-color: rgb(165,127,176); }
td.TdClassName
{
border-color: #A57FB0;
}
.TagClassName
{
border-color: #A57FB0;
}
</style>