Shades of East Side #A980BF
Tints of East Side #A980BF
RGB
CMYK
RGB Variations
Color information
#A980BF (or 0xA980BF) is known color: East Side. HEX triplet: A9, 80 and BF. RGB value is (169,128,191). Sum of RGB (Red+Green+Blue) = 169+128+191=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #A980BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980BF is #567F40. Grayscale: #939393. Windows color (decimal): -5668673 or 12550313. OLE color: 12550313.
HSL color Cylindrical-coordinate representation of color #A980BF: hue angle of 279.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A980BF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 128 | 191 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.25 |
| HSL | 279.05º | 0.33% | 0.63% | - |
| HSV(B) | 279.05º | 0.33% | 0.75% | - |
| XYZ | 33.49 | 27.63 | 52.86 | - |
| YUV | 147.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 191 | 0.12 | 0.33 | 0 | 0.25 | 279.05 | 0.33 | 0.63 |
| Hex | A9 | 80 | BF | C | 21 | 0 | 19 | 117 | 21 | 3F |
| Octal | 251 | 200 | 277 | 14 | 41 | 0 | 31 | 427 | 41 | 77 |
| Binary | 10101001 | 10000000 | 10111111 | 1100 | 100001 | 0 | 11001 | 100010111 | 100001 | 111111 |
Color Harmonies of #A980BF
Complementary color
Monochromatic Colors of #A980BF
Black with #A980BF
Text Example
Text Example
White with #A980BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980BF; }
p { color: rgb(169,128,191); }
H1.HeaderClassName
{
color: #A980BF;
}
.AnyTagClassName
{
color: #A980BF;
}
</style>
background-color css
<style>
a { background-color: #A980BF; }
a { background-color: rgb(169,128,191); }
div.DivClassName
{
background-color: #A980BF;
}
.BgClassName
{
background-color: #A980BF;
}
</style>
border-color css
<style>
span { border-color: #A980BF; }
span { border-color: rgb(169,128,191); }
td.TdClassName
{
border-color: #A980BF;
}
.TagClassName
{
border-color: #A980BF;
}
</style>