Shades of East Side #A980CA
Tints of East Side #A980CA
RGB
CMYK
RGB Variations
Color information
#A980CA (or 0xA980CA) is known color: East Side. HEX triplet: A9, 80 and CA. RGB value is (169,128,202). Sum of RGB (Red+Green+Blue) = 169+128+202=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A980CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CA is #567F35. Grayscale: #949494. Windows color (decimal): -5668662 or 13271209. OLE color: 13271209.
HSL color Cylindrical-coordinate representation of color #A980CA: hue angle of 273.24º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A980CA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 128 | 202 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.21 |
| HSL | 273.24º | 0.41% | 0.65% | - |
| HSV(B) | 273.24º | 0.37% | 0.79% | - |
| XYZ | 34.74 | 28.14 | 59.48 | - |
| YUV | 148.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 202 | 0.16 | 0.37 | 0 | 0.21 | 273.24 | 0.41 | 0.65 |
| Hex | A9 | 80 | CA | 10 | 25 | 0 | 15 | 111 | 29 | 41 |
| Octal | 251 | 200 | 312 | 20 | 45 | 0 | 25 | 421 | 51 | 101 |
| Binary | 10101001 | 10000000 | 11001010 | 10000 | 100101 | 0 | 10101 | 100010001 | 101001 | 1000001 |
Color Harmonies of #A980CA
Complementary color
Monochromatic Colors of #A980CA
Black with #A980CA
Text Example
Text Example
White with #A980CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980CA; }
p { color: rgb(169,128,202); }
H1.HeaderClassName
{
color: #A980CA;
}
.AnyTagClassName
{
color: #A980CA;
}
</style>
background-color css
<style>
a { background-color: #A980CA; }
a { background-color: rgb(169,128,202); }
div.DivClassName
{
background-color: #A980CA;
}
.BgClassName
{
background-color: #A980CA;
}
</style>
border-color css
<style>
span { border-color: #A980CA; }
span { border-color: rgb(169,128,202); }
td.TdClassName
{
border-color: #A980CA;
}
.TagClassName
{
border-color: #A980CA;
}
</style>