Shades of East Side #A589C0
Tints of East Side #A589C0
RGB
CMYK
RGB Variations
Color information
#A589C0 (or 0xA589C0) is known color: East Side. HEX triplet: A5, 89 and C0. RGB value is (165,137,192). Sum of RGB (Red+Green+Blue) = 165+137+192=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #A589C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589C0 is #5A763F. Grayscale: #979797. Windows color (decimal): -5928512 or 12618149. OLE color: 12618149.
HSL color Cylindrical-coordinate representation of color #A589C0: hue angle of 270.55º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A589C0 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 137 | 192 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.25 |
| HSL | 270.55º | 0.3% | 0.65% | - |
| HSV(B) | 270.55º | 0.29% | 0.75% | - |
| XYZ | 33.98 | 29.7 | 53.81 | - |
| YUV | 151.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 192 | 0.14 | 0.29 | 0 | 0.25 | 270.55 | 0.3 | 0.65 |
| Hex | A5 | 89 | C0 | E | 1D | 0 | 19 | 10F | 1E | 41 |
| Octal | 245 | 211 | 300 | 16 | 35 | 0 | 31 | 417 | 36 | 101 |
| Binary | 10100101 | 10001001 | 11000000 | 1110 | 11101 | 0 | 11001 | 100001111 | 11110 | 1000001 |
Color Harmonies of #A589C0
Complementary color
Monochromatic Colors of #A589C0
Black with #A589C0
Text Example
Text Example
White with #A589C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589C0; }
p { color: rgb(165,137,192); }
H1.HeaderClassName
{
color: #A589C0;
}
.AnyTagClassName
{
color: #A589C0;
}
</style>
background-color css
<style>
a { background-color: #A589C0; }
a { background-color: rgb(165,137,192); }
div.DivClassName
{
background-color: #A589C0;
}
.BgClassName
{
background-color: #A589C0;
}
</style>
border-color css
<style>
span { border-color: #A589C0; }
span { border-color: rgb(165,137,192); }
td.TdClassName
{
border-color: #A589C0;
}
.TagClassName
{
border-color: #A589C0;
}
</style>