Shades of East Side #A980BC
Tints of East Side #A980BC
RGB
CMYK
RGB Variations
Color information
#A980BC (or 0xA980BC) is known color: East Side. HEX triplet: A9, 80 and BC. RGB value is (169,128,188). Sum of RGB (Red+Green+Blue) = 169+128+188=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A980BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980BC is #567F43. Grayscale: #929292. Windows color (decimal): -5668676 or 12353705. OLE color: 12353705.
HSL color Cylindrical-coordinate representation of color #A980BC: hue angle of 281º 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 #A980BC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 128 | 188 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.26 |
| HSL | 281º | 0.31% | 0.62% | - |
| HSV(B) | 281º | 0.32% | 0.74% | - |
| XYZ | 33.16 | 27.5 | 51.14 | - |
| YUV | 147.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 188 | 0.10 | 0.32 | 0 | 0.26 | 281 | 0.31 | 0.62 |
| Hex | A9 | 80 | BC | A | 20 | 0 | 1A | 119 | 1F | 3E |
| Octal | 251 | 200 | 274 | 12 | 40 | 0 | 32 | 431 | 37 | 76 |
| Binary | 10101001 | 10000000 | 10111100 | 1010 | 100000 | 0 | 11010 | 100011001 | 11111 | 111110 |
Color Harmonies of #A980BC
Complementary color
Monochromatic Colors of #A980BC
Black with #A980BC
Text Example
Text Example
White with #A980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980BC; }
p { color: rgb(169,128,188); }
H1.HeaderClassName
{
color: #A980BC;
}
.AnyTagClassName
{
color: #A980BC;
}
</style>
background-color css
<style>
a { background-color: #A980BC; }
a { background-color: rgb(169,128,188); }
div.DivClassName
{
background-color: #A980BC;
}
.BgClassName
{
background-color: #A980BC;
}
</style>
border-color css
<style>
span { border-color: #A980BC; }
span { border-color: rgb(169,128,188); }
td.TdClassName
{
border-color: #A980BC;
}
.TagClassName
{
border-color: #A980BC;
}
</style>