Shades of East Side #A486AC
Tints of East Side #A486AC
RGB
CMYK
RGB Variations
Color information
#A486AC (or 0xA486AC) is known color: East Side. HEX triplet: A4, 86 and AC. RGB value is (164,134,172). Sum of RGB (Red+Green+Blue) = 164+134+172=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A486AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486AC is #5B7953. Grayscale: #939393. Windows color (decimal): -5994836 or 11306660. OLE color: 11306660.
HSL color Cylindrical-coordinate representation of color #A486AC: hue angle of 287.37º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A486AC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 134 | 172 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.33 |
| HSL | 287.37º | 0.19% | 0.6% | - |
| HSV(B) | 287.37º | 0.22% | 0.67% | - |
| XYZ | 31.28 | 27.92 | 42.77 | - |
| YUV | 147.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 172 | 0.05 | 0.22 | 0 | 0.33 | 287.37 | 0.19 | 0.6 |
| Hex | A4 | 86 | AC | 5 | 16 | 0 | 21 | 11F | 13 | 3C |
| Octal | 244 | 206 | 254 | 5 | 26 | 0 | 41 | 437 | 23 | 74 |
| Binary | 10100100 | 10000110 | 10101100 | 101 | 10110 | 0 | 100001 | 100011111 | 10011 | 111100 |
Color Harmonies of #A486AC
Complementary color
Monochromatic Colors of #A486AC
Black with #A486AC
Text Example
Text Example
White with #A486AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486AC; }
p { color: rgb(164,134,172); }
H1.HeaderClassName
{
color: #A486AC;
}
.AnyTagClassName
{
color: #A486AC;
}
</style>
background-color css
<style>
a { background-color: #A486AC; }
a { background-color: rgb(164,134,172); }
div.DivClassName
{
background-color: #A486AC;
}
.BgClassName
{
background-color: #A486AC;
}
</style>
border-color css
<style>
span { border-color: #A486AC; }
span { border-color: rgb(164,134,172); }
td.TdClassName
{
border-color: #A486AC;
}
.TagClassName
{
border-color: #A486AC;
}
</style>