Shades of East Side #A286BA
Tints of East Side #A286BA
RGB
CMYK
RGB Variations
Color information
#A286BA (or 0xA286BA) is known color: East Side. HEX triplet: A2, 86 and BA. RGB value is (162,134,186). Sum of RGB (Red+Green+Blue) = 162+134+186=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #A286BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286BA is #5D7945. Grayscale: #949494. Windows color (decimal): -6125894 or 12224162. OLE color: 12224162.
HSL color Cylindrical-coordinate representation of color #A286BA: hue angle of 272.31º degrees, saturation: 0.27, 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 #A286BA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 134 | 186 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.27 |
| HSL | 272.31º | 0.27% | 0.63% | - |
| HSV(B) | 272.31º | 0.28% | 0.73% | - |
| XYZ | 32.29 | 28.28 | 50.21 | - |
| YUV | 148.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 186 | 0.13 | 0.28 | 0 | 0.27 | 272.31 | 0.27 | 0.63 |
| Hex | A2 | 86 | BA | D | 1C | 0 | 1B | 110 | 1B | 3F |
| Octal | 242 | 206 | 272 | 15 | 34 | 0 | 33 | 420 | 33 | 77 |
| Binary | 10100010 | 10000110 | 10111010 | 1101 | 11100 | 0 | 11011 | 100010000 | 11011 | 111111 |
Color Harmonies of #A286BA
Complementary color
Monochromatic Colors of #A286BA
Black with #A286BA
Text Example
Text Example
White with #A286BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286BA; }
p { color: rgb(162,134,186); }
H1.HeaderClassName
{
color: #A286BA;
}
.AnyTagClassName
{
color: #A286BA;
}
</style>
background-color css
<style>
a { background-color: #A286BA; }
a { background-color: rgb(162,134,186); }
div.DivClassName
{
background-color: #A286BA;
}
.BgClassName
{
background-color: #A286BA;
}
</style>
border-color css
<style>
span { border-color: #A286BA; }
span { border-color: rgb(162,134,186); }
td.TdClassName
{
border-color: #A286BA;
}
.TagClassName
{
border-color: #A286BA;
}
</style>