Shades of East Side #A585B0
Tints of East Side #A585B0
RGB
CMYK
RGB Variations
Color information
#A585B0 (or 0xA585B0) is known color: East Side. HEX triplet: A5, 85 and B0. RGB value is (165,133,176). Sum of RGB (Red+Green+Blue) = 165+133+176=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #A585B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585B0 is #5A7A4F. Grayscale: #939393. Windows color (decimal): -5929552 or 11568549. OLE color: 11568549.
HSL color Cylindrical-coordinate representation of color #A585B0: hue angle of 284.65º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A585B0 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 133 | 176 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.31 |
| HSL | 284.65º | 0.21% | 0.61% | - |
| HSV(B) | 284.65º | 0.24% | 0.69% | - |
| XYZ | 31.74 | 27.91 | 44.79 | - |
| YUV | 147.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 176 | 0.06 | 0.24 | 0 | 0.31 | 284.65 | 0.21 | 0.61 |
| Hex | A5 | 85 | B0 | 6 | 18 | 0 | 1F | 11D | 15 | 3D |
| Octal | 245 | 205 | 260 | 6 | 30 | 0 | 37 | 435 | 25 | 75 |
| Binary | 10100101 | 10000101 | 10110000 | 110 | 11000 | 0 | 11111 | 100011101 | 10101 | 111101 |
Color Harmonies of #A585B0
Complementary color
Monochromatic Colors of #A585B0
Black with #A585B0
Text Example
Text Example
White with #A585B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585B0; }
p { color: rgb(165,133,176); }
H1.HeaderClassName
{
color: #A585B0;
}
.AnyTagClassName
{
color: #A585B0;
}
</style>
background-color css
<style>
a { background-color: #A585B0; }
a { background-color: rgb(165,133,176); }
div.DivClassName
{
background-color: #A585B0;
}
.BgClassName
{
background-color: #A585B0;
}
</style>
border-color css
<style>
span { border-color: #A585B0; }
span { border-color: rgb(165,133,176); }
td.TdClassName
{
border-color: #A585B0;
}
.TagClassName
{
border-color: #A585B0;
}
</style>