Shades of East Side #A57FC9
Tints of East Side #A57FC9
RGB
CMYK
RGB Variations
Color information
#A57FC9 (or 0xA57FC9) is known color: East Side. HEX triplet: A5, 7F and C9. RGB value is (165,127,201). Sum of RGB (Red+Green+Blue) = 165+127+201=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #A57FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FC9 is #5A8036. Grayscale: #929292. Windows color (decimal): -5931063 or 13205413. OLE color: 13205413.
HSL color Cylindrical-coordinate representation of color #A57FC9: hue angle of 270.81º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A57FC9 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 127 | 201 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.21 |
| HSL | 270.81º | 0.41% | 0.64% | - |
| HSV(B) | 270.81º | 0.37% | 0.79% | - |
| XYZ | 33.65 | 27.4 | 58.77 | - |
| YUV | 146.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 201 | 0.18 | 0.37 | 0 | 0.21 | 270.81 | 0.41 | 0.64 |
| Hex | A5 | 7F | C9 | 12 | 25 | 0 | 15 | 10F | 29 | 40 |
| Octal | 245 | 177 | 311 | 22 | 45 | 0 | 25 | 417 | 51 | 100 |
| Binary | 10100101 | 1111111 | 11001001 | 10010 | 100101 | 0 | 10101 | 100001111 | 101001 | 1000000 |
Color Harmonies of #A57FC9
Complementary color
Monochromatic Colors of #A57FC9
Black with #A57FC9
Text Example
Text Example
White with #A57FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57FC9; }
p { color: rgb(165,127,201); }
H1.HeaderClassName
{
color: #A57FC9;
}
.AnyTagClassName
{
color: #A57FC9;
}
</style>
background-color css
<style>
a { background-color: #A57FC9; }
a { background-color: rgb(165,127,201); }
div.DivClassName
{
background-color: #A57FC9;
}
.BgClassName
{
background-color: #A57FC9;
}
</style>
border-color css
<style>
span { border-color: #A57FC9; }
span { border-color: rgb(165,127,201); }
td.TdClassName
{
border-color: #A57FC9;
}
.TagClassName
{
border-color: #A57FC9;
}
</style>