Shades of East Side #A486B2
Tints of East Side #A486B2
RGB
CMYK
RGB Variations
Color information
#A486B2 (or 0xA486B2) is known color: East Side. HEX triplet: A4, 86 and B2. RGB value is (164,134,178). Sum of RGB (Red+Green+Blue) = 164+134+178=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #A486B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486B2 is #5B794D. Grayscale: #939393. Windows color (decimal): -5994830 or 11699876. OLE color: 11699876.
HSL color Cylindrical-coordinate representation of color #A486B2: hue angle of 280.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A486B2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 134 | 178 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.30 |
| HSL | 280.91º | 0.22% | 0.61% | - |
| HSV(B) | 280.91º | 0.25% | 0.7% | - |
| XYZ | 31.87 | 28.16 | 45.87 | - |
| YUV | 147.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 178 | 0.08 | 0.25 | 0 | 0.30 | 280.91 | 0.22 | 0.61 |
| Hex | A4 | 86 | B2 | 8 | 19 | 0 | 1E | 119 | 16 | 3D |
| Octal | 244 | 206 | 262 | 10 | 31 | 0 | 36 | 431 | 26 | 75 |
| Binary | 10100100 | 10000110 | 10110010 | 1000 | 11001 | 0 | 11110 | 100011001 | 10110 | 111101 |
Color Harmonies of #A486B2
Complementary color
Monochromatic Colors of #A486B2
Black with #A486B2
Text Example
Text Example
White with #A486B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486B2; }
p { color: rgb(164,134,178); }
H1.HeaderClassName
{
color: #A486B2;
}
.AnyTagClassName
{
color: #A486B2;
}
</style>
background-color css
<style>
a { background-color: #A486B2; }
a { background-color: rgb(164,134,178); }
div.DivClassName
{
background-color: #A486B2;
}
.BgClassName
{
background-color: #A486B2;
}
</style>
border-color css
<style>
span { border-color: #A486B2; }
span { border-color: rgb(164,134,178); }
td.TdClassName
{
border-color: #A486B2;
}
.TagClassName
{
border-color: #A486B2;
}
</style>