Shades of East Side #A586BB
Tints of East Side #A586BB
RGB
CMYK
RGB Variations
Color information
#A586BB (or 0xA586BB) is known color: East Side. HEX triplet: A5, 86 and BB. RGB value is (165,134,187). Sum of RGB (Red+Green+Blue) = 165+134+187=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A586BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586BB is #5A7944. Grayscale: #959595. Windows color (decimal): -5929285 or 12289701. OLE color: 12289701.
HSL color Cylindrical-coordinate representation of color #A586BB: hue angle of 275.09º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A586BB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 134 | 187 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.27 |
| HSL | 275.09º | 0.28% | 0.63% | - |
| HSV(B) | 275.09º | 0.28% | 0.73% | - |
| XYZ | 33.01 | 28.64 | 50.8 | - |
| YUV | 149.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 187 | 0.12 | 0.28 | 0 | 0.27 | 275.09 | 0.28 | 0.63 |
| Hex | A5 | 86 | BB | C | 1C | 0 | 1B | 113 | 1C | 3F |
| Octal | 245 | 206 | 273 | 14 | 34 | 0 | 33 | 423 | 34 | 77 |
| Binary | 10100101 | 10000110 | 10111011 | 1100 | 11100 | 0 | 11011 | 100010011 | 11100 | 111111 |
Color Harmonies of #A586BB
Complementary color
Monochromatic Colors of #A586BB
Black with #A586BB
Text Example
Text Example
White with #A586BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586BB; }
p { color: rgb(165,134,187); }
H1.HeaderClassName
{
color: #A586BB;
}
.AnyTagClassName
{
color: #A586BB;
}
</style>
background-color css
<style>
a { background-color: #A586BB; }
a { background-color: rgb(165,134,187); }
div.DivClassName
{
background-color: #A586BB;
}
.BgClassName
{
background-color: #A586BB;
}
</style>
border-color css
<style>
span { border-color: #A586BB; }
span { border-color: rgb(165,134,187); }
td.TdClassName
{
border-color: #A586BB;
}
.TagClassName
{
border-color: #A586BB;
}
</style>