Shades of East Side #A57EC1
Tints of East Side #A57EC1
RGB
CMYK
RGB Variations
Color information
#A57EC1 (or 0xA57EC1) is known color: East Side. HEX triplet: A5, 7E and C1. RGB value is (165,126,193). Sum of RGB (Red+Green+Blue) = 165+126+193=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #A57EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EC1 is #5A813E. Grayscale: #919191. Windows color (decimal): -5931327 or 12680869. OLE color: 12680869.
HSL color Cylindrical-coordinate representation of color #A57EC1: hue angle of 274.93º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57EC1 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 126 | 193 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.24 |
| HSL | 274.93º | 0.35% | 0.63% | - |
| HSV(B) | 274.93º | 0.35% | 0.76% | - |
| XYZ | 32.6 | 26.77 | 53.9 | - |
| YUV | 145.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 193 | 0.15 | 0.35 | 0 | 0.24 | 274.93 | 0.35 | 0.63 |
| Hex | A5 | 7E | C1 | F | 23 | 0 | 18 | 113 | 23 | 3F |
| Octal | 245 | 176 | 301 | 17 | 43 | 0 | 30 | 423 | 43 | 77 |
| Binary | 10100101 | 1111110 | 11000001 | 1111 | 100011 | 0 | 11000 | 100010011 | 100011 | 111111 |
Color Harmonies of #A57EC1
Complementary color
Monochromatic Colors of #A57EC1
Black with #A57EC1
Text Example
Text Example
White with #A57EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EC1; }
p { color: rgb(165,126,193); }
H1.HeaderClassName
{
color: #A57EC1;
}
.AnyTagClassName
{
color: #A57EC1;
}
</style>
background-color css
<style>
a { background-color: #A57EC1; }
a { background-color: rgb(165,126,193); }
div.DivClassName
{
background-color: #A57EC1;
}
.BgClassName
{
background-color: #A57EC1;
}
</style>
border-color css
<style>
span { border-color: #A57EC1; }
span { border-color: rgb(165,126,193); }
td.TdClassName
{
border-color: #A57EC1;
}
.TagClassName
{
border-color: #A57EC1;
}
</style>