Shades of East Side #A59DAF
Tints of East Side #A59DAF
RGB
CMYK
RGB Variations
Color information
#A59DAF (or 0xA59DAF) is known color: East Side. HEX triplet: A5, 9D and AF. RGB value is (165,157,175). Sum of RGB (Red+Green+Blue) = 165+157+175=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #A59DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAF is #5A6250. Grayscale: #A1A1A1. Windows color (decimal): -5923409 or 11509157. OLE color: 11509157.
HSL color Cylindrical-coordinate representation of color #A59DAF: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A59DAF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 157 | 175 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.31 |
| HSL | 266.67º | 0.1% | 0.65% | - |
| HSV(B) | 266.67º | 0.1% | 0.69% | - |
| XYZ | 35.31 | 35.21 | 45.49 | - |
| YUV | 161.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 175 | 0.06 | 0.10 | 0 | 0.31 | 266.67 | 0.1 | 0.65 |
| Hex | A5 | 9D | AF | 6 | A | 0 | 1F | 10B | A | 41 |
| Octal | 245 | 235 | 257 | 6 | 12 | 0 | 37 | 413 | 12 | 101 |
| Binary | 10100101 | 10011101 | 10101111 | 110 | 1010 | 0 | 11111 | 100001011 | 1010 | 1000001 |
Color Harmonies of #A59DAF
Complementary color
Monochromatic Colors of #A59DAF
Black with #A59DAF
Text Example
Text Example
White with #A59DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DAF; }
p { color: rgb(165,157,175); }
H1.HeaderClassName
{
color: #A59DAF;
}
.AnyTagClassName
{
color: #A59DAF;
}
</style>
background-color css
<style>
a { background-color: #A59DAF; }
a { background-color: rgb(165,157,175); }
div.DivClassName
{
background-color: #A59DAF;
}
.BgClassName
{
background-color: #A59DAF;
}
</style>
border-color css
<style>
span { border-color: #A59DAF; }
span { border-color: rgb(165,157,175); }
td.TdClassName
{
border-color: #A59DAF;
}
.TagClassName
{
border-color: #A59DAF;
}
</style>