Shades of East Side #A980BA
Tints of East Side #A980BA
RGB
CMYK
RGB Variations
Color information
#A980BA (or 0xA980BA) is known color: East Side. HEX triplet: A9, 80 and BA. RGB value is (169,128,186). Sum of RGB (Red+Green+Blue) = 169+128+186=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A980BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980BA is #567F45. Grayscale: #929292. Windows color (decimal): -5668678 or 12222633. OLE color: 12222633.
HSL color Cylindrical-coordinate representation of color #A980BA: hue angle of 282.41º 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 #A980BA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 128 | 186 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.27 |
| HSL | 282.41º | 0.3% | 0.62% | - |
| HSV(B) | 282.41º | 0.31% | 0.73% | - |
| XYZ | 32.94 | 27.42 | 50.01 | - |
| YUV | 146.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 186 | 0.09 | 0.31 | 0 | 0.27 | 282.41 | 0.3 | 0.62 |
| Hex | A9 | 80 | BA | 9 | 1F | 0 | 1B | 11A | 1E | 3E |
| Octal | 251 | 200 | 272 | 11 | 37 | 0 | 33 | 432 | 36 | 76 |
| Binary | 10101001 | 10000000 | 10111010 | 1001 | 11111 | 0 | 11011 | 100011010 | 11110 | 111110 |
Color Harmonies of #A980BA
Complementary color
Monochromatic Colors of #A980BA
Black with #A980BA
Text Example
Text Example
White with #A980BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980BA; }
p { color: rgb(169,128,186); }
H1.HeaderClassName
{
color: #A980BA;
}
.AnyTagClassName
{
color: #A980BA;
}
</style>
background-color css
<style>
a { background-color: #A980BA; }
a { background-color: rgb(169,128,186); }
div.DivClassName
{
background-color: #A980BA;
}
.BgClassName
{
background-color: #A980BA;
}
</style>
border-color css
<style>
span { border-color: #A980BA; }
span { border-color: rgb(169,128,186); }
td.TdClassName
{
border-color: #A980BA;
}
.TagClassName
{
border-color: #A980BA;
}
</style>