Shades of East Side #A980CF
Tints of East Side #A980CF
RGB
CMYK
RGB Variations
Color information
#A980CF (or 0xA980CF) is known color: East Side. HEX triplet: A9, 80 and CF. RGB value is (169,128,207). Sum of RGB (Red+Green+Blue) = 169+128+207=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A980CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CF is #567F30. Grayscale: #949494. Windows color (decimal): -5668657 or 13598889. OLE color: 13598889.
HSL color Cylindrical-coordinate representation of color #A980CF: hue angle of 271.14º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A980CF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 128 | 207 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.19 |
| HSL | 271.14º | 0.45% | 0.66% | - |
| HSV(B) | 271.14º | 0.38% | 0.81% | - |
| XYZ | 35.34 | 28.38 | 62.65 | - |
| YUV | 149.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 207 | 0.18 | 0.38 | 0 | 0.19 | 271.14 | 0.45 | 0.66 |
| Hex | A9 | 80 | CF | 12 | 26 | 0 | 13 | 10F | 2D | 42 |
| Octal | 251 | 200 | 317 | 22 | 46 | 0 | 23 | 417 | 55 | 102 |
| Binary | 10101001 | 10000000 | 11001111 | 10010 | 100110 | 0 | 10011 | 100001111 | 101101 | 1000010 |
Color Harmonies of #A980CF
Complementary color
Monochromatic Colors of #A980CF
Black with #A980CF
Text Example
Text Example
White with #A980CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980CF; }
p { color: rgb(169,128,207); }
H1.HeaderClassName
{
color: #A980CF;
}
.AnyTagClassName
{
color: #A980CF;
}
</style>
background-color css
<style>
a { background-color: #A980CF; }
a { background-color: rgb(169,128,207); }
div.DivClassName
{
background-color: #A980CF;
}
.BgClassName
{
background-color: #A980CF;
}
</style>
border-color css
<style>
span { border-color: #A980CF; }
span { border-color: rgb(169,128,207); }
td.TdClassName
{
border-color: #A980CF;
}
.TagClassName
{
border-color: #A980CF;
}
</style>