Shades of East Side #A289B5
Tints of East Side #A289B5
RGB
CMYK
RGB Variations
Color information
#A289B5 (or 0xA289B5) is known color: East Side. HEX triplet: A2, 89 and B5. RGB value is (162,137,181). Sum of RGB (Red+Green+Blue) = 162+137+181=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #A289B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289B5 is #5D764A. Grayscale: #959595. Windows color (decimal): -6125131 or 11897250. OLE color: 11897250.
HSL color Cylindrical-coordinate representation of color #A289B5: hue angle of 274.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A289B5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 137 | 181 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.29 |
| HSL | 274.09º | 0.23% | 0.62% | - |
| HSV(B) | 274.09º | 0.24% | 0.71% | - |
| XYZ | 32.19 | 28.91 | 47.6 | - |
| YUV | 149.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 181 | 0.10 | 0.24 | 0 | 0.29 | 274.09 | 0.23 | 0.62 |
| Hex | A2 | 89 | B5 | A | 18 | 0 | 1D | 112 | 17 | 3E |
| Octal | 242 | 211 | 265 | 12 | 30 | 0 | 35 | 422 | 27 | 76 |
| Binary | 10100010 | 10001001 | 10110101 | 1010 | 11000 | 0 | 11101 | 100010010 | 10111 | 111110 |
Color Harmonies of #A289B5
Complementary color
Monochromatic Colors of #A289B5
Black with #A289B5
Text Example
Text Example
White with #A289B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289B5; }
p { color: rgb(162,137,181); }
H1.HeaderClassName
{
color: #A289B5;
}
.AnyTagClassName
{
color: #A289B5;
}
</style>
background-color css
<style>
a { background-color: #A289B5; }
a { background-color: rgb(162,137,181); }
div.DivClassName
{
background-color: #A289B5;
}
.BgClassName
{
background-color: #A289B5;
}
</style>
border-color css
<style>
span { border-color: #A289B5; }
span { border-color: rgb(162,137,181); }
td.TdClassName
{
border-color: #A289B5;
}
.TagClassName
{
border-color: #A289B5;
}
</style>