Shades of East Side #A487B5
Tints of East Side #A487B5
RGB
CMYK
RGB Variations
Color information
#A487B5 (or 0xA487B5) is known color: East Side. HEX triplet: A4, 87 and B5. RGB value is (164,135,181). Sum of RGB (Red+Green+Blue) = 164+135+181=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #A487B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487B5 is #5B784A. Grayscale: #949494. Windows color (decimal): -5994571 or 11896740. OLE color: 11896740.
HSL color Cylindrical-coordinate representation of color #A487B5: hue angle of 277.83º 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 #A487B5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 135 | 181 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.29 |
| HSL | 277.83º | 0.24% | 0.62% | - |
| HSV(B) | 277.83º | 0.25% | 0.71% | - |
| XYZ | 32.31 | 28.56 | 47.52 | - |
| YUV | 148.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 181 | 0.09 | 0.25 | 0 | 0.29 | 277.83 | 0.24 | 0.62 |
| Hex | A4 | 87 | B5 | 9 | 19 | 0 | 1D | 116 | 18 | 3E |
| Octal | 244 | 207 | 265 | 11 | 31 | 0 | 35 | 426 | 30 | 76 |
| Binary | 10100100 | 10000111 | 10110101 | 1001 | 11001 | 0 | 11101 | 100010110 | 11000 | 111110 |
Color Harmonies of #A487B5
Complementary color
Monochromatic Colors of #A487B5
Black with #A487B5
Text Example
Text Example
White with #A487B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487B5; }
p { color: rgb(164,135,181); }
H1.HeaderClassName
{
color: #A487B5;
}
.AnyTagClassName
{
color: #A487B5;
}
</style>
background-color css
<style>
a { background-color: #A487B5; }
a { background-color: rgb(164,135,181); }
div.DivClassName
{
background-color: #A487B5;
}
.BgClassName
{
background-color: #A487B5;
}
</style>
border-color css
<style>
span { border-color: #A487B5; }
span { border-color: rgb(164,135,181); }
td.TdClassName
{
border-color: #A487B5;
}
.TagClassName
{
border-color: #A487B5;
}
</style>