Shades of East Side #A487C1
Tints of East Side #A487C1
RGB
CMYK
RGB Variations
Color information
#A487C1 (or 0xA487C1) is known color: East Side. HEX triplet: A4, 87 and C1. RGB value is (164,135,193). Sum of RGB (Red+Green+Blue) = 164+135+193=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #A487C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487C1 is #5B783E. Grayscale: #969696. Windows color (decimal): -5994559 or 12683172. OLE color: 12683172.
HSL color Cylindrical-coordinate representation of color #A487C1: hue angle of 270º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A487C1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 135 | 193 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.24 |
| HSL | 270º | 0.32% | 0.64% | - |
| HSV(B) | 270º | 0.3% | 0.76% | - |
| XYZ | 33.6 | 29.07 | 54.29 | - |
| YUV | 150.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 193 | 0.15 | 0.30 | 0 | 0.24 | 270 | 0.32 | 0.64 |
| Hex | A4 | 87 | C1 | F | 1E | 0 | 18 | 10E | 20 | 40 |
| Octal | 244 | 207 | 301 | 17 | 36 | 0 | 30 | 416 | 40 | 100 |
| Binary | 10100100 | 10000111 | 11000001 | 1111 | 11110 | 0 | 11000 | 100001110 | 100000 | 1000000 |
Color Harmonies of #A487C1
Complementary color
Monochromatic Colors of #A487C1
Black with #A487C1
Text Example
Text Example
White with #A487C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487C1; }
p { color: rgb(164,135,193); }
H1.HeaderClassName
{
color: #A487C1;
}
.AnyTagClassName
{
color: #A487C1;
}
</style>
background-color css
<style>
a { background-color: #A487C1; }
a { background-color: rgb(164,135,193); }
div.DivClassName
{
background-color: #A487C1;
}
.BgClassName
{
background-color: #A487C1;
}
</style>
border-color css
<style>
span { border-color: #A487C1; }
span { border-color: rgb(164,135,193); }
td.TdClassName
{
border-color: #A487C1;
}
.TagClassName
{
border-color: #A487C1;
}
</style>