Shades of East Side #A283BE
Tints of East Side #A283BE
RGB
CMYK
RGB Variations
Color information
#A283BE (or 0xA283BE) is known color: East Side. HEX triplet: A2, 83 and BE. RGB value is (162,131,190). Sum of RGB (Red+Green+Blue) = 162+131+190=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #A283BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283BE is #5D7C41. Grayscale: #929292. Windows color (decimal): -6126658 or 12485538. OLE color: 12485538.
HSL color Cylindrical-coordinate representation of color #A283BE: hue angle of 271.53º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A283BE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 131 | 190 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.25 |
| HSL | 271.53º | 0.31% | 0.63% | - |
| HSV(B) | 271.53º | 0.31% | 0.75% | - |
| XYZ | 32.31 | 27.63 | 52.35 | - |
| YUV | 147 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 190 | 0.15 | 0.31 | 0 | 0.25 | 271.53 | 0.31 | 0.63 |
| Hex | A2 | 83 | BE | F | 1F | 0 | 19 | 110 | 1F | 3F |
| Octal | 242 | 203 | 276 | 17 | 37 | 0 | 31 | 420 | 37 | 77 |
| Binary | 10100010 | 10000011 | 10111110 | 1111 | 11111 | 0 | 11001 | 100010000 | 11111 | 111111 |
Color Harmonies of #A283BE
Complementary color
Monochromatic Colors of #A283BE
Black with #A283BE
Text Example
Text Example
White with #A283BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283BE; }
p { color: rgb(162,131,190); }
H1.HeaderClassName
{
color: #A283BE;
}
.AnyTagClassName
{
color: #A283BE;
}
</style>
background-color css
<style>
a { background-color: #A283BE; }
a { background-color: rgb(162,131,190); }
div.DivClassName
{
background-color: #A283BE;
}
.BgClassName
{
background-color: #A283BE;
}
</style>
border-color css
<style>
span { border-color: #A283BE; }
span { border-color: rgb(162,131,190); }
td.TdClassName
{
border-color: #A283BE;
}
.TagClassName
{
border-color: #A283BE;
}
</style>