Shades of East Side #A57DC4
Tints of East Side #A57DC4
RGB
CMYK
RGB Variations
Color information
#A57DC4 (or 0xA57DC4) is known color: East Side. HEX triplet: A5, 7D and C4. RGB value is (165,125,196). Sum of RGB (Red+Green+Blue) = 165+125+196=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #A57DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DC4 is #5A823B. Grayscale: #909090. Windows color (decimal): -5931580 or 12877221. OLE color: 12877221.
HSL color Cylindrical-coordinate representation of color #A57DC4: hue angle of 273.8º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A57DC4 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 125 | 196 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.23 |
| HSL | 273.8º | 0.38% | 0.63% | - |
| HSV(B) | 273.8º | 0.36% | 0.77% | - |
| XYZ | 32.81 | 26.65 | 55.64 | - |
| YUV | 145.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 196 | 0.16 | 0.36 | 0 | 0.23 | 273.8 | 0.38 | 0.63 |
| Hex | A5 | 7D | C4 | 10 | 24 | 0 | 17 | 112 | 26 | 3F |
| Octal | 245 | 175 | 304 | 20 | 44 | 0 | 27 | 422 | 46 | 77 |
| Binary | 10100101 | 1111101 | 11000100 | 10000 | 100100 | 0 | 10111 | 100010010 | 100110 | 111111 |
Color Harmonies of #A57DC4
Complementary color
Monochromatic Colors of #A57DC4
Black with #A57DC4
Text Example
Text Example
White with #A57DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DC4; }
p { color: rgb(165,125,196); }
H1.HeaderClassName
{
color: #A57DC4;
}
.AnyTagClassName
{
color: #A57DC4;
}
</style>
background-color css
<style>
a { background-color: #A57DC4; }
a { background-color: rgb(165,125,196); }
div.DivClassName
{
background-color: #A57DC4;
}
.BgClassName
{
background-color: #A57DC4;
}
</style>
border-color css
<style>
span { border-color: #A57DC4; }
span { border-color: rgb(165,125,196); }
td.TdClassName
{
border-color: #A57DC4;
}
.TagClassName
{
border-color: #A57DC4;
}
</style>