Shades of East Side #A593B0
Tints of East Side #A593B0
RGB
CMYK
RGB Variations
Color information
#A593B0 (or 0xA593B0) is known color: East Side. HEX triplet: A5, 93 and B0. RGB value is (165,147,176). Sum of RGB (Red+Green+Blue) = 165+147+176=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #A593B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A593B0 is #5A6C4F. Grayscale: #9B9B9B. Windows color (decimal): -5925968 or 11572133. OLE color: 11572133.
HSL color Cylindrical-coordinate representation of color #A593B0: hue angle of 277.24º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A593B0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 147 | 176 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.31 |
| HSL | 277.24º | 0.16% | 0.63% | - |
| HSV(B) | 277.24º | 0.16% | 0.69% | - |
| XYZ | 33.79 | 32 | 45.47 | - |
| YUV | 155.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 176 | 0.06 | 0.16 | 0 | 0.31 | 277.24 | 0.16 | 0.63 |
| Hex | A5 | 93 | B0 | 6 | 10 | 0 | 1F | 115 | 10 | 3F |
| Octal | 245 | 223 | 260 | 6 | 20 | 0 | 37 | 425 | 20 | 77 |
| Binary | 10100101 | 10010011 | 10110000 | 110 | 10000 | 0 | 11111 | 100010101 | 10000 | 111111 |
Color Harmonies of #A593B0
Complementary color
Monochromatic Colors of #A593B0
Black with #A593B0
Text Example
Text Example
White with #A593B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593B0; }
p { color: rgb(165,147,176); }
H1.HeaderClassName
{
color: #A593B0;
}
.AnyTagClassName
{
color: #A593B0;
}
</style>
background-color css
<style>
a { background-color: #A593B0; }
a { background-color: rgb(165,147,176); }
div.DivClassName
{
background-color: #A593B0;
}
.BgClassName
{
background-color: #A593B0;
}
</style>
border-color css
<style>
span { border-color: #A593B0; }
span { border-color: rgb(165,147,176); }
td.TdClassName
{
border-color: #A593B0;
}
.TagClassName
{
border-color: #A593B0;
}
</style>