Shades of East Side #A483BA
Tints of East Side #A483BA
RGB
CMYK
RGB Variations
Color information
#A483BA (or 0xA483BA) is known color: East Side. HEX triplet: A4, 83 and BA. RGB value is (164,131,186). Sum of RGB (Red+Green+Blue) = 164+131+186=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A483BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483BA is #5B7C45. Grayscale: #929292. Windows color (decimal): -5995590 or 12223396. OLE color: 12223396.
HSL color Cylindrical-coordinate representation of color #A483BA: hue angle of 276º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A483BA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 131 | 186 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.27 |
| HSL | 276º | 0.28% | 0.62% | - |
| HSV(B) | 276º | 0.3% | 0.73% | - |
| XYZ | 32.29 | 27.67 | 50.09 | - |
| YUV | 147.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 186 | 0.12 | 0.30 | 0 | 0.27 | 276 | 0.28 | 0.62 |
| Hex | A4 | 83 | BA | C | 1E | 0 | 1B | 114 | 1C | 3E |
| Octal | 244 | 203 | 272 | 14 | 36 | 0 | 33 | 424 | 34 | 76 |
| Binary | 10100100 | 10000011 | 10111010 | 1100 | 11110 | 0 | 11011 | 100010100 | 11100 | 111110 |
Color Harmonies of #A483BA
Complementary color
Monochromatic Colors of #A483BA
Black with #A483BA
Text Example
Text Example
White with #A483BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483BA; }
p { color: rgb(164,131,186); }
H1.HeaderClassName
{
color: #A483BA;
}
.AnyTagClassName
{
color: #A483BA;
}
</style>
background-color css
<style>
a { background-color: #A483BA; }
a { background-color: rgb(164,131,186); }
div.DivClassName
{
background-color: #A483BA;
}
.BgClassName
{
background-color: #A483BA;
}
</style>
border-color css
<style>
span { border-color: #A483BA; }
span { border-color: rgb(164,131,186); }
td.TdClassName
{
border-color: #A483BA;
}
.TagClassName
{
border-color: #A483BA;
}
</style>