Shades of East Side #A57AAF
Tints of East Side #A57AAF
RGB
CMYK
RGB Variations
Color information
#A57AAF (or 0xA57AAF) is known color: East Side. HEX triplet: A5, 7A and AF. RGB value is (165,122,175). Sum of RGB (Red+Green+Blue) = 165+122+175=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #A57AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAF is #5A8550. Grayscale: #8C8C8C. Windows color (decimal): -5932369 or 11500197. OLE color: 11500197.
HSL color Cylindrical-coordinate representation of color #A57AAF: hue angle of 288.68º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57AAF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 122 | 175 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.31 |
| HSL | 288.68º | 0.25% | 0.58% | - |
| HSV(B) | 288.68º | 0.3% | 0.69% | - |
| XYZ | 30.21 | 25.01 | 43.79 | - |
| YUV | 140.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 175 | 0.06 | 0.30 | 0 | 0.31 | 288.68 | 0.25 | 0.58 |
| Hex | A5 | 7A | AF | 6 | 1E | 0 | 1F | 121 | 19 | 3A |
| Octal | 245 | 172 | 257 | 6 | 36 | 0 | 37 | 441 | 31 | 72 |
| Binary | 10100101 | 1111010 | 10101111 | 110 | 11110 | 0 | 11111 | 100100001 | 11001 | 111010 |
Color Harmonies of #A57AAF
Complementary color
Monochromatic Colors of #A57AAF
Black with #A57AAF
Text Example
Text Example
White with #A57AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AAF; }
p { color: rgb(165,122,175); }
H1.HeaderClassName
{
color: #A57AAF;
}
.AnyTagClassName
{
color: #A57AAF;
}
</style>
background-color css
<style>
a { background-color: #A57AAF; }
a { background-color: rgb(165,122,175); }
div.DivClassName
{
background-color: #A57AAF;
}
.BgClassName
{
background-color: #A57AAF;
}
</style>
border-color css
<style>
span { border-color: #A57AAF; }
span { border-color: rgb(165,122,175); }
td.TdClassName
{
border-color: #A57AAF;
}
.TagClassName
{
border-color: #A57AAF;
}
</style>