Shades of East Side #A57FC8
Tints of East Side #A57FC8
RGB
CMYK
RGB Variations
Color information
#A57FC8 (or 0xA57FC8) is known color: East Side. HEX triplet: A5, 7F and C8. RGB value is (165,127,200). Sum of RGB (Red+Green+Blue) = 165+127+200=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #A57FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FC8 is #5A8037. Grayscale: #929292. Windows color (decimal): -5931064 or 13139877. OLE color: 13139877.
HSL color Cylindrical-coordinate representation of color #A57FC8: hue angle of 271.23º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A57FC8 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 127 | 200 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.22 |
| HSL | 271.23º | 0.4% | 0.64% | - |
| HSV(B) | 271.23º | 0.37% | 0.78% | - |
| XYZ | 33.53 | 27.35 | 58.16 | - |
| YUV | 146.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 200 | 0.18 | 0.36 | 0 | 0.22 | 271.23 | 0.4 | 0.64 |
| Hex | A5 | 7F | C8 | 12 | 24 | 0 | 16 | 10F | 28 | 40 |
| Octal | 245 | 177 | 310 | 22 | 44 | 0 | 26 | 417 | 50 | 100 |
| Binary | 10100101 | 1111111 | 11001000 | 10010 | 100100 | 0 | 10110 | 100001111 | 101000 | 1000000 |
Color Harmonies of #A57FC8
Complementary color
Monochromatic Colors of #A57FC8
Black with #A57FC8
Text Example
Text Example
White with #A57FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FC8; }
p { color: rgb(165,127,200); }
H1.HeaderClassName
{
color: #A57FC8;
}
.AnyTagClassName
{
color: #A57FC8;
}
</style>
background-color css
<style>
a { background-color: #A57FC8; }
a { background-color: rgb(165,127,200); }
div.DivClassName
{
background-color: #A57FC8;
}
.BgClassName
{
background-color: #A57FC8;
}
</style>
border-color css
<style>
span { border-color: #A57FC8; }
span { border-color: rgb(165,127,200); }
td.TdClassName
{
border-color: #A57FC8;
}
.TagClassName
{
border-color: #A57FC8;
}
</style>