Shades of East Side #A487B2
Tints of East Side #A487B2
RGB
CMYK
RGB Variations
Color information
#A487B2 (or 0xA487B2) is known color: East Side. HEX triplet: A4, 87 and B2. RGB value is (164,135,178). Sum of RGB (Red+Green+Blue) = 164+135+178=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #A487B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A487B2 is #5B784D. Grayscale: #949494. Windows color (decimal): -5994574 or 11700132. OLE color: 11700132.
HSL color Cylindrical-coordinate representation of color #A487B2: hue angle of 280.47º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A487B2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 135 | 178 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.30 |
| HSL | 280.47º | 0.22% | 0.61% | - |
| HSV(B) | 280.47º | 0.24% | 0.7% | - |
| XYZ | 32.01 | 28.43 | 45.92 | - |
| YUV | 148.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 178 | 0.08 | 0.24 | 0 | 0.30 | 280.47 | 0.22 | 0.61 |
| Hex | A4 | 87 | B2 | 8 | 18 | 0 | 1E | 118 | 16 | 3D |
| Octal | 244 | 207 | 262 | 10 | 30 | 0 | 36 | 430 | 26 | 75 |
| Binary | 10100100 | 10000111 | 10110010 | 1000 | 11000 | 0 | 11110 | 100011000 | 10110 | 111101 |
Color Harmonies of #A487B2
Complementary color
Monochromatic Colors of #A487B2
Black with #A487B2
Text Example
Text Example
White with #A487B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487B2; }
p { color: rgb(164,135,178); }
H1.HeaderClassName
{
color: #A487B2;
}
.AnyTagClassName
{
color: #A487B2;
}
</style>
background-color css
<style>
a { background-color: #A487B2; }
a { background-color: rgb(164,135,178); }
div.DivClassName
{
background-color: #A487B2;
}
.BgClassName
{
background-color: #A487B2;
}
</style>
border-color css
<style>
span { border-color: #A487B2; }
span { border-color: rgb(164,135,178); }
td.TdClassName
{
border-color: #A487B2;
}
.TagClassName
{
border-color: #A487B2;
}
</style>