Shades of East Side #A480BB
Tints of East Side #A480BB
RGB
CMYK
RGB Variations
Color information
#A480BB (or 0xA480BB) is known color: East Side. HEX triplet: A4, 80 and BB. RGB value is (164,128,187). Sum of RGB (Red+Green+Blue) = 164+128+187=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #A480BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480BB is #5B7F44. Grayscale: #919191. Windows color (decimal): -5996357 or 12288164. OLE color: 12288164.
HSL color Cylindrical-coordinate representation of color #A480BB: hue angle of 276.61º 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 #A480BB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 128 | 187 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.27 |
| HSL | 276.61º | 0.3% | 0.62% | - |
| HSV(B) | 276.61º | 0.32% | 0.73% | - |
| XYZ | 32 | 26.92 | 50.52 | - |
| YUV | 145.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 187 | 0.12 | 0.32 | 0 | 0.27 | 276.61 | 0.3 | 0.62 |
| Hex | A4 | 80 | BB | C | 20 | 0 | 1B | 115 | 1E | 3E |
| Octal | 244 | 200 | 273 | 14 | 40 | 0 | 33 | 425 | 36 | 76 |
| Binary | 10100100 | 10000000 | 10111011 | 1100 | 100000 | 0 | 11011 | 100010101 | 11110 | 111110 |
Color Harmonies of #A480BB
Complementary color
Monochromatic Colors of #A480BB
Black with #A480BB
Text Example
Text Example
White with #A480BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A480BB; }
p { color: rgb(164,128,187); }
H1.HeaderClassName
{
color: #A480BB;
}
.AnyTagClassName
{
color: #A480BB;
}
</style>
background-color css
<style>
a { background-color: #A480BB; }
a { background-color: rgb(164,128,187); }
div.DivClassName
{
background-color: #A480BB;
}
.BgClassName
{
background-color: #A480BB;
}
</style>
border-color css
<style>
span { border-color: #A480BB; }
span { border-color: rgb(164,128,187); }
td.TdClassName
{
border-color: #A480BB;
}
.TagClassName
{
border-color: #A480BB;
}
</style>