Shades of East Side #A57FB5
Tints of East Side #A57FB5
RGB
CMYK
RGB Variations
Color information
#A57FB5 (or 0xA57FB5) is known color: East Side. HEX triplet: A5, 7F and B5. RGB value is (165,127,181). Sum of RGB (Red+Green+Blue) = 165+127+181=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #A57FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FB5 is #5A804A. Grayscale: #909090. Windows color (decimal): -5931083 or 11894693. OLE color: 11894693.
HSL color Cylindrical-coordinate representation of color #A57FB5: hue angle of 282.22º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57FB5 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 127 | 181 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.29 |
| HSL | 282.22º | 0.27% | 0.6% | - |
| HSV(B) | 282.22º | 0.3% | 0.71% | - |
| XYZ | 31.45 | 26.51 | 47.18 | - |
| YUV | 144.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 181 | 0.09 | 0.30 | 0 | 0.29 | 282.22 | 0.27 | 0.6 |
| Hex | A5 | 7F | B5 | 9 | 1E | 0 | 1D | 11A | 1B | 3C |
| Octal | 245 | 177 | 265 | 11 | 36 | 0 | 35 | 432 | 33 | 74 |
| Binary | 10100101 | 1111111 | 10110101 | 1001 | 11110 | 0 | 11101 | 100011010 | 11011 | 111100 |
Color Harmonies of #A57FB5
Complementary color
Monochromatic Colors of #A57FB5
Black with #A57FB5
Text Example
Text Example
White with #A57FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FB5; }
p { color: rgb(165,127,181); }
H1.HeaderClassName
{
color: #A57FB5;
}
.AnyTagClassName
{
color: #A57FB5;
}
</style>
background-color css
<style>
a { background-color: #A57FB5; }
a { background-color: rgb(165,127,181); }
div.DivClassName
{
background-color: #A57FB5;
}
.BgClassName
{
background-color: #A57FB5;
}
</style>
border-color css
<style>
span { border-color: #A57FB5; }
span { border-color: rgb(165,127,181); }
td.TdClassName
{
border-color: #A57FB5;
}
.TagClassName
{
border-color: #A57FB5;
}
</style>