Shades of East Side #A57CAF
Tints of East Side #A57CAF
RGB
CMYK
RGB Variations
Color information
#A57CAF (or 0xA57CAF) is known color: East Side. HEX triplet: A5, 7C and AF. RGB value is (165,124,175). Sum of RGB (Red+Green+Blue) = 165+124+175=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #A57CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CAF is #5A8350. Grayscale: #8D8D8D. Windows color (decimal): -5931857 or 11500709. OLE color: 11500709.
HSL color Cylindrical-coordinate representation of color #A57CAF: hue angle of 288.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57CAF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 124 | 175 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.31 |
| HSL | 288.24º | 0.24% | 0.59% | - |
| HSV(B) | 288.24º | 0.29% | 0.69% | - |
| XYZ | 30.46 | 25.51 | 43.88 | - |
| YUV | 142.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 175 | 0.06 | 0.29 | 0 | 0.31 | 288.24 | 0.24 | 0.59 |
| Hex | A5 | 7C | AF | 6 | 1D | 0 | 1F | 120 | 18 | 3B |
| Octal | 245 | 174 | 257 | 6 | 35 | 0 | 37 | 440 | 30 | 73 |
| Binary | 10100101 | 1111100 | 10101111 | 110 | 11101 | 0 | 11111 | 100100000 | 11000 | 111011 |
Color Harmonies of #A57CAF
Complementary color
Monochromatic Colors of #A57CAF
Black with #A57CAF
Text Example
Text Example
White with #A57CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CAF; }
p { color: rgb(165,124,175); }
H1.HeaderClassName
{
color: #A57CAF;
}
.AnyTagClassName
{
color: #A57CAF;
}
</style>
background-color css
<style>
a { background-color: #A57CAF; }
a { background-color: rgb(165,124,175); }
div.DivClassName
{
background-color: #A57CAF;
}
.BgClassName
{
background-color: #A57CAF;
}
</style>
border-color css
<style>
span { border-color: #A57CAF; }
span { border-color: rgb(165,124,175); }
td.TdClassName
{
border-color: #A57CAF;
}
.TagClassName
{
border-color: #A57CAF;
}
</style>