Shades of East Side #A380BA
Tints of East Side #A380BA
RGB
CMYK
RGB Variations
Color information
#A380BA (or 0xA380BA) is known color: East Side. HEX triplet: A3, 80 and BA. RGB value is (163,128,186). Sum of RGB (Red+Green+Blue) = 163+128+186=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A380BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380BA is #5C7F45. Grayscale: #909090. Windows color (decimal): -6061894 or 12222627. OLE color: 12222627.
HSL color Cylindrical-coordinate representation of color #A380BA: hue angle of 276.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A380BA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 128 | 186 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.27 |
| HSL | 276.21º | 0.3% | 0.62% | - |
| HSV(B) | 276.21º | 0.31% | 0.73% | - |
| XYZ | 31.69 | 26.77 | 49.95 | - |
| YUV | 145.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 186 | 0.12 | 0.31 | 0 | 0.27 | 276.21 | 0.3 | 0.62 |
| Hex | A3 | 80 | BA | C | 1F | 0 | 1B | 114 | 1E | 3E |
| Octal | 243 | 200 | 272 | 14 | 37 | 0 | 33 | 424 | 36 | 76 |
| Binary | 10100011 | 10000000 | 10111010 | 1100 | 11111 | 0 | 11011 | 100010100 | 11110 | 111110 |
Color Harmonies of #A380BA
Complementary color
Monochromatic Colors of #A380BA
Black with #A380BA
Text Example
Text Example
White with #A380BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380BA; }
p { color: rgb(163,128,186); }
H1.HeaderClassName
{
color: #A380BA;
}
.AnyTagClassName
{
color: #A380BA;
}
</style>
background-color css
<style>
a { background-color: #A380BA; }
a { background-color: rgb(163,128,186); }
div.DivClassName
{
background-color: #A380BA;
}
.BgClassName
{
background-color: #A380BA;
}
</style>
border-color css
<style>
span { border-color: #A380BA; }
span { border-color: rgb(163,128,186); }
td.TdClassName
{
border-color: #A380BA;
}
.TagClassName
{
border-color: #A380BA;
}
</style>