Shades of East Side #A586B2
Tints of East Side #A586B2
RGB
CMYK
RGB Variations
Color information
#A586B2 (or 0xA586B2) is known color: East Side. HEX triplet: A5, 86 and B2. RGB value is (165,134,178). Sum of RGB (Red+Green+Blue) = 165+134+178=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #A586B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586B2 is #5A794D. Grayscale: #949494. Windows color (decimal): -5929294 or 11699877. OLE color: 11699877.
HSL color Cylindrical-coordinate representation of color #A586B2: hue angle of 282.27º 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 #A586B2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 134 | 178 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.30 |
| HSL | 282.27º | 0.22% | 0.61% | - |
| HSV(B) | 282.27º | 0.25% | 0.7% | - |
| XYZ | 32.08 | 28.26 | 45.88 | - |
| YUV | 148.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 178 | 0.07 | 0.25 | 0 | 0.30 | 282.27 | 0.22 | 0.61 |
| Hex | A5 | 86 | B2 | 7 | 19 | 0 | 1E | 11A | 16 | 3D |
| Octal | 245 | 206 | 262 | 7 | 31 | 0 | 36 | 432 | 26 | 75 |
| Binary | 10100101 | 10000110 | 10110010 | 111 | 11001 | 0 | 11110 | 100011010 | 10110 | 111101 |
Color Harmonies of #A586B2
Complementary color
Monochromatic Colors of #A586B2
Black with #A586B2
Text Example
Text Example
White with #A586B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586B2; }
p { color: rgb(165,134,178); }
H1.HeaderClassName
{
color: #A586B2;
}
.AnyTagClassName
{
color: #A586B2;
}
</style>
background-color css
<style>
a { background-color: #A586B2; }
a { background-color: rgb(165,134,178); }
div.DivClassName
{
background-color: #A586B2;
}
.BgClassName
{
background-color: #A586B2;
}
</style>
border-color css
<style>
span { border-color: #A586B2; }
span { border-color: rgb(165,134,178); }
td.TdClassName
{
border-color: #A586B2;
}
.TagClassName
{
border-color: #A586B2;
}
</style>