Shades of East Side #A589C2
Tints of East Side #A589C2
RGB
CMYK
RGB Variations
Color information
#A589C2 (or 0xA589C2) is known color: East Side. HEX triplet: A5, 89 and C2. RGB value is (165,137,194). Sum of RGB (Red+Green+Blue) = 165+137+194=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #A589C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589C2 is #5A763D. Grayscale: #979797. Windows color (decimal): -5928510 or 12749221. OLE color: 12749221.
HSL color Cylindrical-coordinate representation of color #A589C2: hue angle of 269.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A589C2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 137 | 194 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.24 |
| HSL | 269.47º | 0.32% | 0.65% | - |
| HSV(B) | 269.47º | 0.29% | 0.76% | - |
| XYZ | 34.2 | 29.79 | 54.99 | - |
| YUV | 151.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 194 | 0.15 | 0.29 | 0 | 0.24 | 269.47 | 0.32 | 0.65 |
| Hex | A5 | 89 | C2 | F | 1D | 0 | 18 | 10D | 20 | 41 |
| Octal | 245 | 211 | 302 | 17 | 35 | 0 | 30 | 415 | 40 | 101 |
| Binary | 10100101 | 10001001 | 11000010 | 1111 | 11101 | 0 | 11000 | 100001101 | 100000 | 1000001 |
Color Harmonies of #A589C2
Complementary color
Monochromatic Colors of #A589C2
Black with #A589C2
Text Example
Text Example
White with #A589C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589C2; }
p { color: rgb(165,137,194); }
H1.HeaderClassName
{
color: #A589C2;
}
.AnyTagClassName
{
color: #A589C2;
}
</style>
background-color css
<style>
a { background-color: #A589C2; }
a { background-color: rgb(165,137,194); }
div.DivClassName
{
background-color: #A589C2;
}
.BgClassName
{
background-color: #A589C2;
}
</style>
border-color css
<style>
span { border-color: #A589C2; }
span { border-color: rgb(165,137,194); }
td.TdClassName
{
border-color: #A589C2;
}
.TagClassName
{
border-color: #A589C2;
}
</style>