Shades of East Side #A59AAD
Tints of East Side #A59AAD
RGB
CMYK
RGB Variations
Color information
#A59AAD (or 0xA59AAD) is known color: East Side. HEX triplet: A5, 9A and AD. RGB value is (165,154,173). Sum of RGB (Red+Green+Blue) = 165+154+173=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A59AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AAD is #5A6552. Grayscale: #9F9F9F. Windows color (decimal): -5924179 or 11377317. OLE color: 11377317.
HSL color Cylindrical-coordinate representation of color #A59AAD: hue angle of 274.74º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59AAD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 154 | 173 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.32 |
| HSL | 274.74º | 0.1% | 0.64% | - |
| HSV(B) | 274.74º | 0.11% | 0.68% | - |
| XYZ | 34.62 | 34.13 | 44.3 | - |
| YUV | 159.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 173 | 0.05 | 0.11 | 0 | 0.32 | 274.74 | 0.1 | 0.64 |
| Hex | A5 | 9A | AD | 5 | B | 0 | 20 | 113 | A | 40 |
| Octal | 245 | 232 | 255 | 5 | 13 | 0 | 40 | 423 | 12 | 100 |
| Binary | 10100101 | 10011010 | 10101101 | 101 | 1011 | 0 | 100000 | 100010011 | 1010 | 1000000 |
Color Harmonies of #A59AAD
Complementary color
Monochromatic Colors of #A59AAD
Black with #A59AAD
Text Example
Text Example
White with #A59AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AAD; }
p { color: rgb(165,154,173); }
H1.HeaderClassName
{
color: #A59AAD;
}
.AnyTagClassName
{
color: #A59AAD;
}
</style>
background-color css
<style>
a { background-color: #A59AAD; }
a { background-color: rgb(165,154,173); }
div.DivClassName
{
background-color: #A59AAD;
}
.BgClassName
{
background-color: #A59AAD;
}
</style>
border-color css
<style>
span { border-color: #A59AAD; }
span { border-color: rgb(165,154,173); }
td.TdClassName
{
border-color: #A59AAD;
}
.TagClassName
{
border-color: #A59AAD;
}
</style>