Shades of East Side #A380BB
Tints of East Side #A380BB
RGB
CMYK
RGB Variations
Color information
#A380BB (or 0xA380BB) is known color: East Side. HEX triplet: A3, 80 and BB. RGB value is (163,128,187). Sum of RGB (Red+Green+Blue) = 163+128+187=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #A380BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380BB is #5C7F44. Grayscale: #909090. Windows color (decimal): -6061893 or 12288163. OLE color: 12288163.
HSL color Cylindrical-coordinate representation of color #A380BB: hue angle of 275.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A380BB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 128 | 187 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.27 |
| HSL | 275.59º | 0.3% | 0.62% | - |
| HSV(B) | 275.59º | 0.32% | 0.73% | - |
| XYZ | 31.79 | 26.81 | 50.51 | - |
| YUV | 145.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 187 | 0.13 | 0.32 | 0 | 0.27 | 275.59 | 0.3 | 0.62 |
| Hex | A3 | 80 | BB | D | 20 | 0 | 1B | 114 | 1E | 3E |
| Octal | 243 | 200 | 273 | 15 | 40 | 0 | 33 | 424 | 36 | 76 |
| Binary | 10100011 | 10000000 | 10111011 | 1101 | 100000 | 0 | 11011 | 100010100 | 11110 | 111110 |
Color Harmonies of #A380BB
Complementary color
Monochromatic Colors of #A380BB
Black with #A380BB
Text Example
Text Example
White with #A380BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380BB; }
p { color: rgb(163,128,187); }
H1.HeaderClassName
{
color: #A380BB;
}
.AnyTagClassName
{
color: #A380BB;
}
</style>
background-color css
<style>
a { background-color: #A380BB; }
a { background-color: rgb(163,128,187); }
div.DivClassName
{
background-color: #A380BB;
}
.BgClassName
{
background-color: #A380BB;
}
</style>
border-color css
<style>
span { border-color: #A380BB; }
span { border-color: rgb(163,128,187); }
td.TdClassName
{
border-color: #A380BB;
}
.TagClassName
{
border-color: #A380BB;
}
</style>