Shades of East Side #A487BD
Tints of East Side #A487BD
RGB
CMYK
RGB Variations
Color information
#A487BD (or 0xA487BD) is known color: East Side. HEX triplet: A4, 87 and BD. RGB value is (164,135,189). Sum of RGB (Red+Green+Blue) = 164+135+189=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A487BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487BD is #5B7842. Grayscale: #959595. Windows color (decimal): -5994563 or 12421028. OLE color: 12421028.
HSL color Cylindrical-coordinate representation of color #A487BD: hue angle of 272.22º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A487BD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 135 | 189 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.26 |
| HSL | 272.22º | 0.29% | 0.64% | - |
| HSV(B) | 272.22º | 0.29% | 0.74% | - |
| XYZ | 33.16 | 28.89 | 51.97 | - |
| YUV | 149.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 189 | 0.13 | 0.29 | 0 | 0.26 | 272.22 | 0.29 | 0.64 |
| Hex | A4 | 87 | BD | D | 1D | 0 | 1A | 110 | 1D | 40 |
| Octal | 244 | 207 | 275 | 15 | 35 | 0 | 32 | 420 | 35 | 100 |
| Binary | 10100100 | 10000111 | 10111101 | 1101 | 11101 | 0 | 11010 | 100010000 | 11101 | 1000000 |
Color Harmonies of #A487BD
Complementary color
Monochromatic Colors of #A487BD
Black with #A487BD
Text Example
Text Example
White with #A487BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487BD; }
p { color: rgb(164,135,189); }
H1.HeaderClassName
{
color: #A487BD;
}
.AnyTagClassName
{
color: #A487BD;
}
</style>
background-color css
<style>
a { background-color: #A487BD; }
a { background-color: rgb(164,135,189); }
div.DivClassName
{
background-color: #A487BD;
}
.BgClassName
{
background-color: #A487BD;
}
</style>
border-color css
<style>
span { border-color: #A487BD; }
span { border-color: rgb(164,135,189); }
td.TdClassName
{
border-color: #A487BD;
}
.TagClassName
{
border-color: #A487BD;
}
</style>