Shades of East Side #A287B2
Tints of East Side #A287B2
RGB
CMYK
RGB Variations
Color information
#A287B2 (or 0xA287B2) is known color: East Side. HEX triplet: A2, 87 and B2. RGB value is (162,135,178). Sum of RGB (Red+Green+Blue) = 162+135+178=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 178 - color contains mainly: blue. Hex color #A287B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A287B2 is #5D784D. Grayscale: #939393. Windows color (decimal): -6125646 or 11700130. OLE color: 11700130.
HSL color Cylindrical-coordinate representation of color #A287B2: hue angle of 277.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A287B2 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 135 | 178 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.30 |
| HSL | 277.67º | 0.22% | 0.61% | - |
| HSV(B) | 277.67º | 0.24% | 0.7% | - |
| XYZ | 31.6 | 28.22 | 45.9 | - |
| YUV | 147.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 178 | 0.09 | 0.24 | 0 | 0.30 | 277.67 | 0.22 | 0.61 |
| Hex | A2 | 87 | B2 | 9 | 18 | 0 | 1E | 116 | 16 | 3D |
| Octal | 242 | 207 | 262 | 11 | 30 | 0 | 36 | 426 | 26 | 75 |
| Binary | 10100010 | 10000111 | 10110010 | 1001 | 11000 | 0 | 11110 | 100010110 | 10110 | 111101 |
Color Harmonies of #A287B2
Complementary color
Monochromatic Colors of #A287B2
Black with #A287B2
Text Example
Text Example
White with #A287B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287B2; }
p { color: rgb(162,135,178); }
H1.HeaderClassName
{
color: #A287B2;
}
.AnyTagClassName
{
color: #A287B2;
}
</style>
background-color css
<style>
a { background-color: #A287B2; }
a { background-color: rgb(162,135,178); }
div.DivClassName
{
background-color: #A287B2;
}
.BgClassName
{
background-color: #A287B2;
}
</style>
border-color css
<style>
span { border-color: #A287B2; }
span { border-color: rgb(162,135,178); }
td.TdClassName
{
border-color: #A287B2;
}
.TagClassName
{
border-color: #A287B2;
}
</style>