Shades of East Side #A980C4
Tints of East Side #A980C4
RGB
CMYK
RGB Variations
Color information
#A980C4 (or 0xA980C4) is known color: East Side. HEX triplet: A9, 80 and C4. RGB value is (169,128,196). Sum of RGB (Red+Green+Blue) = 169+128+196=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #A980C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980C4 is #567F3B. Grayscale: #939393. Windows color (decimal): -5668668 or 12877993. OLE color: 12877993.
HSL color Cylindrical-coordinate representation of color #A980C4: hue angle of 276.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A980C4 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 128 | 196 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.23 |
| HSL | 276.18º | 0.37% | 0.64% | - |
| HSV(B) | 276.18º | 0.35% | 0.77% | - |
| XYZ | 34.05 | 27.86 | 55.81 | - |
| YUV | 148.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 196 | 0.14 | 0.35 | 0 | 0.23 | 276.18 | 0.37 | 0.64 |
| Hex | A9 | 80 | C4 | E | 23 | 0 | 17 | 114 | 25 | 40 |
| Octal | 251 | 200 | 304 | 16 | 43 | 0 | 27 | 424 | 45 | 100 |
| Binary | 10101001 | 10000000 | 11000100 | 1110 | 100011 | 0 | 10111 | 100010100 | 100101 | 1000000 |
Color Harmonies of #A980C4
Complementary color
Monochromatic Colors of #A980C4
Black with #A980C4
Text Example
Text Example
White with #A980C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980C4; }
p { color: rgb(169,128,196); }
H1.HeaderClassName
{
color: #A980C4;
}
.AnyTagClassName
{
color: #A980C4;
}
</style>
background-color css
<style>
a { background-color: #A980C4; }
a { background-color: rgb(169,128,196); }
div.DivClassName
{
background-color: #A980C4;
}
.BgClassName
{
background-color: #A980C4;
}
</style>
border-color css
<style>
span { border-color: #A980C4; }
span { border-color: rgb(169,128,196); }
td.TdClassName
{
border-color: #A980C4;
}
.TagClassName
{
border-color: #A980C4;
}
</style>