Shades of East Side #A587B5
Tints of East Side #A587B5
RGB
CMYK
RGB Variations
Color information
#A587B5 (or 0xA587B5) is known color: East Side. HEX triplet: A5, 87 and B5. RGB value is (165,135,181). Sum of RGB (Red+Green+Blue) = 165+135+181=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #A587B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587B5 is #5A784A. Grayscale: #959595. Windows color (decimal): -5929035 or 11896741. OLE color: 11896741.
HSL color Cylindrical-coordinate representation of color #A587B5: hue angle of 279.13º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A587B5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 135 | 181 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.29 |
| HSL | 279.13º | 0.24% | 0.62% | - |
| HSV(B) | 279.13º | 0.25% | 0.71% | - |
| XYZ | 32.52 | 28.66 | 47.53 | - |
| YUV | 149.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 181 | 0.09 | 0.25 | 0 | 0.29 | 279.13 | 0.24 | 0.62 |
| Hex | A5 | 87 | B5 | 9 | 19 | 0 | 1D | 117 | 18 | 3E |
| Octal | 245 | 207 | 265 | 11 | 31 | 0 | 35 | 427 | 30 | 76 |
| Binary | 10100101 | 10000111 | 10110101 | 1001 | 11001 | 0 | 11101 | 100010111 | 11000 | 111110 |
Color Harmonies of #A587B5
Complementary color
Monochromatic Colors of #A587B5
Black with #A587B5
Text Example
Text Example
White with #A587B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587B5; }
p { color: rgb(165,135,181); }
H1.HeaderClassName
{
color: #A587B5;
}
.AnyTagClassName
{
color: #A587B5;
}
</style>
background-color css
<style>
a { background-color: #A587B5; }
a { background-color: rgb(165,135,181); }
div.DivClassName
{
background-color: #A587B5;
}
.BgClassName
{
background-color: #A587B5;
}
</style>
border-color css
<style>
span { border-color: #A587B5; }
span { border-color: rgb(165,135,181); }
td.TdClassName
{
border-color: #A587B5;
}
.TagClassName
{
border-color: #A587B5;
}
</style>