Shades of East Side #A59BAD
Tints of East Side #A59BAD
RGB
CMYK
RGB Variations
Color information
#A59BAD (or 0xA59BAD) is known color: East Side. HEX triplet: A5, 9B and AD. RGB value is (165,155,173). Sum of RGB (Red+Green+Blue) = 165+155+173=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A59BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAD is #5A6452. Grayscale: #9F9F9F. Windows color (decimal): -5923923 or 11377573. OLE color: 11377573.
HSL color Cylindrical-coordinate representation of color #A59BAD: hue angle of 273.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A59BAD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 155 | 173 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.32 |
| HSL | 273.33º | 0.1% | 0.64% | - |
| HSV(B) | 273.33º | 0.1% | 0.68% | - |
| XYZ | 34.78 | 34.46 | 44.35 | - |
| YUV | 160.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 173 | 0.05 | 0.10 | 0 | 0.32 | 273.33 | 0.1 | 0.64 |
| Hex | A5 | 9B | AD | 5 | A | 0 | 20 | 111 | A | 40 |
| Octal | 245 | 233 | 255 | 5 | 12 | 0 | 40 | 421 | 12 | 100 |
| Binary | 10100101 | 10011011 | 10101101 | 101 | 1010 | 0 | 100000 | 100010001 | 1010 | 1000000 |
Color Harmonies of #A59BAD
Complementary color
Monochromatic Colors of #A59BAD
Black with #A59BAD
Text Example
Text Example
White with #A59BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BAD; }
p { color: rgb(165,155,173); }
H1.HeaderClassName
{
color: #A59BAD;
}
.AnyTagClassName
{
color: #A59BAD;
}
</style>
background-color css
<style>
a { background-color: #A59BAD; }
a { background-color: rgb(165,155,173); }
div.DivClassName
{
background-color: #A59BAD;
}
.BgClassName
{
background-color: #A59BAD;
}
</style>
border-color css
<style>
span { border-color: #A59BAD; }
span { border-color: rgb(165,155,173); }
td.TdClassName
{
border-color: #A59BAD;
}
.TagClassName
{
border-color: #A59BAD;
}
</style>