Shades of East Side #A486BD
Tints of East Side #A486BD
RGB
CMYK
RGB Variations
Color information
#A486BD (or 0xA486BD) is known color: East Side. HEX triplet: A4, 86 and BD. RGB value is (164,134,189). Sum of RGB (Red+Green+Blue) = 164+134+189=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A486BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486BD is #5B7942. Grayscale: #959595. Windows color (decimal): -5994819 or 12420772. OLE color: 12420772.
HSL color Cylindrical-coordinate representation of color #A486BD: hue angle of 272.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A486BD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 134 | 189 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.26 |
| HSL | 272.73º | 0.29% | 0.63% | - |
| HSV(B) | 272.73º | 0.29% | 0.74% | - |
| XYZ | 33.02 | 28.62 | 51.93 | - |
| YUV | 149.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 189 | 0.13 | 0.29 | 0 | 0.26 | 272.73 | 0.29 | 0.63 |
| Hex | A4 | 86 | BD | D | 1D | 0 | 1A | 111 | 1D | 3F |
| Octal | 244 | 206 | 275 | 15 | 35 | 0 | 32 | 421 | 35 | 77 |
| Binary | 10100100 | 10000110 | 10111101 | 1101 | 11101 | 0 | 11010 | 100010001 | 11101 | 111111 |
Color Harmonies of #A486BD
Complementary color
Monochromatic Colors of #A486BD
Black with #A486BD
Text Example
Text Example
White with #A486BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A486BD; }
p { color: rgb(164,134,189); }
H1.HeaderClassName
{
color: #A486BD;
}
.AnyTagClassName
{
color: #A486BD;
}
</style>
background-color css
<style>
a { background-color: #A486BD; }
a { background-color: rgb(164,134,189); }
div.DivClassName
{
background-color: #A486BD;
}
.BgClassName
{
background-color: #A486BD;
}
</style>
border-color css
<style>
span { border-color: #A486BD; }
span { border-color: rgb(164,134,189); }
td.TdClassName
{
border-color: #A486BD;
}
.TagClassName
{
border-color: #A486BD;
}
</style>