Shades of East Side #A780BC
Tints of East Side #A780BC
RGB
CMYK
RGB Variations
Color information
#A780BC (or 0xA780BC) is known color: East Side. HEX triplet: A7, 80 and BC. RGB value is (167,128,188). Sum of RGB (Red+Green+Blue) = 167+128+188=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #A780BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780BC is #587F43. Grayscale: #929292. Windows color (decimal): -5799748 or 12353703. OLE color: 12353703.
HSL color Cylindrical-coordinate representation of color #A780BC: hue angle of 279º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A780BC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 128 | 188 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.26 |
| HSL | 279º | 0.31% | 0.62% | - |
| HSV(B) | 279º | 0.32% | 0.74% | - |
| XYZ | 32.73 | 27.28 | 51.12 | - |
| YUV | 146.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 188 | 0.11 | 0.32 | 0 | 0.26 | 279 | 0.31 | 0.62 |
| Hex | A7 | 80 | BC | B | 20 | 0 | 1A | 117 | 1F | 3E |
| Octal | 247 | 200 | 274 | 13 | 40 | 0 | 32 | 427 | 37 | 76 |
| Binary | 10100111 | 10000000 | 10111100 | 1011 | 100000 | 0 | 11010 | 100010111 | 11111 | 111110 |
Color Harmonies of #A780BC
Complementary color
Monochromatic Colors of #A780BC
Black with #A780BC
Text Example
Text Example
White with #A780BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780BC; }
p { color: rgb(167,128,188); }
H1.HeaderClassName
{
color: #A780BC;
}
.AnyTagClassName
{
color: #A780BC;
}
</style>
background-color css
<style>
a { background-color: #A780BC; }
a { background-color: rgb(167,128,188); }
div.DivClassName
{
background-color: #A780BC;
}
.BgClassName
{
background-color: #A780BC;
}
</style>
border-color css
<style>
span { border-color: #A780BC; }
span { border-color: rgb(167,128,188); }
td.TdClassName
{
border-color: #A780BC;
}
.TagClassName
{
border-color: #A780BC;
}
</style>