Shades of East Side #A286AE
Tints of East Side #A286AE
RGB
CMYK
RGB Variations
Color information
#A286AE (or 0xA286AE) is known color: East Side. HEX triplet: A2, 86 and AE. RGB value is (162,134,174). Sum of RGB (Red+Green+Blue) = 162+134+174=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #A286AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A286AE is #5D7951. Grayscale: #929292. Windows color (decimal): -6125906 or 11437730. OLE color: 11437730.
HSL color Cylindrical-coordinate representation of color #A286AE: hue angle of 282º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A286AE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 134 | 174 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.32 |
| HSL | 282º | 0.2% | 0.6% | - |
| HSV(B) | 282º | 0.23% | 0.68% | - |
| XYZ | 31.07 | 27.79 | 43.77 | - |
| YUV | 146.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 174 | 0.07 | 0.23 | 0 | 0.32 | 282 | 0.2 | 0.6 |
| Hex | A2 | 86 | AE | 7 | 17 | 0 | 20 | 11A | 14 | 3C |
| Octal | 242 | 206 | 256 | 7 | 27 | 0 | 40 | 432 | 24 | 74 |
| Binary | 10100010 | 10000110 | 10101110 | 111 | 10111 | 0 | 100000 | 100011010 | 10100 | 111100 |
Color Harmonies of #A286AE
Complementary color
Monochromatic Colors of #A286AE
Black with #A286AE
Text Example
Text Example
White with #A286AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286AE; }
p { color: rgb(162,134,174); }
H1.HeaderClassName
{
color: #A286AE;
}
.AnyTagClassName
{
color: #A286AE;
}
</style>
background-color css
<style>
a { background-color: #A286AE; }
a { background-color: rgb(162,134,174); }
div.DivClassName
{
background-color: #A286AE;
}
.BgClassName
{
background-color: #A286AE;
}
</style>
border-color css
<style>
span { border-color: #A286AE; }
span { border-color: rgb(162,134,174); }
td.TdClassName
{
border-color: #A286AE;
}
.TagClassName
{
border-color: #A286AE;
}
</style>