Shades of East Side #A589AE
Tints of East Side #A589AE
RGB
CMYK
RGB Variations
Color information
#A589AE (or 0xA589AE) is known color: East Side. HEX triplet: A5, 89 and AE. RGB value is (165,137,174). Sum of RGB (Red+Green+Blue) = 165+137+174=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A589AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589AE is #5A7651. Grayscale: #959595. Windows color (decimal): -5928530 or 11438501. OLE color: 11438501.
HSL color Cylindrical-coordinate representation of color #A589AE: hue angle of 285.41º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A589AE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 137 | 174 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.32 |
| HSL | 285.41º | 0.19% | 0.61% | - |
| HSV(B) | 285.41º | 0.21% | 0.68% | - |
| XYZ | 32.1 | 28.95 | 43.94 | - |
| YUV | 149.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 174 | 0.05 | 0.21 | 0 | 0.32 | 285.41 | 0.19 | 0.61 |
| Hex | A5 | 89 | AE | 5 | 15 | 0 | 20 | 11D | 13 | 3D |
| Octal | 245 | 211 | 256 | 5 | 25 | 0 | 40 | 435 | 23 | 75 |
| Binary | 10100101 | 10001001 | 10101110 | 101 | 10101 | 0 | 100000 | 100011101 | 10011 | 111101 |
Color Harmonies of #A589AE
Complementary color
Monochromatic Colors of #A589AE
Black with #A589AE
Text Example
Text Example
White with #A589AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589AE; }
p { color: rgb(165,137,174); }
H1.HeaderClassName
{
color: #A589AE;
}
.AnyTagClassName
{
color: #A589AE;
}
</style>
background-color css
<style>
a { background-color: #A589AE; }
a { background-color: rgb(165,137,174); }
div.DivClassName
{
background-color: #A589AE;
}
.BgClassName
{
background-color: #A589AE;
}
</style>
border-color css
<style>
span { border-color: #A589AE; }
span { border-color: rgb(165,137,174); }
td.TdClassName
{
border-color: #A589AE;
}
.TagClassName
{
border-color: #A589AE;
}
</style>