Shades of East Side #A486B5
Tints of East Side #A486B5
RGB
CMYK
RGB Variations
Color information
#A486B5 (or 0xA486B5) is known color: East Side. HEX triplet: A4, 86 and B5. RGB value is (164,134,181). Sum of RGB (Red+Green+Blue) = 164+134+181=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #A486B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486B5 is #5B794A. Grayscale: #949494. Windows color (decimal): -5994827 or 11896484. OLE color: 11896484.
HSL color Cylindrical-coordinate representation of color #A486B5: hue angle of 278.3º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A486B5 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 134 | 181 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.29 |
| HSL | 278.3º | 0.24% | 0.62% | - |
| HSV(B) | 278.3º | 0.26% | 0.71% | - |
| XYZ | 32.18 | 28.28 | 47.48 | - |
| YUV | 148.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 181 | 0.09 | 0.26 | 0 | 0.29 | 278.3 | 0.24 | 0.62 |
| Hex | A4 | 86 | B5 | 9 | 1A | 0 | 1D | 116 | 18 | 3E |
| Octal | 244 | 206 | 265 | 11 | 32 | 0 | 35 | 426 | 30 | 76 |
| Binary | 10100100 | 10000110 | 10110101 | 1001 | 11010 | 0 | 11101 | 100010110 | 11000 | 111110 |
Color Harmonies of #A486B5
Complementary color
Monochromatic Colors of #A486B5
Black with #A486B5
Text Example
Text Example
White with #A486B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486B5; }
p { color: rgb(164,134,181); }
H1.HeaderClassName
{
color: #A486B5;
}
.AnyTagClassName
{
color: #A486B5;
}
</style>
background-color css
<style>
a { background-color: #A486B5; }
a { background-color: rgb(164,134,181); }
div.DivClassName
{
background-color: #A486B5;
}
.BgClassName
{
background-color: #A486B5;
}
</style>
border-color css
<style>
span { border-color: #A486B5; }
span { border-color: rgb(164,134,181); }
td.TdClassName
{
border-color: #A486B5;
}
.TagClassName
{
border-color: #A486B5;
}
</style>