Shades of East Side #A980CB
Tints of East Side #A980CB
RGB
CMYK
RGB Variations
Color information
#A980CB (or 0xA980CB) is known color: East Side. HEX triplet: A9, 80 and CB. RGB value is (169,128,203). Sum of RGB (Red+Green+Blue) = 169+128+203=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A980CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A980CB is #567F34. Grayscale: #949494. Windows color (decimal): -5668661 or 13336745. OLE color: 13336745.
HSL color Cylindrical-coordinate representation of color #A980CB: hue angle of 272.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A980CB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 128 | 203 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.20 |
| HSL | 272.8º | 0.42% | 0.65% | - |
| HSV(B) | 272.8º | 0.37% | 0.8% | - |
| XYZ | 34.86 | 28.19 | 60.1 | - |
| YUV | 148.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 203 | 0.17 | 0.37 | 0 | 0.20 | 272.8 | 0.42 | 0.65 |
| Hex | A9 | 80 | CB | 11 | 25 | 0 | 14 | 111 | 2A | 41 |
| Octal | 251 | 200 | 313 | 21 | 45 | 0 | 24 | 421 | 52 | 101 |
| Binary | 10101001 | 10000000 | 11001011 | 10001 | 100101 | 0 | 10100 | 100010001 | 101010 | 1000001 |
Color Harmonies of #A980CB
Complementary color
Monochromatic Colors of #A980CB
Black with #A980CB
Text Example
Text Example
White with #A980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980CB; }
p { color: rgb(169,128,203); }
H1.HeaderClassName
{
color: #A980CB;
}
.AnyTagClassName
{
color: #A980CB;
}
</style>
background-color css
<style>
a { background-color: #A980CB; }
a { background-color: rgb(169,128,203); }
div.DivClassName
{
background-color: #A980CB;
}
.BgClassName
{
background-color: #A980CB;
}
</style>
border-color css
<style>
span { border-color: #A980CB; }
span { border-color: rgb(169,128,203); }
td.TdClassName
{
border-color: #A980CB;
}
.TagClassName
{
border-color: #A980CB;
}
</style>