Shades of East Side #A486B1
Tints of East Side #A486B1
RGB
CMYK
RGB Variations
Color information
#A486B1 (or 0xA486B1) is known color: East Side. HEX triplet: A4, 86 and B1. RGB value is (164,134,177). Sum of RGB (Red+Green+Blue) = 164+134+177=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #A486B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486B1 is #5B794E. Grayscale: #939393. Windows color (decimal): -5994831 or 11634340. OLE color: 11634340.
HSL color Cylindrical-coordinate representation of color #A486B1: hue angle of 281.86º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A486B1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 134 | 177 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.31 |
| HSL | 281.86º | 0.22% | 0.61% | - |
| HSV(B) | 281.86º | 0.24% | 0.69% | - |
| XYZ | 31.77 | 28.12 | 45.35 | - |
| YUV | 147.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 177 | 0.07 | 0.24 | 0 | 0.31 | 281.86 | 0.22 | 0.61 |
| Hex | A4 | 86 | B1 | 7 | 18 | 0 | 1F | 11A | 16 | 3D |
| Octal | 244 | 206 | 261 | 7 | 30 | 0 | 37 | 432 | 26 | 75 |
| Binary | 10100100 | 10000110 | 10110001 | 111 | 11000 | 0 | 11111 | 100011010 | 10110 | 111101 |
Color Harmonies of #A486B1
Complementary color
Monochromatic Colors of #A486B1
Black with #A486B1
Text Example
Text Example
White with #A486B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486B1; }
p { color: rgb(164,134,177); }
H1.HeaderClassName
{
color: #A486B1;
}
.AnyTagClassName
{
color: #A486B1;
}
</style>
background-color css
<style>
a { background-color: #A486B1; }
a { background-color: rgb(164,134,177); }
div.DivClassName
{
background-color: #A486B1;
}
.BgClassName
{
background-color: #A486B1;
}
</style>
border-color css
<style>
span { border-color: #A486B1; }
span { border-color: rgb(164,134,177); }
td.TdClassName
{
border-color: #A486B1;
}
.TagClassName
{
border-color: #A486B1;
}
</style>