Shades of East Side #A57DAD
Tints of East Side #A57DAD
RGB
CMYK
RGB Variations
Color information
#A57DAD (or 0xA57DAD) is known color: East Side. HEX triplet: A5, 7D and AD. RGB value is (165,125,173). Sum of RGB (Red+Green+Blue) = 165+125+173=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A57DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DAD is #5A8252. Grayscale: #8E8E8E. Windows color (decimal): -5931603 or 11369893. OLE color: 11369893.
HSL color Cylindrical-coordinate representation of color #A57DAD: hue angle of 290º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57DAD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 125 | 173 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.32 |
| HSL | 290º | 0.23% | 0.58% | - |
| HSV(B) | 290º | 0.28% | 0.68% | - |
| XYZ | 30.39 | 25.68 | 42.89 | - |
| YUV | 142.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 173 | 0.05 | 0.28 | 0 | 0.32 | 290 | 0.23 | 0.58 |
| Hex | A5 | 7D | AD | 5 | 1C | 0 | 20 | 122 | 17 | 3A |
| Octal | 245 | 175 | 255 | 5 | 34 | 0 | 40 | 442 | 27 | 72 |
| Binary | 10100101 | 1111101 | 10101101 | 101 | 11100 | 0 | 100000 | 100100010 | 10111 | 111010 |
Color Harmonies of #A57DAD
Complementary color
Monochromatic Colors of #A57DAD
Black with #A57DAD
Text Example
Text Example
White with #A57DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DAD; }
p { color: rgb(165,125,173); }
H1.HeaderClassName
{
color: #A57DAD;
}
.AnyTagClassName
{
color: #A57DAD;
}
</style>
background-color css
<style>
a { background-color: #A57DAD; }
a { background-color: rgb(165,125,173); }
div.DivClassName
{
background-color: #A57DAD;
}
.BgClassName
{
background-color: #A57DAD;
}
</style>
border-color css
<style>
span { border-color: #A57DAD; }
span { border-color: rgb(165,125,173); }
td.TdClassName
{
border-color: #A57DAD;
}
.TagClassName
{
border-color: #A57DAD;
}
</style>